Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Provisioning to a different kind of target

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Provisioning to a different kind of target


Chronological Thread 
  • From: Tom Zeller <>
  • To: Jonathan Tellier <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] Provisioning to a different kind of target
  • Date: Thu, 14 Jun 2012 14:59:28 -0500

The default psp configuration does not provision jdbc source members
to ldap. So, you can either modify the psp configuration or you can
add ldap source members to the group. I suggest the latter.

The sources.xml file that you posted previously looks fine, is the UI
configured to use it ?

If you installed grouper via the grouper installer, sources.xml should
be located at

grouper.ui-2.1.0/dist/grouper/WEB-INF/classes/sources.xml

Before anything else, I think we need to get the UI working properly
with the ldap source.

On Thu, Jun 14, 2012 at 10:19 AM, Jonathan Tellier
<>
wrote:
>> Were you able to add your ldap subjects as members in the UI or ?
>
> No. Those subjects are not even visible in the UI. But since they have
> the same ids as subjects from the DB, I thought it was normal normal.
> However, I've created a user in the ldap that is not in the DB and it
> doesn't even show up in the UI. And yes, I've rebuilt the UI and I see
> no errors in the logs.
>
>> What does the following return ?
>>
>> gsh 0% s = GrouperSession.startRootSession();
>> gsh 2% getMembers("foo:qux")
>
> gsh 0%s = GrouperSession.startRootSession();
> edu.internet2.middleware.grouper.GrouperSession:
> 007ba67d4443466180410851ef72c26e,'GrouperSystem','application'
> gsh 1% getMembers("foo:qux")
> member: id='elbe' type='person' source='jdbc'
> uuid='3ff8eb8e31964c708fe509e64630ade6'
> member: id='pema' type='person' source='jdbc'
> uuid='98f5d1fa79b4431e9be5dcfeeb1a8b5c'
>
> So it returns the group in the jdbc source, not in the ldap source. In
> the ldap, only "pema" is present.
>
> Thanks,
> --jtellier



Archive powered by MHonArc 2.6.16.

Top of Page