LdapTools\Query\Builder\ADFilterBuilder::accountIsLocked PHP Méthode

accountIsLocked() public méthode

Checks for locked accounts via a comparison on the lockoutTime attribute.
Deprecation: Use the 'locked' schema attribute instead.
public accountIsLocked ( ) : Comparison
Résultat LdapTools\Query\Operator\Comparison
    public function accountIsLocked()
    {
        return $this->gte(self::ATTR['LOCKOUT_TIME'], 1);
    }