From 023f0167a7bf9041ca64a7a2a34b1a73d194a857 Mon Sep 17 00:00:00 2001 From: tohe Date: Thu, 27 Aug 2020 20:01:41 +0200 Subject: [PATCH] Allow anonymous read to uid --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 848a0a7..9baf08a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -90,7 +90,7 @@ class wmdeit_ldap ( "by anonymous break", "by * read", ], - "4 to dn.subtree=\"$database\" attrs=entry,objectClass" => [ + "4 to dn.subtree=\"$database\" attrs=entry,objectClass,uid" => [ "by anonymous read", "by * break", ],