I need to test that our application can connect to more than one LDAP servers. We have one working one (running on OSX server). I need to setup another one.
- We tried to set LDAP server on SuSE using Yast. I can connect but I don't know how to add new user.
- I tried to set up LDAP server on my OSX. LDAP is installed by default. But I didn't manage to connect to this server.
All I need is running LDAP server where I can add users.
Existing setting for our application are
ldap1.domain = "mrserver.edumate";
ldap1.basedn = "dc=mrserver,dc=edumate";
ldap1.ldap_host = "10.0.0.10";
ldap1.ldap_attribute = "uid";
I can install the LDAP server on Windows, SuSE, linux, OSX (not the server as we have only one server)