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 c130dff0ff
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
fix version tagging
2020-02-07 23:51:53 +01:00
overlay add delay to minimize connection errors on first start 2020-02-04 13:17:04 +01:00
.drone.jsonnet fix version tagging 2020-02-07 23:51:53 +01:00
.drone.yml fix version tagging 2020-02-07 23:51:53 +01:00
.gitignore inital commit 2020-01-19 00:19:48 +01:00
CHANGELOG.md inital commit 2020-01-19 00:19:48 +01:00
Dockerfile.amd64 fix wait-for conditions 2020-02-04 10:36:27 +01:00
LICENSE use wait-for to sync dependencies 2020-02-04 09:47:39 +01:00
README.md use wait-for to sync dependencies 2020-02-04 09:47:39 +01:00
docker-compose.yml add delay to minimize connection errors on first start 2020-02-04 13:17:04 +01:00
manifest.tmpl inital commit 2020-01-19 00:19:48 +01:00

README.md

bitwarden_rs_ldap

Build Status Docker Hub License: MIT

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

Usage

Docker Compose

---
version: '3'

services:
  bitwardenrs_ldap:
    container_name: bitwardenrs_ldap
    image: xoxys/bitwardenrs_ldap:latest

Configuration

BITWARDENRS_LDAP_BITWARDEN_URL=
BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN=
BITWARDENRS_LDAP_HOST=
BITWARDENRS_LDAP_SCHEME=
BITWARDENRS_LDAP_SSL=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.

Maintainers and Contributors

Robert Kaussow