mirror of
https://github.com/nugaon/docker-kerberos-with-ldap.git
synced 2025-10-27 00:04:16 -04:00
Ubuntu server version of krb5kdc with augmented configuration
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM ubuntu
|
||||
|
||||
LABEL MAINTAINER nugaon <toth.viktor.levente@gmail.com>
|
||||
|
||||
# kerberos
|
||||
RUN apt-get update -y && apt-get install -y krb5-kdc-ldap krb5-admin-server \
|
||||
ldap-utils
|
||||
|
||||
EXPOSE 88 464 749
|
||||
|
||||
ADD ./config.sh /config.sh
|
||||
|
||||
ENTRYPOINT ["/config.sh"]
|
||||
Reference in New Issue
Block a user