From 6af38afd8f8d416f45ceb68e2604c70703848edd Mon Sep 17 00:00:00 2001 From: john Date: Sat, 13 Jun 2026 15:25:13 +0100 Subject: [PATCH] Add lldap/authelia --- lldap/authelia | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lldap/authelia 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