This builds a Docker image based off of osixia/docker-openldap with data populated. This data that is populated has a main use case for testing Sysdig LDAP Integration.
docker build -t my_ldap_image .
This will start the image along with phpLDAPAdmin as well on your local machine so you can login and make changes.
docker-compose up -d
baseDN: dc=riverdaze,dc=internal
- admin / admin
- user1 / user1_pass
- user2 / user2_pass
- user3 / user3_pass
- Admins
- Mixed
- Sysdig Editors
- Sysdig Viewers
1.0 - Initial