replace nforwardauth with authelia #231
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue