Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 42797 invoked from network); 9 Jan 2008 18:40:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 18:40:30 -0000 Received: (qmail 34270 invoked by uid 500); 9 Jan 2008 18:40:19 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 34232 invoked by uid 500); 9 Jan 2008 18:40: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 34221 invoked by uid 99); 9 Jan 2008 18:40:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 10:40:19 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 72.14.202.181 as permitted sender) Received: from [72.14.202.181] (HELO ro-out-1112.google.com) (72.14.202.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 18:39:56 +0000 Received: by ro-out-1112.google.com with SMTP id h4so412301roe.9 for ; Wed, 09 Jan 2008 10:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=A4GGp4zSDFDbGbn7dfjn9C3AeeSXmpWZ4mDamL7qwGE=; b=YxGRbo8ai2asH4423FtEi1f22sppwuGqppEi9tqKK5yudlgLgW0pTBzavmB+qe2aPmwabzkDE82BNcNDm4V2Rk7VPgUuX8PxHcnYTL1g219bt2HbSRDSihnSlqbjlYjdqBtFrVuXz2otwkvYG+lDhCiEhsNl8vmPDHk3XigQgxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=a9n6SECLzGOg2QIFrOFwhNlhbxC8+lmIaUgWKy/iF4ToKyZVP54j42GQa87s4df6xNtncxkUSd/+H79D1lEfsjKhX1oQfKaCOPvuuduyTBg8bHre9hJrZgvworffK2nZyG5id3irVCaqnMHmnifxPDLJ3kfhHTPfHCsf0zClkgw= Received: by 10.114.146.1 with SMTP id t1mr1192320wad.20.1199904000280; Wed, 09 Jan 2008 10:40:00 -0800 (PST) Received: by 10.115.76.20 with HTTP; Wed, 9 Jan 2008 10:40:00 -0800 (PST) Message-ID: Date: Wed, 9 Jan 2008 13:40:00 -0500 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: users@directory.apache.org Subject: Re: [studio] directory studio & schema files In-Reply-To: <4784DE8B.1060104@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_41299_13562961.1199904000270" References: <8D6480F6-ED78-4BFC-BE2B-869780D7ECF1@pobox.com> <98d8c0860801080205k271c17c5s8853c1b176db4e6b@mail.gmail.com> <3F7BF154-8288-40B5-88E2-0B8EE759A5EF@pobox.com> <478475BF.7000104@gmail.com> <4784DE8B.1060104@gmail.com> X-Google-Sender-Auth: a3757bf7ce802033 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_41299_13562961.1199904000270 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Jan 9, 2008 9:47 AM, Emmanuel Lecharny wrote: > Alex Karasulu wrote: > > Schema extensions are server specific and optional. Also the LDIF > loader > > used by studio should load I think because the description is just an > > attribute value. > Exactly. > > The thing is ApacheDS will not accept X-ORIGIN because > > this is specific to Netscape derived servers. > The thing is that it's not an LDIF file, but a schema. You have in the > latest RFC (4512) an 'extensions' keyword which has been added to > AttributeTypes and many other constructs, and we don't support those guys. > I thought our parsers supported extensions? Stefan Seelmann had written it in I had thought. See this file here: https://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/antlr/schema-extension.g?revision=602936&view=markup > > This is a clear problem, and we should fix it. It should not be complex, > just a matter of adding some new rule into the parser and a new member > into the classes which handles the objects. > Yeah exactly. I was just confused about this grammar file. Alex ------=_Part_41299_13562961.1199904000270--