Ok … a little more explaining
right now I'm importing groups and users from ldap… but besides those, there are other kind of info in there
there are a few "nodes" of objectType = OrganizationalUnit, that I need to get in order to create folders that represent them…
inside these, there are references to groups and users with their role in the space… so we get a folder for a few groups (editors, colaborators, etc.)
so I need to get all this information… my guess the best is at sync time.
I've been researching and I think that it is LDAPUserRegistry that does the calls to the ldap server on sync… This class already does the search for users and for groups depending on parameters, so I could in theory search for the objectTypes I need… But I don't think that it can be extended, and if it can, how…
I just can't find any bean reference on XML
please… any help will be appreciated
thanks again