ldap-docker/Dockerfile
2022-04-23 16:22:44 +02:00

5 lines
286 B
Docker

FROM osixia/openldap
#copy ldap backup and custom schemas to the server
COPY ${PWD}/backup/export.ldif /container/service/slapd/assets/config/bootstrap/ldif/custom/export.ldif
COPY ${PWD}/schema/custom.schema /container/service/slapd/assets/config/bootstrap/schema/custom/custom.schema