Searched refs:bindSasl (Results 1 – 3 of 3) sorted by relevance
107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse function in FreeDSx\\Ldap\\LdapClient109 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options…
88 …public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials … function in FreeDSx\\Ldap\\Operations
166 …$saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getRe…