docs(readme): clarify password change permission for admin users

This commit is contained in:
hendrik1120
2025-03-07 11:41:52 +01:00
committed by nitnelave
parent f5f3091313
commit 049e882c35
+3 -1
View File
@@ -558,7 +558,9 @@ filter like: `(memberOf=cn=admins,ou=groups,dc=example,dc=com)`.
The administrator group for LLDAP is `lldap_admin`: anyone in this group has
admin rights in the Web UI. Most LDAP integrations should instead use a user in
the `lldap_strict_readonly` or `lldap_password_manager` group, to avoid granting full
administration access to many services.
administration access to many services. To prevent privilege escalation users in the
`lldap_password_manager` group are not allowed to change passwords of admins in the
`lldap_admin` group.
### Integration with OS's