ldap-server/entrypoint.sh

8 lines
79 B
Bash
Raw Normal View History

2022-12-14 21:57:05 +01:00
#!/bin/bash
set -x
RUN slapadd -n 0 -l /etc/ldap/schema/domain.ldif
exec $@