mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add schema checks.
This commit is contained in:
parent
11ac0330bb
commit
4b58e3b88d
@ -466,7 +466,6 @@ parse_acl(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
if( is_object_subclass( b->a_group_oc,
|
if( is_object_subclass( b->a_group_oc,
|
||||||
slap_schema.si_oc_referral ) )
|
slap_schema.si_oc_referral ) )
|
||||||
{
|
{
|
||||||
@ -486,7 +485,6 @@ parse_acl(
|
|||||||
fname, lineno, value );
|
fname, lineno, value );
|
||||||
acl_usage();
|
acl_usage();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (name && *name) {
|
if (name && *name) {
|
||||||
rc = slap_str2ad( right, &b->a_group_at, &text );
|
rc = slap_str2ad( right, &b->a_group_at, &text );
|
||||||
|
Loading…
Reference in New Issue
Block a user