Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Empty stem structures created when using LDAPPCNG into the AD

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Empty stem structures created when using LDAPPCNG into the AD


Chronological Thread 
  • From: Tom Zeller <>
  • To: Richard James <>
  • Cc: grouper users list <>
  • Subject: Re: [grouper-users] Empty stem structures created when using LDAPPCNG into the AD
  • Date: Wed, 23 Feb 2011 09:13:39 -0600
  • 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=M/Da0a5esmNlGCLPiOZkqeGeyttO8DKuGVvEaZRuDud3O6GoZ9tK6ooLP2IBGYpqZY Bs0UthVLj9KgwEX8/Hb3c/IHacXiQ5E0RsGvC7QlP1n3/QZItORqAJSc6OkmJps//Edo W1ADR3cTHO3yXMOpcOAswJxkC55jxjSWAmYSI=

> We have successfully been testing LDAPPCNG provisioning from Grouper into
> the Active Directory, and have been working on filtering out the groups
> that we need provisioned. We have this working at the moment by defining a
> group filter in the GroupDataConnector, this currently filters on stems,
>
> <resolver:DataConnector id="GroupDataConnector"
> xsi:type="grouper:GroupDataConnector">
> <grouper:GroupFilter xsi:type="grouper:Minus">
>    <grouper:GroupFilter xsi:type="grouper:StemName"
> name="Applications:Filestores:ISS" scope="SUB" />
>    <grouper:GroupFilter xsi:type="grouper:StemName" name="CorporateData"
> scope="SUB"/>
>  </grouper:GroupFilter>
>   <grouper:Attribute id="members" />
>    <grouper:Attribute id="groups" />
>  </resolver:DataConnector>
>
> This successfully provisions the groups that live under
> "Applications:Filestores:ISS", however it creates the stem structure for
> CorporateData, i.e. it will create the hierarchical folders for our org
> structure without the actual departmental groups.
>
> Is there anything that we need to add to the Ldappc-resolver to stop empty
> folders being created within the AD? Maybe a filter within the
> StemDataConnector?

Yes, add the same <GroupFilter ... /> element of your
GroupDataConnector to the StemDataConnector. Does that work ?

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page