first commit

This commit is contained in:
aitzol
2022-04-22 22:31:55 +02:00
commit 4836c50d32
8 changed files with 499 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM osixia/openldap
#copy ldap backup and custom schemas to the server
COPY ${PWD}/backup/export.lainoa.eus.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