mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
fix possible values for ldap-encryption
This commit is contained in:
parent
b027c5ec03
commit
bdb4dbd18f
@ -952,8 +952,8 @@ Below is the complete list of available options that can be used to customize yo
|
||||
| `LDAP_HOST` | LDAP Host |
|
||||
| `LDAP_PORT` | LDAP Port. Defaults to `389` |
|
||||
| `LDAP_UID` | LDAP UID. Defaults to `sAMAccountName` |
|
||||
| `LDAP_METHOD` | LDAP method, Possible values are `ssl`, `tls` and `plain`. Defaults to `plain` |
|
||||
| `LDAP_VERIFY_SSL` | LDAP verify ssl certificate for installations that are using `start_tls` or `simple_tls`. Defaults to `true` |
|
||||
| `LDAP_METHOD` | LDAP method, Possible values are `simple_tls`, `start_tls` and `plain`. Defaults to `plain` |
|
||||
| `LDAP_VERIFY_SSL` | LDAP verify ssl certificate for installations that are using `LDAP_METHOD: 'simple_tls'` or `LDAP_METHOD: 'start_tls'`. Defaults to `true` |
|
||||
| `LDAP_BIND_DN` | No default. |
|
||||
| `LDAP_PASS` | LDAP password |
|
||||
| `LDAP_TIMEOUT` | Timeout, in seconds, for LDAP queries. Defaults to `10`. |
|
||||
|
||||
@ -264,7 +264,7 @@ production: &base
|
||||
host: '{{LDAP_HOST}}'
|
||||
port: {{LDAP_PORT}}
|
||||
uid: '{{LDAP_UID}}'
|
||||
encryption: '{{LDAP_METHOD}}' # "tls" or "ssl" or "plain"
|
||||
encryption: '{{LDAP_METHOD}}' # "start_tls" or "simple_tls" or "plain"
|
||||
verify_certificates: '{{LDAP_VERIFY_SSL}}'
|
||||
bind_dn: '{{LDAP_BIND_DN}}'
|
||||
password: '{{LDAP_PASS}}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user