Add environmental variable to configure LDAP
This commit is contained in:
@@ -15,6 +15,10 @@ RUN apt-get update && \
|
||||
|
||||
|
||||
ENV LANG=fr_FR.UTF-8
|
||||
ENV LDAP_URI="ldap://192.168.0.29"
|
||||
ENV LDAP_DOMAIN="coissac.eu"
|
||||
ENV LDAP_SEARCH_BASE="ou=people,dc=coissac,dc=eu"
|
||||
ENV LDAP_FILTER="memberof=cn=ssh,ou=people,dc=coissac,dc=eu"
|
||||
|
||||
RUN mkdir -p /var/run/sshd
|
||||
ADD init.sh /init.sh
|
||||
|
||||
Reference in New Issue
Block a user