Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c525 char *rootDSE; in getldap_get_rootDSE() local
578 &rootDSE, in getldap_get_rootDSE()
617 *(rootDSE+strlen(rootDSE)-1) = '\0'; in getldap_get_rootDSE()
618 serverInfo->sinfo[1].rootDSE_data = rootDSE; in getldap_get_rootDSE()
2859 char *rootDSE = NULL; in contact_server() local
2863 if (__ns_ldap_getRootDSE(addr, &rootDSE, &error, in contact_server()
2872 if (rootDSE) in contact_server()
2873 free(rootDSE); in contact_server()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_standalone.c1567 char *rootDSE = NULL, *attr, *val, *rest, **ptr; in create_ns_servers_entry() local
1580 &rootDSE, in create_ns_servers_entry()
1607 attr = strtok_r(rootDSE, DOORLINESEP, &rest); in create_ns_servers_entry()
1609 free(rootDSE); in create_ns_servers_entry()
1622 free(rootDSE); in create_ns_servers_entry()
1697 free(rootDSE); in create_ns_servers_entry()
H A Dns_sldap.h648 char **rootDSE,