Searched refs:AuthRealm (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 86 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 D | readcf.c | 3585 if (AuthRealm != NULL) 3586 sm_free(AuthRealm); 3588 AuthRealm = newstr(val); 3590 AuthRealm = NULL;
|
H A D | sendmail.h | 632 EXTERN char *AuthRealm; /* AUTH realm */ variable
|
H A D | conf.c | 365 AuthRealm = NULL;
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 633 _OPTION(AuthRealm, `confAUTH_REALM', `')
|