Compare commits

...

2 commits

Author SHA1 Message Date
c9f7ed89a3 dfg 2024-11-10 11:40:55 +01:00
e5d2f85b0a ff 2024-11-10 11:38:24 +01:00
2 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,7 @@ notifier:
# https://github.com/lldap/lldap/blob/main/example_configs/authelia_config.yml
authentication_backend:
password_reset:
disable: false
disable: true
refresh_interval: 1m
ldap:
implementation: custom
@ -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?