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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c258 char **values=NULL, **subtrees=NULL, **policy=NULL; local
296 if ((st=krb5_get_subtree_info(&lcontext, &subtrees, (unsigned int *)&ntree)) != 0)
307 LDAP_SEARCH(subtrees[l], rparam->search_scope, filter, attr);
365 if (subtrees) {
367 if (subtrees[l])
368 free (subtrees[l]);
370 free (subtrees);
464 /*replace the subtrees with the present if the subtrees are present*/

Completed in 23 milliseconds