RE: [ldapext] draft-bergeson-uddi-ldap-schema-02.txt

"Andrew Sciberras" <andrew.sciberras@adacel.com> Fri, 13 February 2004 06:49 UTC

Received: from optimus.ietf.org (optimus.ietf.org [132.151.1.19]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA11588 for <ldapext-archive@lists.ietf.org>; Fri, 13 Feb 2004 01:49:30 -0500 (EST)
Received: from localhost.localdomain ([127.0.0.1] helo=www1.ietf.org) by optimus.ietf.org with esmtp (Exim 4.20) id 1ArX8H-0006TJ-74; Fri, 13 Feb 2004 01:49:01 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by optimus.ietf.org with esmtp (Exim 4.20) id 1ArWb7-0003oF-BD for ldapext@optimus.ietf.org; Fri, 13 Feb 2004 01:14:45 -0500
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA10466 for <ldapext@ietf.org>; Fri, 13 Feb 2004 01:14:41 -0500 (EST)
Received: from ietf-mx ([132.151.6.1]) by ietf-mx with esmtp (Exim 4.12) id 1ArWb0-0003JK-00 for ldapext@ietf.org; Fri, 13 Feb 2004 01:14:38 -0500
Received: from exim by ietf-mx with spam-scanned (Exim 4.12) id 1ArWa1-0003Dv-00 for ldapext@ietf.org; Fri, 13 Feb 2004 01:13:38 -0500
Received: from gunsmoke.adacel.com.au ([210.11.130.7] helo=adacel.com) by ietf-mx with esmtp (Exim 4.12) id 1ArWZ3-000358-00 for ldapext@ietf.org; Fri, 13 Feb 2004 01:12:37 -0500
Received: from nexus.adacel.com (Not Verified[10.32.240.1]) by adacel.com with NetIQ MailMarshal (v5.5.5.9) id <B00021218a>; Fri, 13 Feb 2004 17:03:10 +1100
Received: (qmail 6305 invoked from network); 13 Feb 2004 06:12:05 -0000
Received: from unknown (HELO shylock) (10.32.24.166) by nexus.adacel.com with SMTP; 13 Feb 2004 06:12:05 -0000
Reply-To: andrew.sciberras@adacel.com
From: Andrew Sciberras <andrew.sciberras@adacel.com>
To: 'Bruce Bergeson' <BBERG@novell.com>
Cc: "Ldapext (E-mail)" <ldapext@ietf.org>
Subject: RE: [ldapext] draft-bergeson-uddi-ldap-schema-02.txt
Date: Fri, 13 Feb 2004 17:12:03 +1100
Message-ID: <001c01c3f1f8$4d41b0c0$a618200a@mtwav.adacel.com.au>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_001D_01C3F254.80B228C0"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
In-Reply-To: <~B000204a17.0020353c.mml.2196142817@prv-mail20.provo.novell.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Importance: Normal
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on ietf-mx.ietf.org
X-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,HTML_30_40,HTML_MESSAGE autolearn=no version=2.60
Sender: ldapext-admin@ietf.org
Errors-To: ldapext-admin@ietf.org
X-BeenThere: ldapext@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ldapext>, <mailto:ldapext-request@ietf.org?subject=unsubscribe>
List-Id: LDAP Extension Working Group <ldapext.ietf.org>
List-Post: <mailto:ldapext@ietf.org>
List-Help: <mailto:ldapext-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ldapext>, <mailto:ldapext-request@ietf.org?subject=subscribe>

Hi,

> We have updated the draft
http://www.ietf.org/internet-drafts/draft-bergeson-uddi-ldap-schema-02.txt
> based on a round of initial reviews and we want to progress it to RFC
status.
> Before requesting the Area Director to initiate a last call, we wanted to
see if anyone has any further feedback.
 >Bruce, Kent, and Vijay.

So, do you plan to release an '03' version of this draft before requesting a
last call?
I guess I'm curious as to whether my comments (sent to the list on 19/12/03,
see below) have been taken into consideration.

Cheers,
Andrew Sciberras
Software Engineer
Adacel Technologies Ltd
250 Bay Street Brighton
t. 8530 7844
m. 0412 098 771



>G'Day,
>Just some comments regarding 'LDAP Schema for UDDI'.

>Section 5.2
>The equality matching rule for a distingushed name cannot be a
>caseIgnoreMatch.

>For the following attributes:
>* uddiName
>* uddiServiceKey
>* uddiBindingKey

>It is explicitly stated that the values of this attribute may not be blank.
>The other attributes with a DirectoryString string syntax do not carry
>this statement. I'm not sure what this is implying, but I feel that I
should
>note that none of the DirectoryString attributes are permitted to have a
>blank value.

>Section 5.17
>"When saving a new uddiBusinessService structure, pass an empty
>uddiServiceKey value"
>Section 5.18
>"When saving a new uddiBindingTemplate structure, pass an empty
>uddiBindingKey value"
>These would be strictly illegal since a DirectoryString must have at least
>one character.

>Section 5.41
>I don't think you intended to have a boolean syntax for this attribute
>Since this attribute contains an integer, perhaps an Integer syntax with an
>integerMatch equality rule would be more appropriate?

>Section 5.43
>Purhaps a Boolean syntax with a booleanMatch would be more appropriate?

>[RFC3377], [RFC2829], [RFC2830], are not listed in the Normative
>References, but are present within the document.