cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo with Active Directory server not authenticating.

smalis_
Champ on-the-rise
Champ on-the-rise

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.

ou=users,ou=united,ou=Customers,dc=cust,dc=jeppsvc,dc=com user

subtree

ou=users,ou=united,ou=Customers,dc=cust,dc=jeppsvc,dc=com top person organizationalPerson inetOrgPerson user

  <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 ?

1 ACCEPTED ANSWER

smalis_
Champ on-the-rise
Champ on-the-rise

Added bindDn and bindPassword and it all works now. Thanks

View answer in original post

4 REPLIES 4

smalis_
Champ on-the-rise
Champ on-the-rise

The ldif snippet is here

bruce_Grant
Elite Collaborator
Elite Collaborator

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.

No problem - changed the comment to an answer since it was bindDn and and bindPassword.

smalis_
Champ on-the-rise
Champ on-the-rise

Added bindDn and bindPassword and it all works now. Thanks