From 1421e140b6546fc79902f14008d623c66c68a4a9 Mon Sep 17 00:00:00 2001 From: tohe Date: Thu, 27 Aug 2020 20:31:11 +0200 Subject: [PATCH] Admins renamed to Administrators --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 01ad73e..adfdcf3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -76,7 +76,7 @@ class wmdeit_ldap ( ], # Admin rights for members of Admin group '1 to *' => [ - "by set=\"user & [cn=Admins,ou=Groups,$database]/member\" write", + "by set=\"user & [cn=Administrators,ou=Groups,$database]/member\" write", 'by * break' ], # let users modify their passwords, and disable read acess to all others