Home
last modified time | relevance | path

Searched refs:authcid (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c44 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 Dmech_plain.c76 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 Dmech_crammd5.c73 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 Dmech_digestmd5.c176 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 Dmech_gssapi.c574 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 Drfc4616.txt122 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 Dlutil_ldap.h39 char *authcid,
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dlloadd-sasl.conf25 authcid=manager
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop1197 authcid
1198 authcid's
H A Dpostconf.proto12879 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 Ddict_ldap.c355 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 DRELEASE_NOTES-2.5252 SASL authentiCation ID (authcid) plus the authcid's password. Specify
H A DHISTORY13609 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 Daspell.en.pws1346 authcid
H A Dslapdconfig.sdf413 > [authcid=<identity>]
526 credentials can be specified using {{EX:authcid}} and {{EX:credentials}},
H A Dslapdconf2.sdf554 > [authcid=<identity>]
657 credentials can be specified using {{EX:authcid}} and {{EX:credentials}},
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dproto-slap.h1729 struct berval *authcid,