2018-07-08 15:02:28 +00:00
|
|
|
###############################################################
|
|
|
|
# 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.
|
2018-07-08 15:02:28 +00:00
|
|
|
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.
|
2018-07-08 15:02:28 +00:00
|
|
|
domain: example.com
|