Lines Matching refs:restrict_lud

66 	LDAPURLDesc *restrict_lud;  member
118 if (cp->restrict_lud) in constraint_free()
119 ldap_free_urldesc(cp->restrict_lud); in constraint_free()
206 if (cp->restrict_lud != NULL) { in constraint_cf_gen()
236 if (cp->restrict_lud != NULL) { in constraint_cf_gen()
444 err = ldap_url_parse(arg, &ap.restrict_lud); in constraint_cf_gen()
453 if (ap.restrict_lud->lud_host != NULL) { in constraint_cf_gen()
461 if ( ap.restrict_lud->lud_attrs != NULL ) { in constraint_cf_gen()
462 if ( ap.restrict_lud->lud_attrs[0] != NULL ) { in constraint_cf_gen()
469 ldap_memvfree((void *)ap.restrict_lud->lud_attrs); in constraint_cf_gen()
470 ap.restrict_lud->lud_attrs = NULL; in constraint_cf_gen()
473 if (ap.restrict_lud->lud_dn != NULL) { in constraint_cf_gen()
474 if (ap.restrict_lud->lud_dn[0] == '\0') { in constraint_cf_gen()
475 ldap_memfree(ap.restrict_lud->lud_dn); in constraint_cf_gen()
476 ap.restrict_lud->lud_dn = NULL; in constraint_cf_gen()
482 ber_str2bv(ap.restrict_lud->lud_dn, 0, 0, &dn); in constraint_cf_gen()
518 if (ap.restrict_lud->lud_filter != NULL) { in constraint_cf_gen()
519 ap.restrict_filter = str2filter(ap.restrict_lud->lud_filter); in constraint_cf_gen()
524 c->argv[0], c->argv[1], ap.restrict_lud->lud_filter ); in constraint_cf_gen()
560 a2->restrict_lud = ap.restrict_lud; in constraint_cf_gen()
755 assert( c->restrict_lud != NULL ); in constraint_check_restrict()
757 if ( c->restrict_lud->lud_dn != NULL ) { in constraint_check_restrict()
764 if ( c->restrict_lud->lud_scope == LDAP_SCOPE_BASE ) { in constraint_check_restrict()
772 if ( c->restrict_lud->lud_scope != LDAP_SCOPE_SUBTREE ) { in constraint_check_restrict()
781 if ( c->restrict_lud->lud_scope == LDAP_SCOPE_ONELEVEL in constraint_check_restrict()
842 if (cp->restrict_lud != NULL && constraint_check_restrict(op, cp, op->ora_e) == 0) { in constraint_add()
998 if (cp->restrict_lud && constraint_check_restrict(op, cp, target_entry) == 0) { in constraint_update()
1038 if (cp->restrict_lud != NULL && constraint_check_restrict(op, cp, target_entry) == 0) { in constraint_update()