mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-12 16:24:56 +02:00
Solved LDAP administrator name variable bug
This commit is contained in:
parent
064dd01508
commit
1e9a1a6564
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# GENERAL
|
# GENERAL
|
||||||
## Database
|
## Database
|
||||||
LDAP_ADMIN_USERNAME= {{applications[application_id].administrator.username}} # LDAP database admin user.
|
LDAP_ADMIN_USERNAME= {{applications[application_id].users.administrator.username}} # LDAP database admin user.
|
||||||
LDAP_ADMIN_PASSWORD= {{applications[application_id].credentials.administrator_database_password}} # LDAP database admin password.
|
LDAP_ADMIN_PASSWORD= {{applications[application_id].credentials.administrator_database_password}} # LDAP database admin password.
|
||||||
|
|
||||||
## Users
|
## Users
|
||||||
@ -14,7 +14,7 @@ LDAP_ROOT= {{ldap.dn.root}} # LDAP baseDN (or su
|
|||||||
## Admin
|
## Admin
|
||||||
LDAP_ADMIN_DN= {{ldap.dn.administrator}}
|
LDAP_ADMIN_DN= {{ldap.dn.administrator}}
|
||||||
LDAP_CONFIG_ADMIN_ENABLED= yes
|
LDAP_CONFIG_ADMIN_ENABLED= yes
|
||||||
LDAP_CONFIG_ADMIN_USERNAME= {{applications[application_id].administrator.username}}
|
LDAP_CONFIG_ADMIN_USERNAME= {{applications[application_id].users.administrator.username}}
|
||||||
LDAP_CONFIG_ADMIN_PASSWORD= {{applications[application_id].credentials.administrator_password}}
|
LDAP_CONFIG_ADMIN_PASSWORD= {{applications[application_id].credentials.administrator_password}}
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user