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
Renovator Bot 22b8b572c8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(docker): update thegeeklab/alpine digest to 799f393
2022-06-20 00:06:06 +00:00
.chglog chore: adjust changelog template to link to prs instead of issues (#42) 2021-12-12 13:26:42 +01:00
overlay chore: replace deprecated binary and conv functions (#62) 2022-06-13 20:29:37 +02:00
.drone.yml ci: remove unused secrets from dryrun steps 2022-05-20 15:34:25 +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: end of the year maintenance 2021-12-21 10:59:36 +01:00
Dockerfile chore(docker): update thegeeklab/alpine digest to 799f393 2022-06-20 00:06:06 +00:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:36 +01:00
Makefile chore(deps): update dependency vividboarder/vaultwarden_ldap to v0.6.2 (#45) 2022-01-21 21:23:53 +01: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.