Home
last modified time | relevance | path

Searched refs:NS_LDAP_SEARCH_BASEDN_P (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c607 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 Dns_config.c284 {"NS_LDAP_SEARCH_BASEDN", NS_LDAP_SEARCH_BASEDN_P,
442 {"NS_LDAP_SEARCH_BASEDN", NS_LDAP_SEARCH_BASEDN_P,
1160 if (ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_ppc == NULL) { in __s_api_crosscheck()
1162 NS_LDAP_SEARCH_BASEDN_P)); in __s_api_crosscheck()
1533 case NS_LDAP_SEARCH_BASEDN_P: in verify_value()
3739 i == NS_LDAP_SEARCH_BASEDN_P && in __s_val_basedn()
H A Dns_sldap.h191 NS_LDAP_SEARCH_BASEDN_P = 4, enumerator
H A Dns_common.c397 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __s_api_getDNs()
H A Dns_writes.c3873 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_addTypedEntry()
3986 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in __s_api_append_default_basedn()
H A Dns_standalone.c1182 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_getConnectionInfoFromDUA()
H A Dns_reads.c1548 rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in setup_next_search()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c843 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_manual()
1133 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_mod()
1378 LDAP_SET_PARAM(arglist->defaultSearchBase, NS_LDAP_SEARCH_BASEDN_P); in client_genProfile()
3318 {"defaultSearchBase", NS_LDAP_SEARCH_BASEDN_P},
3414 case NS_LDAP_SEARCH_BASEDN_P: in clientSetParam()
H A Dldapaddent.c4687 if ((rc = __ns_ldap_getParam(NS_LDAP_SEARCH_BASEDN_P, in get_basedn()