cancel
Showing results for 
Search instead for 
Did you mean: 

Users, groups and Active Directory

sylecomte_Lecom
Champ in-the-making
Champ in-the-making

Hi,

I finally got to show my active directory groups, but they do not contain my active directory users. I use this configuration files here: https://github.com/nuxeo/nuxeo-services/tree/master/nuxeo-platform-directory/nuxeo-platform-director...

An idea of the reason for this problem?

15 REPLIES 15

Olivier_Grisel
Star Contributor
Star Contributor

You have to introspect you Active Directory structure with a LDAP client such as Apache Directory Studio to adapt the configuration to make it match to your own directory structure.

You can find more details on the page on LDAP configuration in the documentation.

In particular it gives you instruction to enable the debug log and see which LDAP requests are performed by Nuxeo to try and replicate them in Apache Directory Studio to understand why the return no results.

With Apache Directory Studio I can see members of my group, but I do not know where to put this in the configuration file groups ...

The members will be retrieved once you've configured the ldapReference. Something like

I have this in my configuration file

And does that correspond to your LDAP entries fpr groups?

Hello,

that's not exactly the answer I expected

I am sorry, I don't understand.

Que dois je faire ? / what should I do ?