Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconfig.h160 # if USING_NETSCAPE_LDAP || LDAP_API_VERSION >= 2004
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c378 aip->ldapai_api_version = LDAP_API_VERSION; in nsldapi_get_api_info()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c357 ldaptool_progname, LDAP_API_VERSION );
361 } else if ( ldai.ldapai_api_version < LDAP_API_VERSION ) {
365 ldaptool_progname, LDAP_API_VERSION, ldai.ldapai_api_version );
/illumos-gate/usr/src/head/
H A Dldap.h68 #define LDAP_API_VERSION 2005 macro