Skip to Content.
Sympa Menu

grouper-users - Grouper 1.5.2 Ldappc error with bushy structure

Subject: Grouper Users - Open Discussion List

List archive

Grouper 1.5.2 Ldappc error with bushy structure


Chronological Thread 
  • From: Vincent Repain <>
  • To:
  • Subject: Grouper 1.5.2 Ldappc error with bushy structure
  • Date: Tue, 08 Jun 2010 08:35:26 +0200

Hi, (sorry for my poor english)

I've experienced an issue while trying to populate an empty AD ou (but i think it will be the same with another directory) in a "bushy style" with LDAPPC :
My stems and groups are like this :
- stemA
- stemB
group1
...

That is, with no group directly under stemA

It happened that ldappc did not build the group's parents correctly, trying to build only the immediate parent of the group (stemB in my example) but not the higher ones (stemA)

I looked at buildStemOuEntries in edu.internet2.middleware.ldappc.synchronize, and in line 1278, i replaced the "reference" pass :

deleteOus.add(stemDn);

by

deleteOus.add((Name) stemDn.clone());

and all worked fine.

If it is a bug, i dont know where and if i could report it somewhere, so i post in the user's list, sorry if i am wrong...

Greetings,

Vincent

--
Vincent Repain

Centre de Ressources Informatiques
Universite de Rennes 1
263 Av du General Leclerc CS 74205
35042 RENNES Cedex
tél : 02.23.23.71.33




Archive powered by MHonArc 2.6.16.

Top of Page