From dev-return-28561-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Jan 14 05:29:37 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 74154 invoked from network); 14 Jan 2009 05:29:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 05:29:37 -0000 Received: (qmail 44128 invoked by uid 500); 14 Jan 2009 05:29:36 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 44090 invoked by uid 500); 14 Jan 2009 05:29:36 -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 44080 invoked by uid 99); 14 Jan 2009 05:29:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 21:29:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [69.145.82.195] (HELO skunk.mtbrook.bozemanpass.com) (69.145.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 05:29:27 +0000 Received: from [69.145.82.252] (unknown [69.145.82.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skunk.mtbrook.bozemanpass.com (Postfix) with ESMTP id 9A29855827C for ; Tue, 13 Jan 2009 21:29:05 -0800 (PST) Message-ID: <496D781D.7080908@bozemanpass.com> Date: Tue, 13 Jan 2009 22:29:01 -0700 From: David Boreham User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [LDAP] Mimic RDBMS auto-increment feature in LDAP References: <98d8c0860901130810h505831e7ube244383fcb15a28@mail.gmail.com> <20090113172000.pgr3455uck44gg4c@www.seelmann-it.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I would recommend not trying to use the auto-increment primary key approach with a DS. It won't work. Instead change the data model to use a UUID in place of the monotonic increasing integer.