Add krb5-user package installation to Dockerfile for Kerberos support
This commit is contained in:
@@ -6,6 +6,7 @@ RUN apt-get update && \
|
|||||||
slapd \
|
slapd \
|
||||||
ldap-utils \
|
ldap-utils \
|
||||||
libsasl2-modules-gssapi-mit \
|
libsasl2-modules-gssapi-mit \
|
||||||
|
krb5-user \
|
||||||
python3-jinja2 \
|
python3-jinja2 \
|
||||||
python3-ldap3 && \
|
python3-ldap3 && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user