Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c5562 proxy_policy(conn, context, requested_user, rlen, auth_identity, alen, in proxy_policy() argument
5568 const char *auth_identity;
5574 if (auth_identity == NULL)
5579 xtextify((char *) auth_identity, "=<>\")"));
5600 proxy_policy(context, auth_identity, requested_user, user, errstr) in proxy_policy() argument
5602 const char *auth_identity;
5607 if (user == NULL || auth_identity == NULL)
5609 *user = newstr(auth_identity);