Admins renamed to Administrators

This commit is contained in:
Tobias Herre 2020-08-27 20:31:11 +02:00
parent 5e3e1e1cd4
commit 1421e140b6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class wmdeit_ldap (
], ],
# Admin rights for members of Admin group # Admin rights for members of Admin group
'1 to *' => [ '1 to *' => [
"by set=\"user & [cn=Admins,ou=Groups,$database]/member\" write", "by set=\"user & [cn=Administrators,ou=Groups,$database]/member\" write",
'by * break' 'by * break'
], ],
# let users modify their passwords, and disable read acess to all others # let users modify their passwords, and disable read acess to all others