ldap
This commit is contained in:
parent
21f316407d
commit
207bf9156d
2 changed files with 2 additions and 6 deletions
|
@ -45,11 +45,6 @@ notifier:
|
||||||
sender: no-reply-authelia@mgrote.net
|
sender: no-reply-authelia@mgrote.net
|
||||||
disable_require_tls: true
|
disable_require_tls: true
|
||||||
|
|
||||||
#mg@docker10 /docker/wiki
|
|
||||||
#> docker run --rm -it authelia/authelia:4 authelia crypto hash generate
|
|
||||||
#Digest: $argon2id$v=19$m=65536,t=3,p=4$QFNGrAPRPposUASpU2l4hw$pNthSP2DS1r2QoGT0k3QpU28vbsty6dNemTI+hJhPec
|
|
||||||
# == hallowelt
|
|
||||||
|
|
||||||
# ldap
|
# ldap
|
||||||
# https://github.com/lldap/lldap/blob/main/example_configs/authelia_config.yml
|
# https://github.com/lldap/lldap/blob/main/example_configs/authelia_config.yml
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
|
@ -58,7 +53,7 @@ authentication_backend:
|
||||||
refresh_interval: 1m
|
refresh_interval: 1m
|
||||||
ldap:
|
ldap:
|
||||||
implementation: custom
|
implementation: custom
|
||||||
address: ldap://lldap.mgrote.net:3890
|
address: ldap://ldap.mgrote.net:3890
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
start_tls: false
|
start_tls: false
|
||||||
base_dn: dc=mgrote,dc=net
|
base_dn: dc=mgrote,dc=net
|
||||||
|
|
|
@ -92,3 +92,4 @@ volumes:
|
||||||
# secrets
|
# secrets
|
||||||
# docs lesen
|
# docs lesen
|
||||||
# test mail senden
|
# test mail senden
|
||||||
|
# ldap gruppe per app
|
||||||
|
|
Loading…
Reference in a new issue