Re: [ldapext] Schema for posixGroup successor (RFC 2307 bis)

Ludovic Poitou <ludovic.poitou@gmail.com> Thu, 12 February 2015 12:26 UTC

Return-Path: <ludovic.poitou@gmail.com>
X-Original-To: ldapext@ietfa.amsl.com
Delivered-To: ldapext@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 577BA1A1B2F for <ldapext@ietfa.amsl.com>; Thu, 12 Feb 2015 04:26:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.699
X-Spam-Level:
X-Spam-Status: No, score=-1.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z67KGJWzfe-k for <ldapext@ietfa.amsl.com>; Thu, 12 Feb 2015 04:26:09 -0800 (PST)
Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61D231A1AA3 for <ldapext@ietf.org>; Thu, 12 Feb 2015 04:26:09 -0800 (PST)
Received: by mail-wi0-f176.google.com with SMTP id h11so3799960wiw.3 for <ldapext@ietf.org>; Thu, 12 Feb 2015 04:26:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type; bh=Wm9p1aun0+uxKHsZbKs+4iYd3SeB9uevZXVCqIYXZ60=; b=E6oxgblYB2+Ixt05ie3MR6B9RlUXHE7KoQsg2q9PrGnJSMr1e1IzXDKYI5gzE2CtRo nuHpOfx4DpomUQBChuSTtAnSUQLS2Y1c34e9PkHhgQzhyQPrDc81t2pGlBhZwUUZFiuf yeNADPUbo7qTHhEk2cc6w/R6FzpyGldjc3LWT+83iaQe16Fgn7Z9sU8COdm4MzumbfbK bXUfIPc772tisj/hM4kPvhrVQSskzHD8KuNPGwwAw71WNdjKrsskMtQk9yk0ReSOfx2I ru34fZ9PMZcWTB0cHmC/Y4UusXlzIp0AsMfBoFGaMqUsUFOPwSNwLJxr95a7Wz82U4mx 9N+w==
X-Received: by 10.194.61.100 with SMTP id o4mr7558621wjr.28.1423743967966; Thu, 12 Feb 2015 04:26:07 -0800 (PST)
Received: from lpm.local ([46.218.40.139]) by mx.google.com with ESMTPSA id di11sm2364850wid.8.2015.02.12.04.26.06 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Feb 2015 04:26:06 -0800 (PST)
Date: Thu, 12 Feb 2015 13:26:05 +0100
From: Ludovic Poitou <ludovic.poitou@gmail.com>
To: Michael Ströder <michael@stroeder.com>, Andrew Findlay <andrew.findlay@skills-1st.co.uk>
Message-ID: <etPan.54dc9bdd.43f18422.15e@lpm.local>
In-Reply-To: <54DC941C.3070504@stroeder.com>
References: <54DB27C7.3060409@stroeder.com> <20150212102738.GC3229@slab.skills-1st.co.uk> <54DC8BD7.3040009@stroeder.com> <20150212114807.GG3229@slab.skills-1st.co.uk> <54DC941C.3070504@stroeder.com>
X-Mailer: Airmail Beta (289)
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="54dc9bdd_60ef0119_15e"
Archived-At: <http://mailarchive.ietf.org/arch/msg/ldapext/lm67ToQGp-9YiGYW-CcH2GZg-BM>
Cc: ldapext <ldapext@ietf.org>
Subject: Re: [ldapext] Schema for posixGroup successor (RFC 2307 bis)
X-BeenThere: ldapext@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: LDAP Extension Working Group <ldapext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ldapext>, <mailto:ldapext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ldapext/>
List-Post: <mailto:ldapext@ietf.org>
List-Help: <mailto:ldapext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ldapext>, <mailto:ldapext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Feb 2015 12:26:11 -0000

I was trying to define the posixGroup2 object class in OpenDJ, and the server refuses it because we do not allow to define a structural objectClass that inherits from auxiliary objectClasses.

And this is the proper behavior as RFC4512, section 2.4.2 specifically calls it:

<quote>
 Structural object classes cannot subclass auxiliary object classes.
</quote>

Regards,

Ludo
-- 
Ludovic Poitou
http://ludopoitou.com

On 12 Feb 2015 at 12:53:17, Michael Ströder (michael@stroeder.com) wrote:

Andrew Findlay wrote:  
> On Thu, Feb 12, 2015 at 12:17:43PM +0100, Michael Ströder wrote:  
>> In draft-howard-rfc2307bis-02 'posixGroup' is declared as AUXILIARY, a change  
>> which is forbidden according to Kurt's IANA rules. And the draft contains a  
>> declaration of 'groupOfMembers' which is pretty much the same as  
>> 'groupOfEntries'. We will sort that out...  
>  
> Right. That is why I want to separate the groups work from any 2307  
> updates as far as possible.  

+1  

Could you please go ahead pushing draft-findlay-ldap-groupofentries?  

> That would be useful. Are we agreed about how it *should* work?  
> My understanding is:  
>  
> The new class has a set of MUST attributes that is the union of the  
> MUST attributes of the superior classes.  
> The new class has a set of MAY attributes that is the union of the  
> MAY attributes of the superior classes.  
> Any attribute that is MUST in one superior and MAY in another will  
> become MUST in the new class.  

That's exactly how I see it.  

Ciao, Michael.  

_______________________________________________  
Ldapext mailing list  
Ldapext@ietf.org  
https://www.ietf.org/mailman/listinfo/ldapext