authelia/config.minimal.yml

24 lines
641 B
YAML
Raw Normal View History

###############################################################
# Authelia minimal configuration #
###############################################################
ldap:
url: ldap://openldap
base_dn: dc=example,dc=com
additional_users_dn: ou=users
additional_groups_dn: ou=groups
groups_filter: (&(member={dn})(objectclass=groupOfNames))
user: cn=admin,dc=example,dc=com
password: password
session:
2018-08-09 20:24:02 +00:00
# The secret to encrypt the session cookies with.
secret: unsecure_session_secret
# The domain to protect.
2018-08-09 20:24:02 +00:00
# Note: Authelia must also be served by that domain.
domain: example.com