Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h42 #define NS_LDAP_VERSION NS_LDAP_VERSION_2
44 #define NS_LDAP_VERSION_2 "2.0" macro
H A Dns_confmgr.c328 NS_LDAP_VERSION_2, in __s_api_create_config_door_str()
886 (void) strcpy(val, NS_LDAP_VERSION_2); in __ns_ldap_make_config()
H A Dns_config.c391 { CHARPTR, 0, (void *)NS_LDAP_VERSION_2 },
1554 strcasecmp(value, NS_LDAP_VERSION_2) != 0) { in verify_value()
1560 NS_LDAP_VERSION_2, value); in verify_value()
2669 if (strcasecmp(conf.ns_pc, NS_LDAP_VERSION_2) == 0) { in __ns_ldap_setParamValue()
H A Dns_common.c832 else if (strcasecmp((char *)*paramVal, NS_LDAP_VERSION_2) == 0) in __s_api_getServers()