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

Workaround /usr/lib/ldap.

parent 79ba28bf
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,10 @@ COPY etc/saslauthd.conf /etc/saslauthd.conf ...@@ -42,7 +42,10 @@ COPY etc/saslauthd.conf /etc/saslauthd.conf
# Link default configuration path to customized paths # Link default configuration path to customized paths
RUN ln -s /usr/lib/slapd /usr/sbin/slapd \ RUN ln -s /usr/lib/slapd /usr/sbin/slapd \
&& ln -s /etc/ldap/sasl2/slapd.conf /usr/lib/sasl2/slapd.conf && ln -s /etc/ldap/sasl2/slapd.conf /usr/lib/sasl2/slapd.conf \
&& mkdir -p /artifacts/usr/lib \
&& ln -s /usr/lib/ldap /artifacts/usr/lib
# Start up file # Start up file
COPY start.sh /start.sh COPY start.sh /start.sh
......
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