Searched defs:auth_id (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h136 char *auth_id; member in struct:_sasl_external_properties
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c1569 const char *auth_id; local
1629 auth_id = NULL;
1633 auth_id = out;
1641 saslresult = sasl_setprop(mci->mci_conn, SASL_AUTH_EXTERNAL, auth_id);
1702 ssf.auth_id = NULL;
1706 ssf.auth_id = out;
H A Dsrvrsmtp.c87 localip, auth_id, &ext_ssf); \
597 char *auth_id = NULL; local
892 auth_id = NULL;
896 auth_id) == SASL_OK));
899 ext_ssf.auth_id = NULL;
1987 auth_id = verified ? c : NULL;
1993 auth_id) == SASL_OK));
1996 ext_ssf.auth_id = verified ? c : NULL;
5001 char *auth_id, sasl_ssf_t * ext_ssf)
5041 result = sasl_setprop(*conn, SASL_AUTH_EXTERNAL, auth_id);
4998 reset_saslconn(sasl_conn_t **conn, char *hostname, char *remoteip, char *localip, char *auth_id, sasl_ssf_t * ext_ssf) argument
[all...]

Completed in 46 milliseconds