Added replication syncprov
This commit is contained in:
parent
ef721290ce
commit
a49ab8c40a
@ -6,7 +6,7 @@ FROM alpine
|
|||||||
# Change to http respositories, so they we can cache the install packages
|
# Change to http respositories, so they we can cache the install packages
|
||||||
RUN if [ -n ${HTTP_PROXY} ] ; then sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
RUN if [ -n ${HTTP_PROXY} ] ; then sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
||||||
|
|
||||||
RUN apk add --no-cache bash openldap openldap-back-mdb openldap-clients
|
RUN apk add --no-cache bash openldap openldap-back-mdb openldap-clients openldap-overlay-syncprov
|
||||||
|
|
||||||
ADD acl.ldif samba.ldif wurley.ldif /etc/openldap/schema/
|
ADD acl.ldif samba.ldif wurley.ldif /etc/openldap/schema/
|
||||||
ADD certinfo.ldif /etc/openldap/
|
ADD certinfo.ldif /etc/openldap/
|
||||||
|
Loading…
Reference in New Issue
Block a user