ldap-server/entrypoint.sh

10 lines
87 B
Bash
Executable File

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