Allow new LDAP variables for deployment
This commit is contained in:
parent
5d53be7af9
commit
f47f63d029
@ -20,14 +20,19 @@ stanzas:
|
|||||||
ssl: true
|
ssl: true
|
||||||
|
|
||||||
forward-env:
|
forward-env:
|
||||||
- LDAPURI
|
- LDAPHOST
|
||||||
- LDAPDN
|
- LDAPTLS
|
||||||
- LDAPPW
|
- LDAPPORT
|
||||||
- LDAPBN
|
- LDAPUSER
|
||||||
|
- LDAPPASS
|
||||||
|
- LDAPBASE
|
||||||
|
- LDAPSCOPE
|
||||||
|
- LDAPTIMEOUT
|
||||||
- DUMMY_LOGIN
|
- DUMMY_LOGIN
|
||||||
- DETAILED_LOGGING
|
- DETAILED_LOGGING
|
||||||
- LOG_ALL
|
- LOG_ALL
|
||||||
- PWFILE
|
- PWFILE
|
||||||
|
- CRYPTOID_KEYFILE
|
||||||
|
|
||||||
# Use the following to automatically copy your bundle upon creation via `yesod
|
# Use the following to automatically copy your bundle upon creation via `yesod
|
||||||
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
||||||
|
|||||||
@ -20,10 +20,14 @@ stanzas:
|
|||||||
ssl: true
|
ssl: true
|
||||||
|
|
||||||
forward-env:
|
forward-env:
|
||||||
- LDAPURI
|
- LDAPHOST
|
||||||
- LDAPDN
|
- LDAPTLS
|
||||||
- LDAPPW
|
- LDAPPORT
|
||||||
- LDAPBN
|
- LDAPUSER
|
||||||
|
- LDAPPASS
|
||||||
|
- LDAPBASE
|
||||||
|
- LDAPSCOPE
|
||||||
|
- LDAPTIMEOUT
|
||||||
- DETAILED_LOGGING
|
- DETAILED_LOGGING
|
||||||
- LOG_ALL
|
- LOG_ALL
|
||||||
- PWFILE
|
- PWFILE
|
||||||
|
|||||||
Reference in New Issue
Block a user