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 83241ccb58
continuous-integration/drone/push Build is passing Details
rework compose example
2020-12-30 17:21:01 +01:00
overlay setup renovate-bot 2020-10-18 14:24:21 +02:00
.drone.yml chore: replace master by main as default branch 2020-12-30 16:31:40 +01:00
.gitignore inital commit 2020-01-19 00:19:48 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:49 +01:00
.prettierignore fix drone trigger 2020-10-17 16:08:36 +02:00
CHANGELOG.md [skip ci] update changelog 2020-12-20 23:51:38 +01:00
Dockerfile switch to org.opencontainers container labels 2020-12-20 22:47:43 +01:00
LICENSE update readme and license 2020-02-22 18:08:14 +01:00
Makefile Update dependency ViViDboarder/bitwarden_rs_ldap to v0.2.0 2020-10-18 12:41:43 +00:00
README.md rework compose example 2020-12-30 17:21:01 +01:00
docker-compose.yml rework compose example 2020-12-30 17:21:01 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:10:41 +01:00

README.md

bitwardenrs_ldap

Custom image for the BitwardenRS LDAP connector

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

This is a rootless custom Docker image for bitwarden_rs_ldap a simple LDAP connector for bitwarden_rs.

Usage

Docker Compose

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

Configuration

BITWARDENRS_LDAP_BITWARDEN_URL=
BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN=
BITWARDENRS_LDAP_BITWARDEN_ROOT_CERT_FILE=

BITWARDENRS_LDAP_HOST=
BITWARDENRS_LDAP_SCHEME=
BITWARDENRS_LDAP_SSL=True
BITWARDENRS_LDAP_SSL_VERIFY=True
BITWARDENRS_LDAP_PORT=
BITWARDENRS_LDAP_BIND_DN=
BITWARDENRS_LDAP_BIND_PASSWORD=
BITWARDENRS_LDAP_SEARCH_BASE_DN=
BITWARDENRS_LDAP_SEARCH_FILTER="(&(objectClass=*)(uid=*))"
BITWARDENRS_LDAP_MAIL_FIELD=mail
BITWARDENRS_LDAP_SYNC_INTERVAL_SECONDS=60
BITWARDENRS_LDAP_SYNC_LOOP=True

License

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