Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dmbdb.c49 static struct sm_ldap_struct LDAPLMAP; variable
426 sm_ldap_clear(&LDAPLMAP);
427 LDAPLMAP.ldap_base = MBDB_DEFAULT_LDAP_BASEDN;
428 LDAPLMAP.ldap_host = MBDB_DEFAULT_LDAP_SERVER;
429 LDAPLMAP.ldap_filter = MBDB_LDAP_FILTER;
432 LDAPLMAP.ldap_sizelimit = 1;
450 LDAPLMAP.ldap_host = sep;
452 LDAPLMAP.ldap_base = new;
495 if (LDAPLMAP.ldap_filter == NULL)
502 if (LDAPLMAP.ldap_pid != getpid())
[all …]