ldap/custom
Carneiro 67a2568e52 initial commit 2025-02-27 10:13:40 -03:00
..
00_schemas initial commit 2025-02-27 10:13:40 -03:00
10_modify initial commit 2025-02-27 10:13:40 -03:00
ou initial commit 2025-02-27 10:13:40 -03:00
README.md initial commit 2025-02-27 10:13:40 -03:00

README.md

Add your custom ldif files here if you don't want to overwrite image default boostrap ldif. at run time you can also mount a data volume with your ldif files to /container/service/slapd/assets/config/bootstrap/ldif/custom

The startup script provides some substitutions in bootstrap ldif files. Following substitutions are supported:

  • {{ LDAP_BASE_DN }}
  • {{ LDAP_BACKEND }}
  • {{ LDAP_DOMAIN }}
  • {{ LDAP_READONLY_USER_USERNAME }}
  • {{ LDAP_READONLY_USER_PASSWORD_ENCRYPTED }}

Other {{ * }} substitutions are left unchanged.

Since startup script modifies ldif files, you must add --copy-service argument to entrypoint if you don't want to overwrite them.