Add backup, restore scripts
All checks were successful
Build Docker images / docker (eumau/openldap, 1) (push) Successful in 1m0s
Build Docker images / docker (eumau/openldap, latest) (push) Successful in 1m19s

This commit is contained in:
Mauro Torrez
2024-02-28 01:51:13 -03:00
parent 86923be42e
commit 10d496a8f4
4 changed files with 63 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
FROM eumau/debian:buster-slim
FROM eumau/debian:bookworm-slim
# admin CN => dn: cn=%%ADMIN_CN%%,%%DOMAIN_DN%%
ENV LDAP_ADMIN_CN="admin"
@@ -31,6 +31,7 @@ RUN apt-get update \
ADD setup /start.d
ADD confd /etc/confd/
ADD entrypoint.sh /
ADD ldap_backup ldap_restore /usr/local/sbin/
EXPOSE 389