diff --git a/lldap/authelia b/lldap/authelia new file mode 100644 index 0000000..38903cb --- /dev/null +++ b/lldap/authelia @@ -0,0 +1,7 @@ +authentication_backend: + ldap: + implementation: 'lldap' + address: 'ldap://lldap:3890' + base_dn: 'DC=johnsnexus,DC=click' + user: 'UID=heimdall,OU=people,DC=johnsnexus,DC=click' + password: 'ragnarok' \ No newline at end of file