Home
last modified time | relevance | path

Searched refs:authzid (Results 1 – 25 of 1023) sorted by relevance

12345678910>>...41

/dports/net/openldap25-server/openldap-2.5.9/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
87 -e \!authzid="dn:$BABSDN"
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
[all …]
/dports/net/openldap25-client/openldap-2.5.9/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
87 -e \!authzid="dn:$BABSDN"
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
[all …]
/dports/net/openldap26-client/openldap-2.6.0/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
87 -e \!authzid="dn:$BABSDN"
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
[all …]
/dports/net/openldap26-server/openldap-2.6.0/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
87 -e \!authzid="dn:$BABSDN"
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
[all …]
/dports/net/openldap24-client/openldap-2.4.59/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
213 -e \!authzid="$AUTHZID"
[all …]
/dports/net/openldap24-server/openldap-2.4.59/tests/scripts/
H A Dtest014-whoami76 -e \!authzid=""
98 -e \!authzid="u:uham"
115 -e \!authzid="$AUTHZID"
129 -e \!authzid="$AUTHZID"
143 -e \!authzid="$AUTHZID"
157 -e \!authzid="$AUTHZID"
171 -e \!authzid="$AUTHZID"
185 -e \!authzid="$AUTHZID"
199 -e \!authzid="$AUTHZID"
213 -e \!authzid="$AUTHZID"
[all …]
/dports/security/libgsasl/gsasl-1.10.0/lib/scram/
H A Dprinter.c82 char *authzid = NULL; in scram_print_client_first() local
96 if (cf->authzid) in scram_print_client_first()
98 authzid = scram_escape (cf->authzid); in scram_print_client_first()
99 if (!authzid) in scram_print_client_first()
107 authzid ? "a=" : "", in scram_print_client_first()
108 authzid ? authzid : "", username, cf->client_nonce); in scram_print_client_first()
111 free (authzid); in scram_print_client_first()
/dports/security/gsasl/gsasl-1.10.0/lib/scram/
H A Dprinter.c82 char *authzid = NULL; in scram_print_client_first() local
96 if (cf->authzid) in scram_print_client_first()
98 authzid = scram_escape (cf->authzid); in scram_print_client_first()
99 if (!authzid) in scram_print_client_first()
107 authzid ? "a=" : "", in scram_print_client_first()
108 authzid ? authzid : "", username, cf->client_nonce); in scram_print_client_first()
111 free (authzid); in scram_print_client_first()
/dports/security/pear-Auth_SASL2/Auth_SASL2-0.2.0/Auth/SASL2/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php108 * @param string $authzid Authorization id (username to proxy as)
112 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
119 if (!empty($authzid))
121 $authzid = $this->_formatName($authzid);
122 if (empty($authzid))
130 return $this->_generateInitialResponse($authcid, $authzid);
161 * @param string $authzid Prepared authorization identity.
165 private function _generateInitialResponse($authcid, $authzid) argument
169 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/auth_sasl/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php106 * @param string $authzid Authorization id (username to proxy as)
110 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
117 if (!empty($authzid))
119 $authzid = $this->_formatName($authzid);
120 if (empty($authzid))
128 return $this->_generateInitialResponse($authcid, $authzid);
159 * @param string $authzid Prepared authorization identity.
163 private function _generateInitialResponse($authcid, $authzid) argument
167 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/imap/Auth/SASL/
H A DDigestMD5.php58 * @param string $authzid Authorization id (username to proxy as)
62 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
66 if ($authzid != '') {
67 $authzid_string = ',authzid="' . $authzid . '"';
73 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
156 * @param string $authzid Authorization id
160 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
162 if ($authzid == '') {
165 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php104 * @param string $authzid Authorization id (username to proxy as)
108 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
115 if (!empty($authzid))
117 $authzid = $this->_formatName($authzid);
118 if (empty($authzid))
126 return $this->_generateInitialResponse($authcid, $authzid);
157 * @param string $authzid Prepared authorization identity.
161 private function _generateInitialResponse($authcid, $authzid) argument
165 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/deskutils/egroupware/egroupware/vendor/pear/auth_sasl/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php106 * @param string $authzid Authorization id (username to proxy as)
110 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
117 if (!empty($authzid))
119 $authzid = $this->_formatName($authzid);
120 if (empty($authzid))
128 return $this->_generateInitialResponse($authcid, $authzid);
159 * @param string $authzid Prepared authorization identity.
163 private function _generateInitialResponse($authcid, $authzid) argument
167 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/security/pear-Auth_SASL/Auth_SASL-1.1.0/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php106 * @param string $authzid Authorization id (username to proxy as)
110 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
117 if (!empty($authzid))
119 $authzid = $this->_formatName($authzid);
120 if (empty($authzid))
128 return $this->_generateInitialResponse($authcid, $authzid);
159 * @param string $authzid Prepared authorization identity.
163 private function _generateInitialResponse($authcid, $authzid) argument
167 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/vendor/pear/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 public function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 …ate function getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php106 * @param string $authzid Authorization id (username to proxy as)
110 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
117 if (!empty($authzid))
119 $authzid = $this->_formatName($authzid);
120 if (empty($authzid))
128 return $this->_generateInitialResponse($authcid, $authzid);
159 * @param string $authzid Prepared authorization identity.
163 private function _generateInitialResponse($authcid, $authzid) argument
167 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/imap/Auth/SASL/
H A DDigestMD5.php58 * @param string $authzid Authorization id (username to proxy as)
62 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
66 if ($authzid != '') {
67 $authzid_string = ',authzid="' . $authzid . '"';
73 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
156 * @param string $authzid Authorization id
160 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
162 if ($authzid == '') {
165 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
H A DSCRAM.php104 * @param string $authzid Authorization id (username to proxy as)
108 public function getResponse($authcid, $pass, $challenge = NULL, $authzid = NULL) argument
115 if (!empty($authzid))
117 $authzid = $this->_formatName($authzid);
118 if (empty($authzid))
126 return $this->_generateInitialResponse($authcid, $authzid);
157 * @param string $authzid Prepared authorization identity.
161 private function _generateInitialResponse($authcid, $authzid) argument
165 $this->gs2_header = $gs2_cbind_flag . (!empty($authzid)? 'a=' . $authzid : '') . ',';
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/candy-chat/xmpp-prebind-php/lib/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 public function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 …ate function getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core_pear/Auth/SASL/
H A DDigestMD5.php62 * @param string $authzid Authorization id (username to proxy as)
66 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
70 if ($authzid != '') {
71 $authzid_string = ',authzid="' . $authzid . '"';
77 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
160 * @param string $authzid Authorization id
164 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
166 if ($authzid == '') {
169 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);
/dports/www/osticket/upload/include/pear/Auth/SASL/
H A DDigestMD5.php60 * @param string $authzid Authorization id (username to proxy as)
64 function getResponse($authcid, $pass, $challenge, $hostname, $service, $authzid = '') argument
68 if ($authzid != '') {
69 $authzid_string = ',authzid="' . $authzid . '"';
75 …seValue($authcid, $pass, $challenge['realm'], $challenge['nonce'], $cnonce, $digest_uri, $authzid);
158 * @param string $authzid Authorization id
162 function _getResponseValue($authcid, $pass, $realm, $nonce, $cnonce, $digest_uri, $authzid = '') argument
164 if ($authzid == '') {
167 …%s:%s', pack('H32', md5(sprintf('%s:%s:%s', $authcid, $realm, $pass))), $nonce, $cnonce, $authzid);

12345678910>>...41