Users, groups and Active Directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2013 09:02 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2013 10:41 AM
please paste the content of 1 user entry and 1 group entry from the LDIF export => I'll check if it's correct according to what you wrote in your Nuxeo XML files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2013 10:59 AM
An user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2013 11:03 AM
So the reference you've defined using staticAttributeId="uniqueMember" is not correct because you can see in your group entry that the members are stored in an attribute called "member" => need to fix that !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2013 11:34 AM
I Changed uniquemember by member and it's work !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2013 11:38 AM
No. By "member" too IMHO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2013 12:37 PM
Hi,
