Skip to content
Snippets Groups Projects
Commit c31eeb56 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Clean up un-used /etc/ldap/*.default and slapd.conf

parent 8143602e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ RUN apt-get update && \ ...@@ -23,7 +23,7 @@ RUN apt-get update && \
# Copy software from stage image # Copy software from stage image
COPY --from=stage /artifacts / COPY --from=stage /artifacts /
RUN rm -rfv /etc/ldap/slapd.d/* /etc/ldap/* \ RUN rm -rfv /etc/ldap/slapd.d/* /etc/ldap/*.default /etc/ldap/slapd.con \
&& mkdir -p /etc/ldap/sasl2 \ && mkdir -p /etc/ldap/sasl2 \
&& echo "mech_list: GSSAPI EXTERNAL" >> /etc/ldap/sasl2/slapd.conf \ && echo "mech_list: GSSAPI EXTERNAL" >> /etc/ldap/sasl2/slapd.conf \
&& mkdir -p /var/lib/ldap/accesslog \ && mkdir -p /var/lib/ldap/accesslog \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment