Dear all,
I have been trying to use the Import LDAP Users function in Business Architect but was unable to get it to work. I am sure my settings for LDAP connection are correct as I was able to get the "Automatically import users at login" to work. But when I try to run the import LDAP Users function, I will get the following popup error message:
"Unable to connect to the LDAP system due to incorrect connection data.
Please contact your LDAP administrator."
I have already activated my ldap integration log, and following are what I get when I run the Import LDAP Users function:
2011-09-26T16:53:08,697 searching ldap with filter: (&(objectClass=user)(memberOf=CN= ... ))
com.idsscheer.aris.server.common.ldap.ALDAPConnection.find
2011-09-26T16:53:08,745 search result: CN=...,OU=... com.idsscheer.aris.server.common.ldap.ALDAPConnection.find
...
There is no exception message shown in the log. Only shows a list of users successful retrieved based on the filter.
Under "Filter and Import" of the LDAP Settings, I have set the filter as follows:
Login: (&(objectClass=person)(cn={0}))
User:(&(objectClass=user)(memberOf=CN=...))
Any idea what is wrong? Thanks ...