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.
vaultwarden-ldap/README.md

43 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-02 21:41:16 +02:00
# bitwardenrs_ldap
2020-09-02 21:28:18 +02:00
2020-09-22 22:20:18 +02:00
Custom image for the BitwardenRS LDAP connector
2020-02-04 09:47:39 +01:00
2020-02-22 18:08:14 +01:00
[![Build Status](https://img.shields.io/drone/build/docker/bitwardenrs_ldap?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/bitwardenrs_ldap)
2020-09-21 22:11:02 +02:00
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/bitwardenrs_ldap)
2020-09-02 21:28:18 +02:00
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/bitwardenrs_ldap)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/bitwardenrs_ldap)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/main/LICENSE)
2020-02-04 09:47:39 +01:00
2020-09-22 22:20:18 +02:00
This is a rootless custom Docker image for [bitwarden_rs_ldap](https://github.com/ViViDboarder/bitwarden_rs_ldap) a simple LDAP connector for bitwarden_rs.
2020-02-04 09:47:39 +01:00
## Usage
### Docker Compose
2020-12-30 17:21:01 +01:00
Please take a look at the [example](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/main/docker-compose.yml) compose file from the git repo.
2020-02-04 09:47:39 +01:00
## Configuration
```Shell
BITWARDENRS_LDAP_BITWARDEN_URL=
BITWARDENRS_LDAP_BITWARDEN_ADMIN_TOKEN=
2020-10-18 14:24:21 +02:00
BITWARDENRS_LDAP_BITWARDEN_ROOT_CERT_FILE=
2020-02-04 09:47:39 +01:00
BITWARDENRS_LDAP_HOST=
BITWARDENRS_LDAP_SCHEME=
BITWARDENRS_LDAP_SSL=True
2020-10-18 14:24:21 +02:00
BITWARDENRS_LDAP_SSL_VERIFY=True
2020-02-04 09:47:39 +01:00
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
```
2020-02-22 18:08:14 +01:00
## License
2020-02-04 09:47:39 +01:00
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/main/LICENSE) file for details.