Bruno LAURET a écrit : > Initially my LDAP attributes such as : > memberUid: rpoincarre > memberUid: scarnot > memberUid: ffaure > > When I create the users in the interface nuxeo my attribute such as: > memberUid: uid=rpoincarre,ou=people,dc=example,dc=com > memberUid: uid=scarnot,ou=people,dc=example,dc=com > memberUid: uid=ffaure,ou=people,dc=example,dc=com > > Do i need to apply a filter (in files > default-ldap-groups-directory-bundle.xml)for find my users with > attribute "memberUid: user"? > > Le mercredi 31 octobre 2007 à 10:07 +0400, Bruno LAURET a écrit : > >> LDAP attributes such as: >> >> uniqueMember: uid=rpoincarre,ou=people,dc=example,dc=com >> uniqueMember: uid=scarnot,ou=people,dc=example,dc=com >> uniqueMember: uid=ffaure,ou=people,dc=example,dc=com
The current LDAP reference system only handle dn valued static references. Adding support for id valued references should not be too complicated though but would require a bit of refactoring in the LDAPReference class ... Best, -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
