Directory Wizards Inc.

Solutions For Your Directory Needs

RSS feed
Add to Google


 

Categories

Knowledgebase

What if UnitySync doesn't support my LDAP directory type?

Category:General

Last Updated:2011-08-15

 

Download PDF version

 


We are happy to consider adding support for new directories whenever possible.  The only real requirement is that the directory support LDAP read/write access.

(If your directory does not support LDAP, there are still options within UnitySync that may help with your syncing of this directory, i.e.  LDIF, ODBC, CSV formated files.  Contact Support  for more information on how these sync formats may be used to help sync your non ldap compatible directory.)

Below is a list of requested information to be gathered from your LDAP directory, including rootdsa.  This information will help give us a picture of your ldap directory.  We’ll use this information to build the necessary UnitySync structure and mapping files for your directory type. Then we’ll pass these files back to you. You will insert these files into your UnitySync installation and the new directory type will then show up as a supported directory. You can then configure and test connections pulling from and writing to your directory.

Send an email toSupport@dirwiz.com. Subject: Request for new Directory support.
Identify the ldap directory you are using. Zip and forward the information requested below.

If you do not have one, you may download a copy of ldapsearch.exe.

We need the dsa record for the directory, as well as ldif records of a few objects from the directories:
a person object
a group object
a container/ou

Run the following from a command prompt on the UnitySync server to obtain the requested information:

1) Root DSE record:
ldapsearch -b "" -h x.x.x.x -p 389 -D "Admin@domain.com" -w password -s base objectclass=*

2) ldif record of a person object:
ldapsearch -b "dc=domain,dc=com" -h x.x.x.x -D "login" -w password -p 389 "(mail=emailaddress@ofAUser.com)"

3) ldif record of a group object:
ldapsearch -b "dc=domain,dc=com" -h x.x.x.x -D "login" -w password -p 389
"(mail=emailaddress@ofAGroup.com)"

4) ldif record of a container/ou:
ldapsearch -b "dc=domain,dc=com" -h x.x.x.x -D "login" -w password -p 389 "(objectclass=container)"

5) Please list any other ldap directory you will be syncing with (i.e. Exchange 5.5, AD/Exchange2000, Notes, etc)

Notes about the above syntax:

If you have any questions, please contact us at Support@dirwiz.com