Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e35d95b8
Commit
e35d95b8
authored
Nov 24, 2006
by
Pierangelo Masarati
Browse files
import fix to ITS#4761
parent
f6816a94
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e35d95b8
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.31 Engineering
Fixed slapd "group" authz default member parsing (ITS#4761)
Documentation
Fixed typo in slapo-retcode(5) man page (ITS#4753)
...
...
servers/slapd/saslauthz.c
View file @
e35d95b8
...
...
@@ -1136,6 +1136,7 @@ is_dn: bv.bv_len = uri->bv_len - (bv.bv_val - uri->bv_val);
}
else
{
BER_BVSTR
(
&
group_oc
,
SLAPD_GROUP_CLASS
);
BER_BVSTR
(
&
member_at
,
SLAPD_GROUP_ATTR
);
}
group_dn
.
bv_val
++
;
group_dn
.
bv_len
=
uri
->
bv_len
-
(
group_dn
.
bv_val
-
uri
->
bv_val
);
...
...
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