Olivier,

I really appreciate your help on this.  I know your answer should be sufficient 
for someone familiar with the ldapreference and inversereference fields and 
developing on Nuxeo in general, but I am new to Nuxeo and I'm having a hard 
time finding sufficient documentation on those fields.  Here's what I edited 
the <references> sections of my XML files to after your response, and it's 
still not working for me (same error conditions as previously noted).

default-ldap-users-directory-bundle.xml:

      <references>
          <ldapReference directory="userDirectory" field="groups" 
forceDnConsistencyCheck="false" staticAttributeId="memberof" />
                
      </references>


default-ldap-groups-directory-bundle.xml:

<references>
        <ldapReference directory="userDirectory" field="groups" 
forceDnConsistencyCheck="false"/>
        <ldapReference directory="groupDirectory" field="subGroups" 
forceDnConsistencyCheck="false" staticAttributeId="memberOf" />
        <inverseReference directory="groupDirectory" 
dualReferenceField="subGroups" field="parentGroups" />
                
</references>

Could you tell me specifically what they should be, given the details of my 
ldif files previously posted?  I think you're assuming I have more experience 
with this than I actually do...=)

Best,
Dave Thibault
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to