This commit is contained in:
Michael Grote 2024-11-10 11:40:55 +01:00
parent e5d2f85b0a
commit c9f7ed89a3
2 changed files with 3 additions and 1 deletions

View file

@ -62,7 +62,7 @@ authentication_backend:
additional_users_dn: ou=people
users_filter: "(&({username_attribute}={input})(objectClass=person))"
additional_groups_dn: ou=groups
groups_filter: "(member={dn})"
groups_filter: "(&(member={dn})(objectclass=groupOfUniqueNames))y
attributes:
display_name: displayName
username: uid

View file

@ -94,3 +94,5 @@ volumes:
# test mail senden
# ldap gruppe per app
# rechte konzept fur ldap beschreiben + https://www.reddit.com/r/selfhosted/comments/158quyz/authelia_ldap_groups/
# munin absichern
# weitere seiten?