Home
last modified time | relevance | path

Searched refs:rootDSE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c527 char *rootDSE; in getldap_get_rootDSE() local
580 &rootDSE, in getldap_get_rootDSE()
619 *(rootDSE+strlen(rootDSE)-1) = '\0'; in getldap_get_rootDSE()
620 serverInfo->sinfo[1].rootDSE_data = rootDSE; in getldap_get_rootDSE()
2865 char *rootDSE = NULL; in contact_server() local
2869 if (__ns_ldap_getRootDSE(addr, &rootDSE, &error, in contact_server()
2878 if (rootDSE) in contact_server()
2879 free(rootDSE); in contact_server()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1568 char *rootDSE = NULL, *attr, *val, *rest, **ptr; in create_ns_servers_entry() local
1581 &rootDSE, in create_ns_servers_entry()
1608 attr = strtok_r(rootDSE, DOORLINESEP, &rest); in create_ns_servers_entry()
1610 free(rootDSE); in create_ns_servers_entry()
1623 free(rootDSE); in create_ns_servers_entry()
1698 free(rootDSE); in create_ns_servers_entry()
H A Dns_sldap.h649 char **rootDSE,