grouper-users - Re: [grouper-users] PSPNG: Handling groups that require a member
Subject: Grouper Users - Open Discussion List
List archive
- From: "Bee-Lindgren, Bert" <>
- To: Michael R Gettes <>
- Cc: "" <>
- Subject: Re: [grouper-users] PSPNG: Handling groups that require a member
- Date: Wed, 11 Jan 2017 19:20:56 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:3sDHKhb492SJvLmsdcPd3Pn/LSx+4OfEezUN459isYplN5qZrsiybnLW6fgltlLVR4KTs6sC0LuK9fqwEjVav96oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Ixi6txvdu8oZjYd/NKo8ywbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDM/7WrZiNF/jLhDrRyhuRJx3pLUbo+WOvpwfKzdfM8VSmVaU8lLSyBNHpmxY5cTA+cBO+tTsonzp0EJrRu7HQSgCv7ixSFWiXPv26M60uIhHhzJ3Aw6Ad0OtmzYp8joOagMS+C10KfExijEYvxNxzj98pTIfgo6rv6SQ718aM7RyUgpFwzYgVWQs5LqPzWO2+QKsmib8/BsVe21hG47tQ5+vjivyt0yhYbUm4IY01bJ/jh3zoYyIN23Uk97Ydi8HZtRsSGaK5V5QtkkQ252pCY21KcKtoCmcygXzpks2h3Ra+SffoSV/h7uW/ydLDh6iX5/d7+zmwy+/VW8xuD4TsW4zlZHojBYntTOuH0BzQHf58iGR/dn40us1yiD2gbO4e9eO080j7DUK5s5z74wiJUTtUPDEzfulkjqi6Gaaksp9vG25ur+f7nqv5icOJRqhQ3kNaQuh9C/Dv8/MggTWWiU5P6w1KX5/U3+XLVFkOE5krXYsJDdI8QXvKm5AxJJ0oYn7Ba/CDSm3M4EknkAKVJJYBOHj473NFHSOP30EOuzjlu2nDpkxf3KJLLsDonXInTejLvsea5x60tGxwoyydBf6YhUCrYEIP/rQUD+qsbYDgMjPwOv3enoFsxx1ocfWWKJH6CZP7nSvkGO5u80JOmMZZMVtCzyK/c/+/7hk2M2mV8Hcaa3wJQXdWi0Hu56LEWBfXrsntABHH8FvgokS+zqlUWCXiBJZ3qrQqI8/S80CJi9DYrYQoCtgaeB3DugHpFIfGxGC1aMEWv2eIWeXfcDdj6SLtF7njMaSLehVtxp6Rb7kQ7xy7NqKqLusgIVqY7uz5Ah4vfczkka7SdpScmRzjfeYXtzmzZCbTI7mYR+p0By0FqFleBSjuZEX5QH7f5TTkEwOJOZy+18B9/oVwTpedaVDlmvXtitAXc8Qs9nkIxGWFp0B9j31kOL5CGtGbJAz7E=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Michael,
> I am afraid I am not appreciating the reasoning for the “faux” member approach.
I understand that the LDAP standard has been around forever. I'd say that the faux-member approach is driven by our desires for Performance and Consistency/simplicity (where possible).
Could we standardize on the same group-/membership-lifecycle where we treat all groups as if they require members: No. We cannot take the delete-when-empty approach for all LDAP groups, as it would totally break active directory. So, we need to do something different. We also benefit from seeing an empty group created when it's created in Grouper.
Choice 1: Dedicated code for provisioning groups with required members. This is obviously possible since people have been doing it forever. This will create groups and delete members differently than we do for other ldap-group targets. It will probably be slower and/or noisier when a last member is being removed. This all said, we'll create the group provisioner(s) we need. This conversation is just asking if we really need two different group- and membership- lifecycles.
Thanks,
Bert
From: Michael R Gettes <>
Sent: Wednesday, January 11, 2017 1:40 PM To: Bee-Lindgren, Bert Cc: Subject: Re: [grouper-users] PSPNG: Handling groups that require a member Hi Bert,
I am afraid I am not appreciating the reasoning for the “faux” member approach. The LDAP standard has been around for quite some time and whether using groupOfNames or groupOfUniqueNames objects, one membership is required to create the group
object and if there are no members, then remove the group object. Why should we be taking an alternate approach?
Thanks
/mrg
|
- [grouper-users] PSPNG: Handling groups that require a member, Bee-Lindgren, Bert, 01/11/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Jim Fox, 01/11/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Michael R Gettes, 01/11/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Bee-Lindgren, Bert, 01/11/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, John Gasper, 01/11/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Michael R. Gettes, 01/14/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, David Langenberg, 01/14/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Jim Fox, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Curry, Warren, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, David Langenberg, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Michael R. Gettes, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Michael R. Gettes, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Jim Fox, 01/16/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Curry, Warren, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Klingenstein, Nate, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Jim Fox, 01/15/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, David Langenberg, 01/14/2017
- Re: [grouper-users] PSPNG: Handling groups that require a member, Michael R. Gettes, 01/14/2017
Archive powered by MHonArc 2.6.19.