Added GSSAPI Authentication.

This commit is contained in:
2026-05-14 22:47:45 +02:00
parent 8846c463c7
commit 28f8bebe04
6 changed files with 92 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
slapd \
ldap-utils \
libsasl2-modules-gssapi-mit \
python3-jinja2 \
python3-ldap3 && \
rm -rf /var/lib/apt/lists/*