We’ve got Percussion 2.8 up and running in production that connects to Active Directory / LDAP correctly.
I just downloaded 3.0 and did a new install on a separate development server. I’ve configured ldap.xml file exactly the same way it is setup in production, but the import Acitive Directory users icon is not activated on CM1 3.0 server. I checked the console.log file and it’s not generating any errors as far as I can tell. When I first setup the ldap.xml file I put the password in it, and restarted the server.
Any thoughts? Thanks.
here’s my ldap.xml file. I changed some of my host, CN and OU below for security reasons in this post.
<?xml version="1.0" encoding="UTF-8"?>
<ldapconfig> <br><br>
<ldapserver> <br><br>
<host>myHost</host> <br><br>
<port>389</port> <br><br>
<user>CN=Percussion LDAP,OU=Security Accounts,OU=Central Office,OU=Other Sites,OU=myOU,DC=myDC,DC=myDC2,DC=sc,DC=us </user> <br><br>
<password></password> <br><br>
<catalog>deep</catalog> <br><br>
<objectattributename>samaccountname</objectattributename> <br><br>
<emailattributename>emailaddress</emailattributename> <br><br>
<organizationalunit>OU=myOU,DC=myDC,DC=myDC2,DC=sc,DC=us</organizationalunit> <br><br>
</ldapserver> <br><br> </ldapconfig>