From users-return-3096-apmail-directory-users-archive=directory.apache.org@directory.apache.org Fri Mar 26 07:09:19 2010 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 98370 invoked from network); 26 Mar 2010 07:09:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Mar 2010 07:09:19 -0000 Received: (qmail 64390 invoked by uid 500); 26 Mar 2010 07:09:19 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 64242 invoked by uid 500); 26 Mar 2010 07:09:19 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 64231 invoked by uid 99); 26 Mar 2010 07:09:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 07:09:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcadu-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 07:09:09 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nv3ew-0003h5-MU for users@directory.apache.org; Fri, 26 Mar 2010 08:08:46 +0100 Received: from mail.elsag-solutions.com ([62.154.225.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Mar 2010 08:08:46 +0100 Received: from joerg.schaible by mail.elsag-solutions.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Mar 2010 08:08:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@directory.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: Accessing schema data Followup-To: gmane.comp.apache.directory.user Date: Fri, 26 Mar 2010 08:08:35 +0100 Lines: 28 Message-ID: References: <4BABB8ED.606@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mail.elsag-solutions.com User-Agent: KNode/4.3.5 X-Virus-Checked: Checked by ClamAV on apache.org Hi Stefan, Stefan Seelmann wrote at Donnerstag, 25. März 2010 20:26: > Hi Jörg, > > In ApacheDS 1.5.5 the person object class description in cn=schema looks > like this: > ( 2.5.6.6 NAME 'person' DESC 'RFC2256: a person' SUP top STRUCTURAL MUST > ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description > ) X-SCHEMA 'core' ) > > In ApacheDS 1.5.6 it looks like this: > ( 2.5.6.6 NAME 'person' DESC 'RFC2256: a person' SUP 'top' STRUCTURAL > MUST ( 'sn' 'cn' ) MAY ( 'userPassword' 'telephoneNumber' 'seeAlso' > 'description' ) X-SCHEMA 'core' ) > > This is not correct according to RFC4512 and JNDI doesn't seem to be > flexible enough to parse this syntax. > > Could you please file a Jira? Thanks for the finding. Done: https://issues.apache.org/jira/browse/DIRSERVER-1488 - Jörg BTW: 1.5.6 is not yet marked in JIRA as released.