Home
last modified time | relevance | path

Searched refs:bindSasl (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse function in FreeDSx\\Ldap\\LdapClient
109 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options…
H A DOperations.php88 …public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials … function in FreeDSx\\Ldap\\Operations
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php166 …$saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getRe…