Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Newbie help (LDAP)

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Newbie help (LDAP)


Chronological Thread 
  • From: Paul Huckins <>
  • To: "Hyzer, Chris" <>, "" <>
  • Subject: RE: [grouper-users] Newbie help (LDAP)
  • Date: Fri, 18 Nov 2016 21:22:37 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:ekXHVhFuPspHU7DeG3srkJ1GYnF86YWxBRYc798ds5kLTJ7yocqwAkXT6L1XgUPTWs2DsrQf2rGQ6vCrADBeqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjSwbLd8IRmssAnctcYajZZtJ6sw1xDEvmZGd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOjgk+2/Vl8NwlrpWrhK/qRJi347aboKbNPR8caPcYdwVSnFMUdxNWyBdGI6wc5cDA/QHMO1Fr4f9vVwOrR6mCAe2Huzv1ztIjWL0060nz+shEgDG3Ao7H9kTt3nats/6NLoWUeyvzqfI0CnMb/BX2Tf784jFaQ0uoeyWUb1ubMXR1FAiGgXYhVuerozlOima1uULs2WD7upgU/6vhHA9qwF3vDev2tkghpPXiY0I11DJ8zhyzoUtJdCgVkJ0e8KoHIZVui2HKod6X8YvQ29ntSom1rELvJC7czYFxZkkwhPSbv6Kf5WJ7x77SeqcLyt0iGh7dL+/iRu+61Wsx+3mWsWpzVpGsixImcTWuH8XzRzc8M2HR+N9/ki/3TaP0Bje5PlYLE4ziabWJYctz6ApmJYOqEjDGTT5l1vsgK+Ra0Uk5vOn6+P6YrXgu5CQLZd0ihv5MqQyhMOwHfg4MgkJX2id4+i806Dj/VH9QLVNif02kbPVv4zdJcQevqK5AglV3Zg/6xunETupysgUkWQCIV5YZR6Lko3kO1/BLfzkEfuyhlqsnylkyv3FO7DsB5fAImXCnbv5eLZy8U9cyA49zdBF4JJUD6kMLujpVU/ssNzUFB03MxGozObkCdV90JgeVHmSDa+EKq/dr0KH5v83L+mWeIAVoCr9K+Qi5/P2gn85g1gdfbSx3ZQJcnC0B+lmI16Hbnr2mdcMCmMKvgslTOz2k12OTyRfZ3e0X6Ig+D47EoSmApnfRoyzmrCOwjq0HoAFLlxBXxqsAGXlbcHMcPcWaTnYaptkmTwVR7W7Y4463lezrAL8zfxqIveCvmVSuojkycB4/ajOjhwo7hR1CdiQyWeAUzsyk28VDXdi07p4vFRw0BKeyqVimNRZE8Be/fVETl18OJLBmb9UEdf3DzrIY9PBaEutQdSgGnlldtssx5kufk1+GtO5phzemSemHulGxPSwGJUo//eEjDDKLMFnxiOe2Q==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

 

 

Ok,

 

So back to LDAP.

 

If I understand what I read correctly; the following is true.

 

In the current evolution of grouper the LDAP connector is configured here

 

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper-loader.properties

 

There are 2 config files

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper-loader.base.properties

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper-loader.properties

 

The .base. file is read at startup and reload and the other (non-.base. file) is reloaded from time to time (configurable with gsh shell).

 

So far – so good??

 

The non-.base. file starts out blank.

But if I cut and paste out the LDAP section of the .base. file and paste it into the non-.base. file and then edit it, it should work.

 

The only 3 things I have to add (minimum) are;

 

ldap.personLdap.url = "

ldap.personLdap.user = 

ldap.personLdap.pass = 

 

Yes??

 

I found this on the doc wiki:

https://spaces.internet2.edu/display/Grouper/Grouper+Loader+LDAP+examples

 

do I have to do all of this? And where does it go?  Config file (if so which one) or somewhere else???

(the problem is probably that I am not sure what “sources.xml in all groupers” means)

Common setup 

  • Setup an LDAP source, here is one I googled from the Internet (public unauthenticated).  Put this in the sources.xml in all groupers (WS, UI, loader, whatever)

  <source adapterClass="edu.internet2.middleware.grouper.subj.GrouperJndiSourceAdapter">

    <id>cmuDirectory</id>

    <name>CMU Directory</name>

    <type>person</type>

 

Truncated===

 

 

 

 

 

 

 

 

 

From: Hyzer, Chris [mailto:]
Sent: Friday, November 18, 2016 1:50 PM
To: Paul Huckins;
Subject: RE: [grouper-users] Newbie help (LDAP)

 

Another method for shutting down hsql is:

 

 




Archive powered by MHonArc 2.6.19.

Top of Page