docker-openldap icon indicating copy to clipboard operation
docker-openldap copied to clipboard

use of existing database along with custom ldif files at startup - behaviour

Open gilmojoa opened this issue 2 years ago • 0 comments

if the container is run with existing database mounted as volume, and seed data (ldif files within ../bootstrap/custom/..) are also mounted on startup, it seems the custom ldif seed data are ignored? unless the mounted database is non existent and created as new volume, in which case the ldif seed data will be added to the new database. is this expected behaviour? Trying to understand, in order to determine best approach for adding/removing users to existing ldap server instance.

gilmojoa avatar Feb 14 '23 11:02 gilmojoa