grouper-users - RE: [grouper-users] Re: Error - Found multiple matching subjects
Subject: Grouper Users - Open Discussion List
List archive
- From: "Hyzer, Chris" <>
- To: Stephen A Sazama <>
- Cc: Akki Kumar <>, "" <>
- Subject: RE: [grouper-users] Re: Error - Found multiple matching subjects
- Date: Wed, 24 May 2017 17:34:32 +0000
- Accept-language: en-US
- Authentication-results: umd.edu; dkim=none (message not signed) header.d=none;umd.edu; dmarc=none action=none header.from=isc.upenn.edu;
- Ironport-phdr: 9a23:0ehoORGLR+UTuL7UVXYgh51GYnF86YWxBRYc798ds5kLTJ76psi+bnLW6fgltlLVR4KTs6sC0LuJ9fu5EjVYvN6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Lhi6twvcutQZjYd/Nqo8ygbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDMi7mrZltJ/g75aoBK5phxw3YjUYJ2ONPFjeq/RZM4WSXZdUspUUSFKH4GyYJYVD+cZPehWsZTzp0cAoxW9CwmjBuLvxSNHiXLtx6I2z/gtHBva0AA8Hd8DtmnfotXvNKcVVOC41KfEwzfDbvJXxzj98pDEeQ0/rPGMR7JwcNHRxUcyHA7Ci1WftYzlPjOU1+sTqWiW9OtgVfmzhGI9tgFxuiagxsEqioXTmI0a103E+Dx/zY0oK9O4T0t7bsSlEJtWryybOZV5Tdg5Q2FvpCk6yaMJuYKhcCgR1psr3x/fa+Ccc4SS/hLjTP6dITh/hHJid7K/gwi9/VK8xe37U8m4yFdKrixZktbSrHAN0QLc6tSZRvdn4EiuxCuP2xjP6uFEO0A7i7DUJIM7zr4qi5oTt1zPETTsmEX3l6+abEQk+vOw5+TnfrXmuoecN5RqhQHkLKQuntKwAfgiPggMRWeb5/6z2KX/8kLjRrVGlOY5nbfBvJ/GP8sboKi5AwhJ0oo58BmwES+q0MkEnXkGKFJJYhSHgJb1O1zIPfv2Du+/jkyynDhx2/zKI7jsDojQInTelbrhc7lw51JAxAc2z91Q+Z1ZB7EELf/2REP9qMDUAgckPwG63+rrEtFw2p4EVW6RH6OUNLnevUKK6+8uJeSHeZUbtyznK/c/4v7jlX85lkEZfamuxZYZcGy1EPN6L0mHeHbhnNUOHXoTsgo5V+PllkeOUTlOZ3auRK084Sw7CIS7AovZXoCtmruB3DulEZJKemBGC1eMEXHye4WDRvcMdCaSIshmkjwHT7SuV4gh1RS2uA/7zbpoMPbU9zUGuZ35yNR5+ujemQwv+TBpCsmd3W6AQ31okm4NRTI5wq9yrEx4x1qGz6R0n+BUGcRW5/xTUwc6MZDcz/Z9C9D3Qg/Be8uGSFamQ9SnHz4xVMk8w94VY0lhAdmikwjD0DSsA78TjbCEGoE78r/E03jrO8l902rG1LUmj1Q+TctPL2qmhrNn9wfNHY7FiliZl720eqQGxy7A72ODzWuVvEFESw58T7/JXXEZZkvKs9v5/EXCQKGyCbg5KAdO19ONKrYZIuHu2G5aSe/jNdKWSiqKknW5AB/AkqiXZZjjfmw1wSDRTkUIjlZA02yBMF10JjazrniaRBduD1P0KQu49OJ+uWG2VGc11ArMclVs0bzz9xII06/PA8gP164J7X9y4w5/G0ywipePU4KN
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Im not saying use external subjects. Im saying there is an example in that wiki of restricting folders for certain subject sources (in that case external, but
in your case whatever source you want, e.g. AD)… know what I mean? RuleApi.vetoSubjectAssignInFolderIfNotInGroup(SubjectFinder.findRootSubject(), rootStem, null, false, "someSourceId", Stem.Scope.SUB, "rule.entity.cannot.be.someSourceId",
"Person cannot be assigned if in this source"); RuleApi.vetoSubjectAssignInFolderIfNotInGroup(SubjectFinder.findRootSubject(), allowedStem, null, true, "someSourceId", Stem.Scope.SUB, "rule.entity.can.be.someSourceId",
"Person can be in this source"); Thanks Chris From: Stephen A Sazama [mailto:]
Hi Chris, Thanks for the info, we've got the patch now. As for our other question, I'm not sure if external subjects are what we need (maybe they are). LDAP is a superset of AD. Should we remove AD as a source so only LDAP subjects can be added as members, or do we just need to tweak its configuration?
Putting LDAP subjects into the AD-provisioned groups was not adding them into AD so we're missing something. Thanks for any pointers, Stephen On Sun, May 21, 2017 at 6:05 PM, Hyzer, Chris <> wrote:
|
- [grouper-users] Error - Found multiple matching subjects, Akki Kumar, 05/11/2017
- [grouper-users] RE: Error - Found multiple matching subjects, Hyzer, Chris, 05/11/2017
- [grouper-users] Re: Error - Found multiple matching subjects, Akki Kumar, 05/11/2017
- Re: [grouper-users] Re: Error - Found multiple matching subjects, Stephen A Sazama, 05/17/2017
- RE: [grouper-users] Re: Error - Found multiple matching subjects, Hyzer, Chris, 05/21/2017
- Re: [grouper-users] Re: Error - Found multiple matching subjects, Stephen A Sazama, 05/24/2017
- RE: [grouper-users] Re: Error - Found multiple matching subjects, Hyzer, Chris, 05/24/2017
- Re: [grouper-users] Re: Error - Found multiple matching subjects, Stephen A Sazama, 05/24/2017
- RE: [grouper-users] Re: Error - Found multiple matching subjects, Hyzer, Chris, 05/21/2017
- Re: [grouper-users] Re: Error - Found multiple matching subjects, Stephen A Sazama, 05/17/2017
- [grouper-users] Re: Error - Found multiple matching subjects, Akki Kumar, 05/11/2017
- [grouper-users] RE: Error - Found multiple matching subjects, Hyzer, Chris, 05/11/2017
Archive powered by MHonArc 2.6.19.