grouper-users - RE: [grouper-users] RE: Grouper Newbie - LDAP integration
Subject: Grouper Users - Open Discussion List
List archive
- From: "Hyzer, Chris" <>
- To: Duane Booher <>, "Coleman, Erik C" <>, "" <>
- Subject: RE: [grouper-users] RE: Grouper Newbie - LDAP integration
- Date: Wed, 24 Oct 2018 18:57:35 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:d117bBIOnc8Lvs9q8dmcpTZWNBhigK39O0sv0rFitYgXKvT7rarrMEGX3/hxlliBBdydt6obzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlKiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZXshfSTFPAp+yYYUMAeoOP+dYoJXyqFYVtxSyGRWgCfnzxjNUhHL727Ax3eQ7EQHB2QwtB9wCvnbUrdT0KqgSS/i5x7TWwDXDdfNW2Cz95IbVeR0mpPGDQbJwcMrQyEYxDQPIlVSQqZf5MD+Py+QNq3aU7+xmVe61lWEothxxryGpy8wxhIfJgYcVxUrF9SV/2Is1JNu4SFJlbt6+FptfqT2aO5VsTsw8Xm5opT42yrIcuZ68YSgK0I4rxxjFZPyCbYeF5A/oWuWJITpgmn5pZLCyiwy9/EWh0OHwS8i53VhQoidGnNTArm0B2hLP5sSdTvZx412t1SiS2w3X8O1IPEI5mKvDJ54v3LE9lYYfvEHGEyL0nEj5lrGZe0Aq+ue29uvqYrDrqoGHOIJwiwzzN78hl867DOglNAUFQnKV9v6m1LL5+E30WLVKgeMykqneqJ3UPdgWqKmlDwNLy4ou9hCxAym/3NQfhnYIMkhJeBWaj4j1IF7OJ+34DfGijFi2iDdr3ffGPqH/DZrRMnjDkbDhfbBn505b1Qoz0dRf55VTCrECOv78RkjxtNnAAh84NQy73frnBc1j2o8CW2+DGKCUPaLIvVOV5+8iLfOAaYwbtTrlLvgq/f/ujXs3mV8Heqmp2IMaaHWkEfRmI0SYYGTjgs0aHGcLpQoxUPbmiECaUTFNYXayWbgw6S8mB4K7FYvDXJyigKSd3CenGZ1bfm9GCkqLEXf1b4WLRe0MZDuPIs96jDMET6OhRpQl1RGvrw/616FnIvTO9i0Zs5LjyMZ65/fVlR4s6Tx4Ed6R3H+QQGFpzSs0QGoawal5rARXzVCD3LIw19BFHNpeodlOVQc3L7baxvE8BtzvDEaJNPyOTFujS9PiSRwrT9F56JVGN0t2EP2jihTC2S2rGPkYm6HdQNR+/bjbwmD8PYNg0Hvcz4EgiUUrWM1CKTfgi6JivUCHCJTOjl2UjeO3bqkGxwbM8nuO12yDoBseXQJtB/brR3caMwH2vMb0/AeKZL+0CK9tel9Ews6TOKZQQtzyhhNbXPrlPpLTb3/nyDT4PgqB2r7ZNNmiQG4axiiITRFcy1pJr3+bKQgzADugqGvCDTtoUEjieF7o7fIg9CGgVkFhyQaMYgUhzLez9hMPzd2kA/IIlvNh2m86rilsWlO03tbYEd2F8g9qfLRObMkV4UxMk3/Bugp7eJGsMvMqiw==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Grouper must have all its memberships in the database. There is new real time LDAP loader support to incrementally load those in… https://spaces.at.internet2.edu/display/Grouper/Grouper+loader+real+time+updates Or you could crank up your cron schedule to something that is acceptable in performance and lag of up to date data. The storing back to LDAP is the PSPNG. Thanks Chris From: <>
On Behalf Of Duane Booher Hi Erik, thanks for the info. I will look at the examples that you have provided. I’m not using the TIER grouper containers, instead I’m using the grouper installer option via: java -jar grouperInstaller.jar When I look at the grouper loader, my understanding (which may be incorrect) is that it uses a cron based approach for syncing between LDAP and grouper? I was hoping for a direct grouper LDAP connection, where
grouper would connect to LDAP and get the necessary user id’s from ou=people (this would be a step1a on my list). Then as a group is created/maintained then I was hoping that grouper would also store the group membership also back into LDAP (this would be
step2b on my list). I understand that grouper uses a database, so some of these lookups and persistence may be maintained in the grouper database. In general, I’m having a hard time with this part of the configuration. I’m carefully looking at all of the relevant grouper technical configuration documentation for customizing my grouper/LDAP connection.
So if you have any additional grouper links, then that would be great. Duane From: <> on behalf of "Coleman, Erik C" <> Duane, We basically approached the same way with our eval—swinging over one-by-one to our LDAP, then to our Shib, then to our own database instance. Are you using the Grouper Demo Docker containers? With 2.4, all of your LDAP connections are specified in grouper-loader.properties, so you simply need to change the parameters in there to point to your enterprise LDAP. Change subject.properties in order
to point to where your identities (subjects) live in that LDAP. Then you can throw out the LDAP container. For Shib, you’ll want to upload your own shibboleth2.xml as well as the appropriate sp-key.pem and sp-cert.pem to the Grouper UI container, with settings as you would for any SP configured to connect to your
IDP. Then you can throw out the supplied IDP container. As a tip, I found it more convenient to bootstrap me in the wheel group so that I have admin access, this is in grouper.properties, which should also go into the Grouper containers: groups.wheel.use = true groups.wheel.group = etc:sysadmingroup configuration.autocreate.group.name.0 = etc:sysadmingroup configuration.autocreate.group.description.0 = Grouper Service Admins configuration.autocreate.group.subjects.0 = ecc That’s glossing over many of the specific details, but should give you an idea. -Erik From:
<>
On Behalf Of Duane Booher Hello, I am doing a quick grouper 2.4 evaluation and I have it running on both my personal workstation (Mac Os X) and a redhat 6 server. In both cases I used the grouper installer with the default demo processes.
Then I migrated the grouper-ui and grouper-ws applications over to a seperate tomcat container. I am still running the remaining processes out of the installer folder, such as the demo hsqldb, daemon, etc. I have been following the Grouper Deployment Guide,
however things are still fuzzy to me. I have two immediate goals and I hope the community can point me in the right direction: 1) I would now like to connect grouper up with our LDAP for both user lookup and for integration with groups stored in LDAP.
2) I would like to connect the grouper login to our shibboleth/SAML single sign-on. I am both a LDAP integrator, along with a shib w/ in-common and CAS integrator. But, I do not fully understand the grouper configuration details. So any help is greatly appreciated. Thanks, |
- Re: [grouper-users] RE: Grouper Newbie - LDAP integration, Duane Booher, 10/24/2018
- RE: [grouper-users] RE: Grouper Newbie - LDAP integration, Hyzer, Chris, 10/24/2018
- Re: [grouper-users] RE: Grouper Newbie - LDAP integration, Carl Waldbieser, 10/24/2018
- Re: [grouper-users] RE: Grouper Newbie - LDAP integration, Bill Thompson, 10/24/2018
- RE: [grouper-users] RE: Grouper Newbie - LDAP integration, Redman, Chad, 10/24/2018
- Re: [grouper-users] RE: Grouper Newbie - LDAP integration, Duane Booher, 10/25/2018
Archive powered by MHonArc 2.6.19.