HomeSort by: relevance | last modified time | path
    Searched defs:authcid (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
mech_crammd5.c 69 const char *authcid, *passwd; local
79 if ((authcid = saslc_sess_getprop(sess, SASLC_CRAMMD5_AUTHCID))
82 "authcid is required for an authentication");
97 if ((len = asprintf(&name, "%s %s", authcid, digest)) == -1) {
mech_plain.c 72 const char *authzid, *authcid, *passwd; local
83 if ((authcid = saslc_sess_getprop(sess, SASLC_PLAIN_AUTHCID))
86 "authcid is required for an authentication");
89 if (strlen(authcid) > CRED_MAX_LEN) {
91 "authcid should be shorter than 256 characters");
108 NUL_DELIM, authcid, NUL_DELIM, passwd);
117 "authzid='%s' authcid='%s' passwd='%s'\n",
118 authzid != NULL ? authzid : "", authcid, passwd);
mech_gssapi.c 558 * uint8_t authcid[] // variable length authentication id (username)
571 const char *authcid; local
591 authcid = saslc_sess_getprop(sess, SASLC_GSSAPI_AUTHCID);
593 len = asprintf(&input_value, "qmax%s", authcid ? authcid : "");
mech_digestmd5.c 173 char *authcid; member in struct:__anon966
321 if ((unq_username = unq(ms->rdata.authcid)) == NULL)
1894 free(rdata->authcid);
1952 const char *authcid; local
1988 authcid = saslc_sess_getprop(sess, SASLC_DIGESTMD5_AUTHCID);
1989 if (authcid == NULL) {
1991 "authcid is required for an authentication");
1994 rdata->authcid = strdup(authcid);
1995 if (rdata->authcid == NULL
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblutil/
sasl.c 44 char *authcid; member in struct:lutil_sasl_defaults_s
62 if (defs->authcid) ber_memfree(defs->authcid);
75 char *authcid,
87 defaults->authcid = authcid ? ber_strdup(authcid) : NULL;
97 if( defaults->authcid == NULL ) {
98 ldap_get_option( ld, LDAP_OPT_X_SASL_AUTHCID, &defaults->authcid );
125 if( defaults ) dflt = defaults->authcid;
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 355 char *authcid; member in struct:bind_props
374 in->result = ctx->authcid;
434 props.authcid = dict_ldap->bind_dn;

Completed in 35 milliseconds