ldap-server/entrypoint.sh

10 lines
87 B
Bash
Raw Normal View History

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