Searched defs:lam (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c3898 struct lamvalues *lam; local
4154 for (lam = LDAPAuthMethods;
4155 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)
4162 lmap->ldap_method = lam->lam_code;

Completed in 72 milliseconds