LDAP Configuration

6
I am trying to set up LDAP but our users are located on mutiple organisational units. Is it possible to add more than one organisational unit. I have followed the guide and know that it works when i select one organisational unit. However when using the following: DC=OURDOMAIN,DC=COM To select every organisational unit, It gives me an error. Can anyone help. Extra Information: We want to setup ldap using these settings DC=OURDOMAIN, DC=COM because we have users located on different OU’s. If we use OU=Users,OU=Europe,DC=OURDOMAIN,DC=Com it works but then you will only can import users located within this OU. Error: Server error: An unknown exception occurred [LDAP: error code 1 - 000020D6: SvcErr: DSID-03100684, problem 5012 (DIR_ERROR), data 0 ?]
asked
2 answers
4

Can you give a bit more information about which errors you encounter, in the log or the client, and what actions you did perform?

Furthermore, in addition to the the guide: After setting up the server configuration, you should perform 'read ldap' and when the read operation finishes, perform 'browse LDAP'. You now can browse to the unit you want to import. Select 'set as LDAP import location' when you are inside the directory you want to import (that is, you can acually see the users which will be imported).

The next steps are to synchronize the groups, set up the group mappings and finally import the users. Note that each of these steps is necessary. Furthermore it is very important that the LoginField is set (usually sAMAccountName will do).

answered
1

If I understand correctly, you have no problems importing from one location in LDAP, but you want to import from multiple locations?

In that case you need to create multiple LDAP servers (each connecting to the same server) but configure different locations for each server. That will import users from multiple OU's.

answered