[ldapext] referencing attribute types

Dieter Klünter <dk@sys4.de> Wed, 08 November 2017 20:30 UTC

Return-Path: <dk@sys4.de>
X-Original-To: ldapext@ietfa.amsl.com
Delivered-To: ldapext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C5137129BC5 for <ldapext@ietfa.amsl.com>; Wed, 8 Nov 2017 12:30:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.301
X-Spam-Level:
X-Spam-Status: No, score=-4.301 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=sys4.de
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 Fp9MQyA8mVHo for <ldapext@ietfa.amsl.com>; Wed, 8 Nov 2017 12:30:42 -0800 (PST)
Received: from mail.sys4.de (mail.sys4.de [194.126.158.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEB5A129BA0 for <ldapext@ietf.org>; Wed, 8 Nov 2017 12:30:41 -0800 (PST)
Received: from pink.fritz.box (p5DD6F99B.dip0.t-ipconnect.de [93.214.249.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.sys4.de (Postfix) with ESMTPSA id 3yXHxB2Vljz1cML for <ldapext@ietf.org>; Wed, 8 Nov 2017 21:30:38 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sys4.de; s=dk-sys4-de-201501; t=1510173038; bh=/HzOZCOb/UUmoeBwf2XfIzSV5HQauVGD/kXJxiM41RU=; h=To:From:Subject:Date; b=gO5qzit/WvRrH4ECsXg7sQDr16utO8Rqth1FSQr/vY2S5lLpJdnO89F7roHT7neHb lOKSmHTLkI1kHfR6tvc9nRuQpZEeplT3rLKhGnSpYvlD9M5uPBUTkOoRQg0HEMxqp/ JXkBBVLgnL+cuO3ujXd2gWqIHayxOdT9mXCkrCKdD6fXxSGqBgbtOGw4+ptaQAioHb 9J6bzsX7XLYqi8DVmBgveongFALajAAFdZmxYk4yIg3xvSt2iQXBkaqmoe8rGpyvas GRgRQdAM4536DJ/rlsckH3rCHcgnPIMeAgWH2JIFMpzj5P9ezDgFjXsXDU1OzCS9ZG t8EM0HkPieo+A==
To: ldapext@ietf.org
From: Dieter Klünter <dk@sys4.de>
Message-ID: <e47f76a5-a589-71de-3de2-e85c2f089748@sys4.de>
Date: Wed, 08 Nov 2017 21:31:13 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: de-DE
X-Sigh: S/MIME sigh milter - version 1607.1.5
Archived-At: <https://mailarchive.ietf.org/arch/msg/ldapext/Bbbh4QrTlfVT4lMu702FdQNsnUk>
Subject: [ldapext] referencing attribute types
X-BeenThere: ldapext@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 08 Nov 2017 20:30:44 -0000

Hi,

As we are going to restructure schemas and attribute types, I would 
suggest to adopt X.520 structure of attribute types. That is

- System attribute types

- Labelling attribute types

- Geographical attribute types

- Organizational attribute types

- Explanatory attribute types

- Postal Adressing attribute types

- Telecommunication attribute types

- Relational attribute types

- Domain attribute types

I propose to map following attribute type originating from X.520 to a 
ldap schema:

dnQualifier and organizationIdentifier.

-Dieter