Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] ldappc error Grouper 1.5.3 list-empty-value member-groups-list

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] ldappc error Grouper 1.5.3 list-empty-value member-groups-list


Chronological Thread 
  • From: Tom Zeller <>
  • To: Scott Koranda <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] ldappc error Grouper 1.5.3 list-empty-value member-groups-list
  • Date: Thu, 22 Apr 2010 15:43:25 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=ealnH1YzUKRK5qEDkj5+bDL7rRK5/dF/Cfzlq/6qMN4FMM7I2P2NHvxBFrarIlFlKt ZB1+DAtbe4/23DuH7Wrxo2WzvMO8r1d/FGTryitNPdQLooSR8A7hc3zbTQG6ll//XLns kq+/lEuXbXmGs7gX2SIkq/c8ISGqTT2W+M/Ac=

It took me awhile to find this one. In 1.4.2, I removed the
list-empty-value option from member-groups-list :

"Attempt at fixing GRP-227. AttributeModifier will now update
attributes using add and remove operations instead of replace. It is
not currently possible to provision a membership's list-empty-value,
and this option in members-group-list is no longer supported."

The bug (https://bugs.internet2.edu/jira/browse/GRP-227) was fairly
serious, and I'm trying to remember why it is no longer possible to
provision the list-empty-value...basically because we were
provisioning group-centrically rather than member-centrically.

The documentation on the wiki is, obviously, incorrect.

The eduMember schema denotes isMemberOf as MAY rather than MUST...do
you need the list-empty-value ?

TomZ

On Thu, Apr 22, 2010 at 12:19 PM, Scott Koranda
<>
wrote:
> Hi,
>
> ldappc from version 1.5.3 of Grouper is throwing this
> exception:
>
> Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute
> 'lis
> t-empty-value' is not allowed to appear in element 'member-groups-list'.
>
> The relevant part of ldappc.xml looks like this:
>
> <memberships>
>   <member-groups-list
>    list-object-class="eduMember"
>    list-attribute="isMemberOf"
>    naming-attribute="name"
>    list-empty-value="" />
> </memberships>
>
> Looking at the documentation at
>
> https://spaces.internet2.edu/display/GrouperWG/LDAPPC
>
> I thought that list-emtpy-value was an allowed attribute for
> the <member-groups-list> element.
>
> Am I missing something?
>
> Thanks,
>
> Scott
>
>
>



Archive powered by MHonArc 2.6.16.

Top of Page