Searched refs:AuthRealm (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c86 result = reset_saslconn(&conn, AuthRealm, remoteip, \
100 result = reset_saslconn(&conn, AuthRealm, &saddr_r, \
753 if (AuthRealm == NULL)
754 AuthRealm = hostname;
763 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
767 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
770 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, 0,
H A Dreadcf.c2218 { "AuthRealm", O_SASLREALM, OI_NONE },
3585 if (AuthRealm != NULL)
3586 sm_free(AuthRealm);
3588 AuthRealm = newstr(val);
3590 AuthRealm = NULL;
H A Dsendmail.h632 EXTERN char *AuthRealm; /* AUTH realm */ variable
H A Dconf.c365 AuthRealm = NULL;

Completed in 100 milliseconds