Allow anonymous read to uid
This commit is contained in:
parent
a143e8639a
commit
023f0167a7
|
@ -90,7 +90,7 @@ class wmdeit_ldap (
|
||||||
"by anonymous break",
|
"by anonymous break",
|
||||||
"by * read",
|
"by * read",
|
||||||
],
|
],
|
||||||
"4 to dn.subtree=\"$database\" attrs=entry,objectClass" => [
|
"4 to dn.subtree=\"$database\" attrs=entry,objectClass,uid" => [
|
||||||
"by anonymous read",
|
"by anonymous read",
|
||||||
"by * break",
|
"by * break",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue