Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 25283 invoked from network); 1 Nov 2006 02:28:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 02:28:57 -0000 Received: (qmail 33197 invoked by uid 500); 1 Nov 2006 02:29:08 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 33148 invoked by uid 500); 1 Nov 2006 02:29:08 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 33133 invoked by uid 99); 1 Nov 2006 02:29:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 18:29:08 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nrhope@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO nz-out-0102.google.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 18:28:55 -0800 Received: by nz-out-0102.google.com with SMTP id z3so1642294nzf for ; Tue, 31 Oct 2006 18:28:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AtuN3bJniXZ3ARDbkRfdyZ6g1CuJ5pVHZUME761b75rB1NDCbETif25ZnU1iMowLD98A8pPQlcrCvASTp/QDcYlW6d5bYo9lUxwmVaCgJpY5zoWARveNgZ3DCSqHkq5y8hIYRF7WBpMeQ6nD2nJL4CXMnk0ZSPXgjwDr3XxBxUA= Received: by 10.35.93.1 with SMTP id v1mr7906622pyl; Tue, 31 Oct 2006 18:28:34 -0800 (PST) Received: by 10.35.35.9 with HTTP; Tue, 31 Oct 2006 18:28:34 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 13:28:34 +1100 From: "Norbet Reilly" To: "Apache Directory Developers List" , elecharny@iktek.com Subject: Re: Generating a custom schema In-Reply-To: <4547CB9C.4050803@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4547CB9C.4050803@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org You might also be interested in my patch for http://issues.apache.org/jira/browse/DIRSERVER-760 which allows the schema file to be read trivially at server start-up. It is currently against AD 1.1 but I would expect the patch to work against 1.0 if that's what you require.