Example of eXo platform using ldap
docker-compose up ldap
docker-compose down -v
docker-compose exec ldap slapcat
You can use JXplorer to update or browse the ldap content
With the default configuration declared on the project, you can use this credentials to connect to the ldap :
DN | Password | Role |
---|---|---|
cn=admin,dc=exo-samples,dc=org | password | Administrator |
cn=root,ou=users,dc=exo-samples,dc=org | gtn | Read only |
cn=test1,ou=users,dc=exo-samples,dc=org | gtn | Read only |