Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] Deleted groups and LDAPPC

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] Deleted groups and LDAPPC


Chronological Thread 
  • From: Tom Zeller <>
  • To:
  • Cc: Grouper Dev <>
  • Subject: Re: [grouper-dev] Deleted groups and LDAPPC
  • Date: Thu, 19 Feb 2009 13:01:05 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=lwIy5o2gbUvQl4cI4TpJJUDhwoYL+uZDHdvYDLdIpkQ8xhsdL4t3NARV8HbgTmWjhz YI4Dtx2dvsXWOwpvHx0ccmLrrr1hGlhCI3UeiiLGy6G2SYtY3FAHw1K6LiZTUnelrQio /w4IUwT68Bi9NtGu9fFCB4r6mZlIljmpCH3kQ=

Do not curse me but I think I have found another strange behaviour of ldappc regarding the deleted groups.

OK, no cursing :) Although, in France, would that be appropriate in this situation ? just curious
 

When a group is deleted, if the users belongs to some other groups then the isMemberOf remains in the user entry for this group.

After looking at the code I would say it is due to the fact that, in the method GrouperProvisionner.provisionMemberships, the user 's dn is removed from the list existingSubjectDns so it is not handled by the call of clearSubjectEntryMemberships(existingSubjectDns).

Thanks, I'll add it to the list.

TomZ
 



Archive powered by MHonArc 2.6.16.

Top of Page