Mock up some [ldif files](https://www.digitalocean.com/community/tutorials/how-to-use-ldif-files-to-make-changes-to-an-openldap-system) to add ldap groups and users to the test ldap server. - [ ] create a ldif template - [ ] create an ldif for ~10 ldap groups, each containing 10-100 users per group - [ ] dynamically generate random names to populate entries into the ldif files - [ ] create `docker exec` command to run `ldapadd` that takes an ldif file - [ ] create script to add ldif entries using `ldapadd`
Mock up some ldif files to add ldap groups and users to the test ldap server.
docker execcommand to runldapaddthat takes an ldif fileldapadd