Searched refs:NS_LDAP_V1 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 260 CLIENTCONFIG, CHARPTR, TRUE, NS_LDAP_V1, 267 CREDCONFIG, CHARPTR, TRUE, NS_LDAP_V1, 273 CREDCONFIG, CHARPTR, TRUE, NS_LDAP_V1, 279 SERVERCONFIG, ARRAYCP, FALSE, NS_LDAP_V1, 285 SERVERCONFIG, CHARPTR, TRUE, NS_LDAP_V1, 291 CLIENTCONFIG, ARRAYAUTH, FALSE, NS_LDAP_V1, 297 CLIENTCONFIG, INT, TRUE, NS_LDAP_V1, 303 CLIENTCONFIG, INT, TRUE, NS_LDAP_V1, 309 CLIENTCONFIG, CHARPTR, TRUE, NS_LDAP_V1, 315 SERVERCONFIG, TIMET, TRUE, NS_LDAP_V1, [all …]
|
H A D | ns_confmgr.c | 629 if (ptr->version == NS_LDAP_V1) { in __ns_ldap_DumpLdif() 935 if (ptr->version != NS_LDAP_V1) { in __ns_ldap_make_config() 1106 if ((i == NS_LDAP_CACHETTL_P) && (ptr->version == NS_LDAP_V1)) in __ns_ldap_print_config()
|
H A D | ns_connect.c | 1748 version = NS_LDAP_V1; in getConnection() 1774 if (version == NS_LDAP_V1) in getConnection() 1797 if (version == NS_LDAP_V1) in getConnection()
|
H A D | ns_internal.h | 299 NS_LDAP_V1 = 1000, enumerator
|
H A D | ns_mapping.c | 699 if (vers == NS_LDAP_V1 && param == NULL) { in __ns_ldap_getSearchDescriptors()
|
H A D | ns_standalone.c | 2047 case NS_LDAP_V1: in __ns_ldap_initStandalone()
|