mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
example_configs: add ldap_ssl to vaultwarden_ldap_sync:2.0.2 (#1011)
This commit is contained in:
parent
f0fcc88f1d
commit
8f6c324de7
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,11 @@ Replace `dc=example,dc=com` with your LLDAP configured domain.
|
|||
version: '3'
|
||||
services:
|
||||
ldap_sync:
|
||||
image: vividboarder/vaultwarden_ldap:0.6-alpine
|
||||
image: vividboarder/vaultwarden_ldap:2.0.2
|
||||
volumes:
|
||||
- ./config.toml:/config.toml:ro
|
||||
environment:
|
||||
CONFIG_PATH: /config.toml
|
||||
RUST_BACKTRACE: 1
|
||||
restart: always
|
||||
```
|
||||
Configuration to use LDAP in `config.toml`
|
||||
|
@ -23,6 +22,7 @@ vaultwarden_url = "http://your_bitwarden_url:port"
|
|||
vaultwarden_admin_token = "insert_admin_token_vaultwarden"
|
||||
ldap_host = "insert_ldap_host"
|
||||
ldap_port = 3890
|
||||
ldap_ssl = false # true if using LDAPS
|
||||
ldap_bind_dn = "uid=admin,ou=people,dc=example,dc=com"
|
||||
ldap_bind_password = "insert_admin_pw_ldap"
|
||||
ldap_search_base_dn = "dc=example,dc=com"
|
||||
|
|
Loading…
Reference in a new issue