Allow new LDAP variables for deployment

This commit is contained in:
Gregor Kleen 2018-08-01 16:01:25 +02:00
parent 5d53be7af9
commit f47f63d029
2 changed files with 17 additions and 8 deletions

View File

@ -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

View File

@ -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