Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] change to ldappc config in 1.4.2?

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] change to ldappc config in 1.4.2?


Chronological Thread 
  • From: Tom Zeller <>
  • To: Scott Koranda <>
  • Cc: Grouper Users Mailing List <>
  • Subject: Re: [grouper-users] change to ldappc config in 1.4.2?
  • Date: Wed, 1 Jul 2009 07:05:07 -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; b=wHVWRg6fX2Wbbh7I1jTwfVmBODEoqg86SrLW80WkOMf59D/aJqH5YTdtpfzCRD4ZtB JDilfhFHfwH7Tcn0gXtcpD7Ob/uF36zJ2C9EY3i0a7ZWB2ecW++7bGEm6Rr5iA3OfyVa grBVmceXHpARR4lUH8HbsDqtS9qnIw8tzVQ4U=

My mistake, I inadvertently made that element required in the schema.

Workaround : in conf/edu/.../ldappc/schema/ldappcConfig.xsd remove 'use="required"' from the "grouper-attribute" attribute :

  <xs:attribute name="grouper-attribute" use="required"
         type="grouper-attribute-name-type" />

TomZ

On Tue, Jun 30, 2009 at 4:49 PM, Scott Koranda <> wrote:
Hi,

I picked up my ldappc configuration ldappc.xml from my 1.4.1
deployment and dropped it into my 1.4.2 deployment and I am
getting errors I don't understand.

For example,

2009-06-30 14:37:13,419: [main] ERROR Digester.error(1538) -
Parse Error at line 16 column 41: cvc-complex-type.4: Attribute
 'grouper-attribute' must appear on element 'groups'.
 org.xml.sax.SAXParseException: cvc-complex-type.4: Attribute
 'grouper-attribute' must appear on element 'groups'.

The documentation and the ldappc.example.xml file says that
'grouper-attribute' is only necessary for a flat structure. I
am using 'bushy':

-sh-3.2$ grep bushy ldappc.xml
               structure="bushy"
-sh-3.2$ grep flat ldappc.xml
-sh-3.2$

Did I miss a requirement in the changelog?

Thanks,

Scott





Archive powered by MHonArc 2.6.16.

Top of Page