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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c525 char *rootDSE; local
578 &rootDSE,
617 *(rootDSE+strlen(rootDSE)-1) = '\0';
618 serverInfo->sinfo[1].rootDSE_data = rootDSE;
2859 char *rootDSE = NULL; local
2863 if (__ns_ldap_getRootDSE(addr, &rootDSE, &error,
2866 logit("get rootDSE %s failed. %s", addr,
2872 if (rootDSE)
2873 free(rootDSE);
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1567 char *rootDSE = NULL, *attr, *val, *rest, **ptr; local
1580 &rootDSE,
1607 attr = strtok_r(rootDSE, DOORLINESEP, &rest);
1609 free(rootDSE);
1622 free(rootDSE);
1697 free(rootDSE);
H A Dns_sldap.h636 * rootDSE
648 char **rootDSE,

Completed in 71 milliseconds