Searched refs:ldap_secret (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h74 char *ldap_secret; member in struct:sm_ldap_struct
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c88 lmap->ldap_secret = NULL;
440 lmap->ldap_secret != NULL)
448 (void) putenv(lmap->ldap_secret);
462 msgid = ldap_bind(ld, lmap->ldap_binddn, lmap->ldap_secret,
/freebsd-current/contrib/sendmail/src/
H A Dmap.c4525 (lmap->ldap_secret == NULL ? ""
4526 : lmap->ldap_secret),
4877 lmap->ldap_secret = p;
5086 if (lmap->ldap_secret != NULL &&
5089 LDAPDefaults->ldap_secret != lmap->ldap_secret))
5115 sfd = safefopen(ldapmap_dequote(lmap->ldap_secret),
5120 ldapmap_dequote(lmap->ldap_secret));
5123 lmap->ldap_secret = sfgets(m_tmp, sizeof(m_tmp),
5130 ldapmap_dequote(lmap->ldap_secret));
[all...]

Completed in 180 milliseconds