coreos-home-server/service/lldap/lldap.env.template
Alex Palaistras 4294f1ec9c Add LDAP support with LLDAP
This sets the stage for moving common authentication from IMAP/Dovecot
to LDAP, which allows for more control over user information, as well as
a basic form of RBAC.

No services are currently set up to support LDAP -- support will follow
soon after this commit.
2022-09-19 13:00:31 +01:00

9 lines
239 B
Plaintext

# Application settings.
LLDAP_HOST=${LLDAP_HOST}
LLDAP_JWT_SECRET=${LLDAP_JWT_SECRET}
# Admin user settings.
LLDAP_ADMIN_EMAIL=${LLDAP_ADMIN_EMAIL}
LLDAP_ADMIN_USERNAME=${LLDAP_ADMIN_USERNAME}
LLDAP_ADMIN_PASSWORD=${LLDAP_ADMIN_PASSWORD}