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

Michael Ströder <michael@stroeder.com> Thu, 12 February 2015 11:17 UTC

Return-Path: <michael@stroeder.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 EF11B1A1BF1 for <ldapext@ietfa.amsl.com>; Thu, 12 Feb 2015 03:17:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.312
X-Spam-Level:
X-Spam-Status: No, score=-2.312 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 Q1kojyGfy_oL for <ldapext@ietfa.amsl.com>; Thu, 12 Feb 2015 03:17:57 -0800 (PST)
Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38D061A1B46 for <ldapext@ietf.org>; Thu, 12 Feb 2015 03:17:57 -0800 (PST)
Received: from srv4.stroeder.local (srv4.stroeder.local [10.1.1.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.stroeder.local", Issuer "stroeder.com Server CA no. 2009-07" (not verified)) by srv1.stroeder.com (Postfix) with ESMTPS id 7366B1CF7A; Thu, 12 Feb 2015 11:17:53 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1]) by srv4.stroeder.local (Postfix) with ESMTP id 9BA8F1D710; Thu, 12 Feb 2015 11:17:51 +0000 (UTC)
X-Virus-Scanned: amavisd-new at stroeder.local
Received: from srv4.stroeder.local ([127.0.0.1]) by localhost (srv4.stroeder.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kgrYdGfMy4TG; Thu, 12 Feb 2015 11:17:43 +0000 (UTC)
Received: from nb2.stroeder.local (nb2.stroeder.local [10.1.1.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by srv4.stroeder.local (Postfix) with ESMTPS id 84CA11CE20; Thu, 12 Feb 2015 11:17:43 +0000 (UTC)
Message-ID: <54DC8BD7.3040009@stroeder.com>
Date: Thu, 12 Feb 2015 12:17:43 +0100
From: Michael Ströder <michael@stroeder.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 SeaMonkey/2.32.1
MIME-Version: 1.0
To: Andrew Findlay <andrew.findlay@skills-1st.co.uk>
References: <54DB27C7.3060409@stroeder.com> <20150212102738.GC3229@slab.skills-1st.co.uk>
In-Reply-To: <20150212102738.GC3229@slab.skills-1st.co.uk>
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha1"; boundary="------------ms000908090904060604070309"
Archived-At: <http://mailarchive.ietf.org/arch/msg/ldapext/iclTc159eSZaU919GoJtOzaxPWY>
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 11:18:00 -0000

Andrew Findlay wrote:
> On Wed, Feb 11, 2015 at 10:58:31AM +0100, Michael Ströder wrote:
> 
>> To preserve backwards compability I'd like to propose the following:
>>
>> ( <OID TBD>
>>   NAME 'posixGroup2'
>>   DESC '<TBD>'
>>   SUP ( groupOfEntries $ posixGroup )
           ^^^^^^^^^^^^^^
>>   STRUCTURAL )
> 
> That's a very cunning plan, but I am not sure that it will work...
> [..]
> Thus I think that your new class would have *more* mandatory
> attributes than either of its superiors:
> 
> 	MUST ( member $ cn $ gidNumber )
> 
> Not quite the point as we really want member to be optional.

Hey Andrew, *you* should really remember why you wrote
draft-findlay-ldap-groupofentries ! ;-]

Ok, you've overlooked that I wrote 'groupOfEntries' instead of 'groupOfNames'.

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...

> Looking through the common schemas it seems that multiple inheritance
> is extremely rare, so I wonder whether all servers would even agree on
> how it works...

It works for me. :-)

Ok, it works in OpenLDAP since years.  We could send a poll ot ldapext and
ldapbis mailing lists which server products officially support multiple
inheritance.

Ciao, Michael.