Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
9917be1f
Commit
9917be1f
authored
Nov 26, 2002
by
Kurt Zeilenga
Browse files
Better bad DN handling
parent
681729f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/aclparse.c
View file @
9917be1f
...
...
@@ -464,6 +464,15 @@ parse_acl(
acl_usage
();
}
if
(
b
->
a_dn_at
->
ad_type
->
sat_equality
==
NULL
)
{
fprintf
(
stderr
,
"%s: line %d: dnattr
\"
%s
\"
: "
"inappropriate matching (no EQUALITY)
\n
"
,
fname
,
lineno
,
right
);
acl_usage
();
}
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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