03-30-2012 06:03 PM
Nuxeo with open ldap worked fine having accounts at say for example ou=people,dc=united,dc=com and users under that. We tried to switch to Active Directory now where the accounts are at u=users,ou=united,ou=Customers,dc=cust,dc=jeppsvc,dc=com by modifying the ldap-users xml configuration as follows. Authentication is not working any more.
Putting only relevant content from the ldap-users xml file.
<rdnAttribute>uid</rdnAttribute>
<fieldMapping name="username">uid</fieldMapping>
<fieldMapping name="password">userPassword</fieldMapping>
<fieldMapping name="firstName">givenName</fieldMapping>
<fieldMapping name="lastName">sn</fieldMapping>
<fieldMapping name="company">o</fieldMapping>
<fieldMapping name="email">mail</fieldMapping>
Is there anything missing that is needed for nuxeo to work with Active Directory Server ?
04-03-2012 05:10 PM
Added bindDn and bindPassword and it all works now. Thanks
03-30-2012 06:57 PM
The ldif snippet is here
04-01-2012 12:36 PM
Have you turned on debug and looked in the server log?
Not included in above but are you sure that your bindDn and bindPassword are working for the specified ldapUrl? Should see this in the log.
04-03-2012 05:26 PM
No problem - changed the comment to an answer since it was bindDn and and bindPassword.
04-03-2012 05:10 PM
Added bindDn and bindPassword and it all works now. Thanks
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.