2022-04-22 22:31:55 +02:00
|
|
|
FROM osixia/openldap
|
|
|
|
#copy ldap backup and custom schemas to the server
|
2022-04-23 16:22:44 +02:00
|
|
|
COPY ${PWD}/backup/export.ldif /container/service/slapd/assets/config/bootstrap/ldif/custom/export.ldif
|
2022-04-22 22:31:55 +02:00
|
|
|
COPY ${PWD}/schema/custom.schema /container/service/slapd/assets/config/bootstrap/schema/custom/custom.schema
|