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

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h62 int ldap_version; member in struct:sm_ldap_struct
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c74 lmap->ldap_version = SM_LDAP_VERSION_DEFAULT;
206 if (lmap->ldap_version != 0)
209 &lmap->ldap_version);
/freebsd-current/contrib/sendmail/src/
H A Dmap.c4520 lmap->ldap_version,
4998 lmap->ldap_version = atoi(p);
5000 if (lmap->ldap_version > LDAP_VERSION_MAX)
5003 lmap->ldap_version, LDAP_VERSION_MAX,
5009 if (lmap->ldap_version < LDAP_VERSION_MIN)
5012 lmap->ldap_version, LDAP_VERSION_MIN,

Completed in 182 milliseconds