LdapTools\Operation\AuthenticationOperation::setIsAnonymousBind PHP Method

setIsAnonymousBind() public method

Set whether this authentication attempt should be an anonymous bind.
public setIsAnonymousBind ( boolean $anonymous )
$anonymous boolean
    public function setIsAnonymousBind($anonymous)
    {
        $this->properties['isAnonymousBind'] = (bool) $anonymous;
        return $this;
    }