| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | sasl.c | 44 char *authcid; member 62 if (defs->authcid) ber_memfree(defs->authcid); in lutil_sasl_freedefs() 75 char *authcid, in lutil_sasl_defaults() argument 87 defaults->authcid = authcid ? ber_strdup(authcid) : NULL; in lutil_sasl_defaults() 97 if( defaults->authcid == NULL ) { in lutil_sasl_defaults() 98 ldap_get_option( ld, LDAP_OPT_X_SASL_AUTHCID, &defaults->authcid ); in lutil_sasl_defaults() 125 if( defaults ) dflt = defaults->authcid; in interaction()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | mech_plain.c | 76 const char *authzid, *authcid, *passwd; in saslc__mech_plain_cont() local 87 if ((authcid = saslc_sess_getprop(sess, SASLC_PLAIN_AUTHCID)) in saslc__mech_plain_cont() 93 if (strlen(authcid) > CRED_MAX_LEN) { in saslc__mech_plain_cont() 112 NUL_DELIM, authcid, NUL_DELIM, passwd); in saslc__mech_plain_cont() 122 authzid != NULL ? authzid : "", authcid, passwd); in saslc__mech_plain_cont()
|
| H A D | mech_crammd5.c | 73 const char *authcid, *passwd; in saslc__mech_crammd5_cont() local 83 if ((authcid = saslc_sess_getprop(sess, SASLC_CRAMMD5_AUTHCID)) in saslc__mech_crammd5_cont() 101 if ((len = asprintf(&name, "%s %s", authcid, digest)) == -1) { in saslc__mech_crammd5_cont()
|
| H A D | mech_digestmd5.c | 176 char *authcid; member 324 if ((unq_username = unq(ms->rdata.authcid)) == NULL) in saslc__mech_digestmd5_userhash() 1897 free(rdata->authcid); in free_rdata() 1955 const char *authcid; in saslc__mech_digestmd5_response_data() local 1991 authcid = saslc_sess_getprop(sess, SASLC_DIGESTMD5_AUTHCID); in saslc__mech_digestmd5_response_data() 1992 if (authcid == NULL) { in saslc__mech_digestmd5_response_data() 1997 rdata->authcid = strdup(authcid); in saslc__mech_digestmd5_response_data() 1998 if (rdata->authcid == NULL) in saslc__mech_digestmd5_response_data() 2226 ms->rdata.authcid, in saslc__mech_digestmd5_reply()
|
| H A D | mech_gssapi.c | 574 const char *authcid; in wrap_output_token() local 594 authcid = saslc_sess_getprop(sess, SASLC_GSSAPI_AUTHCID); in wrap_output_token() 596 len = asprintf(&input_value, "qmax%s", authcid ? authcid : ""); in wrap_output_token()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc4616.txt | 122 message = [authzid] UTF8NUL authcid UTF8NUL passwd 123 authcid = 1*SAFE ; MUST accept up to 255 octets 140 (authcid), password (passwd), and NUL character deliminators SHALL be 143 character MUST NOT appear in authzid, authcid, or passwd productions. 146 level protocol's SASL profile [SASL]. The authcid and passwd 151 Servers MUST be capable of accepting authzid, authcid, and passwd 156 the message) authentication identity (authcid) and password (passwd) 213 boolean Verify(string authzid, string authcid, string passwd) { 214 string pAuthcid = SASLprep(authcid, true); # prepare authcid 233 return false; # error or unknown authcid [all …]
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | lutil_ldap.h | 39 char *authcid,
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | lloadd-sasl.conf | 25 authcid=manager
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop | 1197 authcid 1198 authcid's
|
| H A D | postconf.proto | 12879 only the SASL authentiCation ID (authcid) plus the authcid's password. 12884 to the SASL authcid, but this causes interoperability problems
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dict_ldap.c | 355 char *authcid; member 374 in->result = ctx->authcid; in ldap_b2_interact() 434 props.authcid = dict_ldap->bind_dn; in dict_ldap_bind_sasl()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.5 | 252 SASL authentiCation ID (authcid) plus the authcid's password. Specify
|
| H A D | HISTORY | 13609 must send only the authcid (authentiCation ID) + the authcid's 13611 the authzid from the authcid. This works as expected when 13614 case Postfix sends the (authzid, authcid, password), with 13615 the authzid equal to the authcid. File: xsasl/xsasl_cyrus_client.c.
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 1346 authcid
|
| H A D | slapdconfig.sdf | 413 > [authcid=<identity>] 526 credentials can be specified using {{EX:authcid}} and {{EX:credentials}},
|
| H A D | slapdconf2.sdf | 554 > [authcid=<identity>] 657 credentials can be specified using {{EX:authcid}} and {{EX:credentials}},
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | proto-slap.h | 1729 struct berval *authcid,
|