ldap-server/entrypoint.sh

8 lines
79 B
Bash
Executable File

#!/bin/bash
set -x
RUN slapadd -n 0 -l /etc/ldap/schema/domain.ldif
exec $@