This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Robert Kaussow dbf265e0a8
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore: upstream project was renamed to vaultwarden (#29)
Co-authored-by: Robert Kaussow <mail@geeklabor.de>
Reviewed-on: docker/vaultwarden-ldap#29
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-05-15 15:01:36 +02:00
.chglog chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
overlay chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
.drone.yml chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:35 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:49 +01:00
.prettierignore chore: improve generated changelog 2021-05-09 22:42:31 +02:00
Dockerfile chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
LICENSE [skip ci] update changelog 2021-01-29 09:26:20 +01:00
Makefile chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
README.md chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
docker-compose.yml chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00
renovate.json chore: upstream project was renamed to vaultwarden (#29) 2021-05-15 15:01:36 +02:00

README.md

vaultwarden-ldap

Custom image for the Vaultwarden LDAP connector

Build Status Docker Hub Quay.io Source: Gitea License: MIT

This is a rootless custom Docker image for vaultwarden_ldap a simple LDAP connector for vaultwarden.

Usage

Docker Compose

Please take a look at the example compose file from the git repo.

Configuration

VAULTWARDEN_LDAP_VAULTWARDEN_URL=
VAULTWARDEN_LDAP_VAULTWARDEN_ADMIN_TOKEN=
VAULTWARDEN_LDAP_VAULTWARDEN_ROOT_CERT_FILE=

VAULTWARDEN_LDAP_HOST=
VAULTWARDEN_LDAP_SCHEME=
VAULTWARDEN_LDAP_SSL=True
VAULTWARDEN_LDAP_SSL_VERIFY=True
VAULTWARDEN_LDAP_PORT=
VAULTWARDEN_LDAP_BIND_DN=
VAULTWARDEN_LDAP_BIND_PASSWORD=
VAULTWARDEN_LDAP_SEARCH_BASE_DN=
VAULTWARDEN_LDAP_SEARCH_FILTER="(&(objectClass=*)(uid=*))"
VAULTWARDEN_LDAP_MAIL_FIELD=mail
VAULTWARDEN_LDAP_SYNC_INTERVAL_SECONDS=60
VAULTWARDEN_LDAP_SYNC_LOOP=True

License

This project is licensed under the MIT License - see the LICENSE file for details.