Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
c6ad81bc
Commit
c6ad81bc
authored
Jun 21, 2000
by
Mark Valence
Browse files
Fix minor bug in handling group ACLs.
parent
acc740d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
c6ad81bc
...
...
@@ -601,7 +601,7 @@ acl_mask(
* the values in the attribute group
*/
/* see if asker is listed in dnattr */
if
(
b
->
a_group_style
!
=
ACL_STYLE_REGEX
)
{
if
(
b
->
a_group_style
=
=
ACL_STYLE_REGEX
)
{
string_expand
(
buf
,
sizeof
(
buf
),
b
->
a_group_pat
,
e
->
e_ndn
,
matches
);
if
(
dn_normalize
(
buf
)
==
NULL
)
{
/* did not expand to a valid dn */
...
...
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