Skip to content

Commit

Permalink
feat: add python ldap3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 27, 2024
1 parent 96b0078 commit 4d0c5cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apk add --no-cache --virtual=build-dependencies \
python3 \
py3-pip \
&& python -m venv /venv \
&& /venv/bin/pip install --no-cache-dir radicale==$VERSION passlib[bcrypt] pytz \
&& /venv/bin/pip install --no-cache-dir radicale==$VERSION passlib[bcrypt] pytz ldap3 \
&& apk del --purge build-dependencies \
&& addgroup -g $BUILD_GID radicale \
&& adduser -D -s /bin/false -H -u $BUILD_UID -G radicale radicale \
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ Enhanced Docker image for <a href="https://radicale.org">Radicale</a>, the CalDA
* :closed_lock_with_key: **Secured**: the container is read-only, with only access to its data dir, and without extraneous privileges
* :fire: **Safe**: run as a normal user (not root)
* :building_construction: **Multi-architecture**: run on amd64 and arm64
* :sparkles: **Batteries included**: git and ssh included for [versioning](https://github.com/tomsquest/docker-radicale/#versioning-with-git) and Pytz/tz-data for proper timezone handling
* :sparkles: **Batteries included**:
* git and ssh included for [versioning](https://github.com/tomsquest/docker-radicale/#versioning-with-git)
* Python ldap3 for [LDAP authentication](https://github.com/Kozea/Radicale/wiki/LDAP-authentication)
* Python pytz for proper timezone handling

## Changelog

Expand Down

0 comments on commit 4d0c5cc

Please sign in to comment.