Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] PSP : Provisioning flat without base folder name in the group's name

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] PSP : Provisioning flat without base folder name in the group's name


Chronological Thread 
  • From: Jeffrey Crawford <>
  • To: Celine Dusset <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] PSP : Provisioning flat without base folder name in the group's name
  • Date: Thu, 26 May 2016 10:47:09 -0700

This is done in the resolver, there should be an entry like the following in the "psp-resolver.xml" file:

  <resolver:AttributeDefinition
    id="stemDn"
    xsi:type="psp-grouper-ldap:LdapDnFromGrouperNamePSOIdentifier"
    structure="${edu.internet2.middleware.psp.structure}"
    sourceAttributeID="stemNameInStem"
    rdnAttributeName="ou"
    baseDn="${edu.internet2.middleware.psp.groupsBaseDn}"
    baseStem="${edu.internet2.middleware.psp.baseStem}">
    <!-- Dependencies which return a "stemNameInStem" attribute whose value is the stem name. -->
    <resolver:Dependency ref="stemNameInStem" />
  </resolver:AttributeDefinition>

You'll need to override the "structure" entry to instead of reading from a variable, to setting it to "flat". You'll additionally need to do this for all resolvers with "id" containing "stem" but not the ones containing "group".


Jeffrey

Both pilots and IT professionals require training and currency before charging into clouds!
---------------------------------------

On Thu, May 26, 2016 at 6:10 AM, Celine Dusset <> wrote:

Hi everyone,

I was searching for a way to ommit some base stem names in group's name to be provisionned (by PSP 2.2.2) in a flat conf (I understand the uniqness risk)


I've found in archives an old message on this subject (2013):


please Mr Gagné or someone else could you help me for the hook and the "psp magic" or maybe there is now another way to do that ?


Thank you very very much in advance for your help ;-)


Céline Dusset
Université de Nice Sophia-Antipolis
DSI  - Service Transverse
Pôle Référentiels, outils de pilotage et de fiabilisation
Tel. 1.6731/04.92.07.67.31





Archive powered by MHonArc 2.6.16.

Top of Page