grouper-users - Re: [grouper-users] Grouper 1.4.1 LDAPPC
Subject: Grouper Users - Open Discussion List
List archive
- From: Tom Zeller <>
- To: Ken LAI <>
- Cc: Grouper Users <>
- Subject: Re: [grouper-users] Grouper 1.4.1 LDAPPC
- Date: Tue, 3 Feb 2009 07:30:52 -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=GaFvKCb0XSKCeDt+91T5cJd2BQt04L5KcRr2pDT4igXLRuDe5Ns7UDOR0fDf2Yulkj 7MhGq5nF4DUhiSYE+UnzwYakQumOFV9/nqaVn5flso5tLJMR9uPrdmsa6yWMyrZ+/9t3 87xfXX3xhI0OfLu9h+5Z5Q+ham5ioTgCjdhhI=
When selecting groups to be provisioned, the results of <subordinate-stem-queries> and <attribute-matching-queries> are combined (aggregated, a union). Did you try <attribute-matching-queries> without <subordinate-stem-queries> ?
TomZ
2009/2/2 Ken LAI <>
Hi,
I tried the new LDAPPC of Grouper 1.4.1 and it worked fine. However,
I can't select groups to be provisioned by custom group type
attribute. I have added below custom group type to the Grouper
registry:
<registry>
<metadata>
<groupTypesMetaData>
<groupTypeDef name="mailingList">
<field name="alias" required="false" type="attribute"
readPriv="read" writePriv="update" />
<field name="allowAttachments" required="false"
type="attribute" readPriv="read" writePriv="update" />
<field name="approvers" required="false" type="list"
readPriv="read" writePriv="update" />
<field name="mailers" required="false" type="list"
readPriv="read" writePriv="update" />
<field name="moderated" required="false" type="attribute"
readPriv="read" writePriv="update" />
</groupTypeDef>
</groupTypesMetaData>
</metadata>
</registry>
I would like to provision groups with attributed "moderated" only and
so I set in ldappc.xml:
<group-queries>
<subordinate-stem-queries>
<stem-list>
<stem>hkust:applications:mailinglists</stem>
</stem-list>
</subordinate-stem-queries>
<attribute-matching-queries>
<attribute-list>
<attribute name="moderated" value="true" />
</attribute-list>
</attribute-matching-queries>
</group-queries>
All groups under hkust:applications:mailinglists are provisioned
regardless of the value of attribute "moderated". I tried below and
also didn't worked.
<attribute-matching-queries>
<attribute-list>
<attribute name="mailingList.moderated" value="true" />
</attribute-list>
</attribute-matching-queries>
Is custom group type attribute not working with LDAPPC?
Regards,
-Ken
- Grouper 1.4.1 LDAPPC, Ken LAI, 02/03/2009
- Re: [grouper-users] Grouper 1.4.1 LDAPPC, Tom Zeller, 02/03/2009
- Re: [grouper-users] Grouper 1.4.1 LDAPPC, Ken LAI, 02/03/2009
- Re: [grouper-users] Grouper 1.4.1 LDAPPC, Tom Zeller, 02/03/2009
- Re: [grouper-users] Grouper 1.4.1 LDAPPC, Ken LAI, 02/03/2009
- Re: [grouper-users] Grouper 1.4.1 LDAPPC, Tom Zeller, 02/03/2009
Archive powered by MHonArc 2.6.16.