This repo is used as submodule in https://github.com/pvarki/docker-rasenmaeher-integration it is probably a good idea to handle all development via it because it has docker composition for bringin up all the other services rasenmaeher-api depends on
- Run
docker-compose -f docker-compose-local.yml up
Execute inside openldap container with uid of created user:
ldapsearch -LL -Y EXTERNAL -H ldapi:/// "(uid=testuser)" -b dc=example,dc=org memberOf
Versioning is handled with
bump-my-version. To increment, use
bump-my-version bump build.
- Major, minor and patch are the OpenLDAP version
- Build is change date for this repo
When bumping the OpenLDAP version, remember to update OPENLDAP_VERSION_TAG in the Dockerfile
and in workflows.