docs/development/ldap/README.md
Note: This guide is targeted only at development with OpenProject. For the LDAP configuration guide, please see this here
OpenProject comes with a built-in LDAP server for development purposes. This server uses ladle gem to run an underlying apacheDS server.
This guide will show you how to set it up in your development instance.
You only need to run this rake task to start the server:
./bin/rails ldap_groups:development:ldap_server
It will both output the different users and groups, as well as connection details. Starting this task will ensure an LDAP connection is created or updated to make sure you can use it right away.