set admin

This commit is contained in:
Michael Grote 2023-03-30 16:26:07 +02:00
parent 7bce4e8157
commit 8ae6086452
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ services:
- UID=1000
- GID=1000
- LLDAP_JWT_SECRET={{ lookup('keepass', 'LLDAP_JWT_SECRET', 'password') }}
- LLDAP_LDAP_USER_PASS={{ lookup('keepass', 'LLDAP_LDAP_USER_PASS', 'password') }}
- LLDAP_LDAP_USER_PASS={{ lookup('keepass', 'LLDAP_LDAP_ADMIN_PASS', 'password') }}
- LLDAP_USER_DN="LLDAP-ADMIN"
- LLDAP_LDAP_BASE_DN=dc=grote,dc=lan
- LLDAP_DATABASE_URL=mysql://lldap-db-user:{{ lookup('keepass', 'LLDAP_MYSQL_PASSWORD', 'password') }}@lldap-db/lldap
- LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_reset=true

Binary file not shown.