Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Grouper PSP and sources.xml

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Grouper PSP and sources.xml


Chronological Thread 
  • From: Scott Koranda <>
  • To: grouper-users <>
  • Subject: [grouper-users] Grouper PSP and sources.xml
  • Date: Fri, 30 Mar 2012 10:27:22 -0500

Hi,

I deployed Grouper 2.1.0 API, UI, and WS following my usual
deployment instructions. As part of that I edited sources.xml
to find subject in my LDAP:

<source
adapterClass="edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter">
<id>ligo</id>
<name>LIGO VO Members</name>
<type>person</type>
<init-param>
<param-name>INITIAL_CONTEXT_FACTORY</param-name>
<param-value>com.sun.jndi.ldap.LdapCtxFactory</param-value>
</init-param>
<init-param>
<param-name>PROVIDER_URL</param-name>
<param-value>ldaps://some.server.edu:636</param-value>
</init-param>
<init-param>
<param-name>SECURITY_AUTHENTICATION</param-name>
<param-value>simple</param-value>
</init-param>
<init-param>
<param-name>SECURITY_PRINCIPAL</param-name>
<param-value>uid=grouper,ou=system,dc=ligo,dc=org</param-value>
</init-param>
<init-param>
<param-name>SECURITY_CREDENTIALS</param-name>
<param-value>XXXXXXXX</param-value>
</init-param>
<init-param>
<param-name>SubjectID_formatToLowerCase</param-name>
<param-value>false</param-value>
</init-param>

<snip>

The instructions and example for the PSP at

https://spaces.internet2.edu/display/Grouper/Grouper+Provisioning

uses a different adapterClass and

<init-param>
<param-name>ldapProperties_file</param-name>
<param-value>ldap.properties</param-value>
</init-param>

along with the ldap.properties file.

Am I supposed to replace the sources.xml file I use for the
API, UI, and WS with the one I configure for the PSP so that
they all use the same sources.xml or is the PSP supposed to
have a unique sources.xml file?

Does the PSP need to use ldap.properties?

Thanks,

Scott








Archive powered by MHonArc 2.6.16.

Top of Page