Adldap\Objects\AccountControl::trustToAuthForDelegation PHP Method

trustToAuthForDelegation() public method

This is a security-sensitive setting. Accounts that have this option enabled should be tightly controlled. This setting lets a service that runs under the account assume a client's identity and authenticate as that user to other remote servers on the network.
public trustToAuthForDelegation ( ) : AccountControl
return AccountControl
    public function trustToAuthForDelegation()
    {
        return $this->add(static::TRUSTED_TO_AUTH_FOR_DELEGATION);
    }