Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c4155 lam != NULL && lam->lam_name != NULL; lam++)
4157 if (sm_strncasecmp(p, lam->lam_name,
4158 strlen(lam->lam_name)) == 0)
4161 if (lam->lam_name != NULL)
H A Dsendmail.h1322 char *lam_name; /* name of LDAP auth method */ member