Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 39032 invoked from network); 7 Apr 2007 14:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2007 14:43:09 -0000 Received: (qmail 71901 invoked by uid 500); 7 Apr 2007 14:43:15 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 71859 invoked by uid 500); 7 Apr 2007 14:43:15 -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 71848 invoked by uid 99); 7 Apr 2007 14:43:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2007 07:43:15 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 212.27.42.35 is neither permitted nor denied by domain of elecharny@gmail.com) Received: from [212.27.42.35] (HELO smtp5-g19.free.fr) (212.27.42.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2007 07:43:06 -0700 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp5-g19.free.fr (Postfix) with ESMTP id 0BB0A42EBD for ; Sat, 7 Apr 2007 16:42:46 +0200 (CEST) Message-ID: <4617ADE5.3020500@gmail.com> Date: Sat, 07 Apr 2007 16:42:45 +0200 From: Emmanuel Lecharny User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [ApacheDS][Partition] Using surrogate keys for attributeType aliases and objectClass aliases (was Re: [SCHEMA] Can two different LDAP AttributeType's have the same name?) References: <46168148.6080209@gmail.com> <4616B856.4040605@gmail.com> <4616C860.1000106@gmail.com> <4616D311.2090908@gmail.com> <4616D8DF.4070509@gmail.com> <46170ECD.9020300@gmail.com> In-Reply-To: <46170ECD.9020300@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Ole Ersoy a �crit : > Another thing just popped into my head. > > What if the DAS had a configuration option > telling ADS what forms to write entries in. > > For instance sometimes the user will know > that they only want the normalized form > written... > > Thoughts? Then the user has to create normalized entries. It won't change the way data will be stored inside ADS. And even if the client send normalized data to the server, they will be still stored in two forms : User provided (here, normalized) and normalized. Emmanuel