LdapTools\Query\Builder\ADFilterBuilder::passwordMustChange PHP Method

passwordMustChange() public method

Check for accounts where they must change their password on the next logon.
Deprecation: Use the passwordMustChange schema attribute instead (bool false)
public passwordMustChange ( ) : Comparison
return LdapTools\Query\Operator\Comparison
    public function passwordMustChange()
    {
        return $this->eq(self::ATTR['PASSWORD_LAST_SET'], 0);
    }