mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Use ldap container hostname for LDAP config (#14473)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"AUTH_LDAP_1_SERVER_URI": "ldap://{{ container_reference }}:389",
|
||||
"AUTH_LDAP_1_SERVER_URI": "ldap://ldap:1389",
|
||||
"AUTH_LDAP_1_BIND_DN": "cn=admin,dc=example,dc=org",
|
||||
"AUTH_LDAP_1_BIND_PASSWORD": "admin",
|
||||
"AUTH_LDAP_1_START_TLS": false,
|
||||
|
||||
Reference in New Issue
Block a user