Home
last modified time | relevance | path

Searched refs:auth_identity (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h612 const char *auth_identity, unsigned alen,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4674 proxy_policy(conn, context, requested_user, rlen, auth_identity, alen, in proxy_policy() argument
4680 const char *auth_identity;
4686 if (auth_identity == NULL)
4690 macid("{auth_authen}"), (char *) auth_identity);
4711 proxy_policy(context, auth_identity, requested_user, user, errstr) in proxy_policy() argument
4713 const char *auth_identity;
4718 if (user == NULL || auth_identity == NULL)
4720 *user = newstr(auth_identity);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1557 const char *auth_identity, unsigned alen, in _sasl_proxy_policy() argument
1568 if (!auth_identity || !requested_user || rlen != alen || in _sasl_proxy_policy()
1569 (memcmp(auth_identity, requested_user, rlen) != 0)) { in _sasl_proxy_policy()