Searched defs:subtree (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.h58 char **subtree; member in struct:_krb5_ldap_realm_params
H A Dldap_service_rights.c41 {"1#subtree#","#[Entry Rights]"},
42 {"2#subtree#","#ObjectClass"},
43 {"2#subtree#","#krbTicketPolicyReference"},
44 {"2#subtree#","#krbUPEnabled"},
45 {"2#subtree#","#krbHostServer"},
46 {"2#subtree#","#krbRealmReferences"},
47 {"2#subtree#","#krbTicketFlags"},
48 {"2#subtree#","#krbMaxTicketLife"},
49 {"2#subtree#","#krbMaxRenewableAge"},
50 {"2#subtree#","#krbPrincipalNam
280 char *realmdn=NULL, **subtree=NULL; local
564 char **subtree=NULL; local
[all...]
H A Dldap_principal.c149 char **subtree=NULL, *princ_name=NULL, *realm=NULL, **values=NULL, *filter=NULL; local
194 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntree)) != 0)
201 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
236 if (subtree[ntree-1])
237 free (subtree[ntree-1]);
H A Dldap_principal2.c110 char **values=NULL, *cname=NULL, **subtree=NULL; local
160 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntrees)) != 0)
166 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
229 if (subtree) {
231 if (subtree[ntrees-1])
232 free (subtree[ntrees-1]);
233 free (subtree);
514 char *user=NULL, *subtree=NULL, *principal_dn=NULL; local
597 /* get the current subtree list */
671 /* get the subtree informatio
[all...]
H A Dldap_misc.c491 * Deduce the subtree information from the context. A realm can have
497 * actual subtree/s associated with the realm. The conditions are as
499 * 1. If the subtree information of the Realm is [Root] or NULL (that
500 * is internal a [Root]) then the realm has only one subtree
502 * 2. If the subtree information of the Realm is missing/absent, then the
505 * one subtree.
506 * 3. The subtree information of the realm is overlapping the realm
507 * container of the realm, then the realm has only one subtree and
508 * it is the subtree information associated with the realm.
516 char **subtree local
1573 char **subtree = NULL, *ptr = NULL; local
1793 char **subtree = listop; local
[all...]

Completed in 23 milliseconds