Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 38073 invoked from network); 17 Oct 2005 00:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2005 00:30:58 -0000 Received: (qmail 88454 invoked by uid 500); 17 Oct 2005 00:30:58 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 88249 invoked by uid 500); 17 Oct 2005 00:30:57 -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 88238 invoked by uid 99); 17 Oct 2005 00:30:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2005 17:30:57 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_POST,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.64 as permitted sender) Received: from [205.152.59.64] (HELO imf16aec.mail.bellsouth.net) (205.152.59.64) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2005 17:30:58 -0700 Received: from ibm56aec.bellsouth.net ([65.80.200.112]) by imf16aec.mail.bellsouth.net with ESMTP id <20051017003036.OXMA6243.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net> for ; Sun, 16 Oct 2005 20:30:36 -0400 Received: from [172.16.1.39] (really [65.80.200.112]) by ibm56aec.bellsouth.net with ESMTP id <20051017003035.NMNV24528.ibm56aec.bellsouth.net@[172.16.1.39]> for ; Sun, 16 Oct 2005 20:30:35 -0400 Message-ID: <4352F0A7.4000408@bellsouth.net> Date: Sun, 16 Oct 2005 20:30:31 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [ApacheDS] The default password (Was: Only 'uid=admin,ou=system' can initiate the first run.) References: <768dcb2e0510060226k453e5f95u@mail.gmail.com> <43452DCD.6050507@bellsouth.net> <768dcb2e0510061906m14ff18b3h@mail.gmail.com> <768dcb2e0510161712w4203e7d4t@mail.gmail.com> In-Reply-To: <768dcb2e0510161712w4203e7d4t@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Trustin Lee wrote: > Any more idea on resolving this issue? Will I simply do what I've > suggested before? > > Trustin > > 2005/10/7, Trustin Lee >: > > 2005/10/6, Alex Karasulu < aok123@bellsouth.net > >: > >> We could simply print warning log message that reminds users > to change >> the password if it is still 'changeme'. WDYT? > > What's the difference between this state and what we have > now? Sorry > can you remind me yet again :(. I've already forgotten the > changes made. > > > We've changed ApacheDS initialize the system partition with the > admin password which were specified in the configuration. That's > why an admin user identity is required to start ApacheDS at the > first time, and now our users don't seem to like this idea. > I agree let's just hardcode the inital admin password which can be changed later by the admin. Alex