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

/osnet-11/usr/src/lib/libldap4/misc/
H A Dldapsearchprefs.conf30 subtree
58 subtree
81 subtree
104 subtree
127 subtree
149 subtree
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
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_realm.h58 char **subtree; member in struct:_krb5_ldap_realm_params
H A Dldap_realm.c428 ((mask & LDAP_REALM_SUBTREE) && rparams->subtree == NULL) ||
463 if ( rparams->subtree!=NULL) {
465 for(k=0;k<rparams->subtreecount && rparams->subtree[k]!=NULL;k++) {
466 if (strlen(rparams->subtree[k]) != 0) {
467 st = checkattributevalue(ld, rparams->subtree[k], "Objectclass", subtreeclass,
469 CHECK_CLASS_VALIDITY(st, objectmask, "subtree value: ");
472 strval = rparams->subtree;
979 ((mask & LDAP_REALM_SUBTREE) && rparams->subtree == NULL) ||
1023 if ( rparams->subtree!=NULL) {
1025 for (i=0; rparams->subtree[
[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_create.c333 rparams->realm_name, rparams->subtree, rparams->containerref, rightsmask)) != 0) {
346 rparams->realm_name, rparams->subtree, rparams->containerref, rightsmask)) != 0) {
359 rparams->realm_name, rparams->subtree, rparams->containerref, rightsmask)) != 0) {
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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm53 subtree from the directory structure, much like the Unix command C<rm -r>.
60 the root of the subtree to delete, or a reference to

Completed in 33 milliseconds