Searched refs:NS_LDAP_SEARCH_BASEDN_P (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 607 if (ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_ptype != CHARPTR || in __ns_ldap_DumpLdif() 619 base = ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_pc; in __ns_ldap_DumpLdif() 1020 rc = __ns_ldap_setParamValue(ptr, NS_LDAP_SEARCH_BASEDN_P, baseDN, in __ns_ldap_download()
|
H A D | ns_sldap.h | 190 NS_LDAP_SEARCH_BASEDN_P = 4, enumerator
|
H A D | ns_config.c | 284 {"NS_LDAP_SEARCH_BASEDN", NS_LDAP_SEARCH_BASEDN_P, 442 {"NS_LDAP_SEARCH_BASEDN", NS_LDAP_SEARCH_BASEDN_P, 1161 if (ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_ppc == NULL) { in __s_api_crosscheck() 1163 NS_LDAP_SEARCH_BASEDN_P)); in __s_api_crosscheck() 1534 case NS_LDAP_SEARCH_BASEDN_P: in verify_value() 3741 i == NS_LDAP_SEARCH_BASEDN_P && in __s_val_basedn()
|
H A D | ns_common.c | 397 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __s_api_getDNs()
|
H A D | ns_writes.c | 3877 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_addTypedEntry() 3992 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __s_api_append_default_basedn()
|
H A D | ns_standalone.c | 1181 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_getConnectionInfoFromDUA()
|
H A D | ns_reads.c | 1547 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in setup_next_search()
|
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 842 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_manual() 1132 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_mod() 1377 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_genProfile() 3317 {"defaultSearchBase", NS_LDAP_SEARCH_BASEDN_P}, 3413 case NS_LDAP_SEARCH_BASEDN_P: in clientSetParam()
|
H A D | ldapaddent.c | 4685 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in get_basedn()
|