create user search base variable
This commit is contained in:
parent
70d47392e4
commit
81438b6a42
2 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ services:
|
|||
LDAP_URI: 'ldap://ldap.example.com'
|
||||
LDAP_DEFAULT_BIND_DN: 'ccn=foo_app,ou=applications,dc=companyname,dc=de'
|
||||
LDAP_DEAULT_AUTHTOK: 'foobarbaz'
|
||||
LDAP_USER_SEARCH_BASE: 'ou=members,dc=companyname,dc=de'
|
||||
```
|
||||
|
|
|
@ -26,7 +26,7 @@ ldap_default_bind_dn = $LDAP_DEFAULT_BIND_DN
|
|||
ldap_default_authtok = $LDAP_DEFAULT_AUTHTOK
|
||||
ldap_default_authtok_type = password
|
||||
|
||||
ldap_user_search_base = ou=members,dc=neulandlabor,dc=de
|
||||
ldap_user_search_base = $LDAP_USER_SEARCH_BASE
|
||||
ldap_user_ssh_public_key = businessCategory
|
||||
|
||||
ldap_id_use_start_tls = False
|
||||
|
|
Loading…
Reference in a new issue