Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
4b58e3b8
Commit
4b58e3b8
authored
Jun 19, 2000
by
Kurt Zeilenga
Browse files
Add schema checks.
parent
11ac0330
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/aclparse.c
View file @
4b58e3b8
...
...
@@ -466,7 +466,6 @@ parse_acl(
}
}
#if 0
if
(
is_object_subclass
(
b
->
a_group_oc
,
slap_schema
.
si_oc_referral
)
)
{
...
...
@@ -486,7 +485,6 @@ parse_acl(
fname
,
lineno
,
value
);
acl_usage
();
}
#endif
if
(
name
&&
*
name
)
{
rc
=
slap_str2ad
(
right
,
&
b
->
a_group_at
,
&
text
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment