Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 73240 invoked from network); 2 Jul 2009 09:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 09:29:53 -0000 Received: (qmail 76343 invoked by uid 500); 2 Jul 2009 09:30:04 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 76260 invoked by uid 500); 2 Jul 2009 09:30:03 -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 76249 invoked by uid 99); 2 Jul 2009 09:30:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 09:30:03 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [62.218.218.162] (HELO mx12.bmi.gv.at) (62.218.218.162) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 09:29:53 +0000 Received: from smxs111105.bmi-net.local (Not Verified[161.250.220.106]) by mx12.bmi.gv.at with MailMarshal (v6,4,5,5695) id ; Thu, 02 Jul 2009 11:29:47 +0200 Received: from SMXS111107.bmi-net.local ([161.250.220.91]) by smxs111105.bmi-net.local with Microsoft SMTPSVC(6.0.3790.2499); Thu, 2 Jul 2009 11:29:23 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: A documentation question Date: Thu, 2 Jul 2009 11:25:13 +0200 Message-ID: <78F97FB4E0789B4DAC7216592F1B6935066126D1@SMXS111107.bmi-net.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: A documentation question Thread-Index: Acn69mO1qm/VSYMVQVKSXas8DT4EEQAAG+iw From: To: X-OriginalArrivalTime: 02 Jul 2009 09:29:23.0667 (UTC) FILETIME=[95F7A230:01C9FAF7] X-Virus-Checked: Checked by ClamAV on apache.org Hello, I want to set the directory service in a mode that anonymous queries are allowed. On this page : http://directory.apache.org/apacheds/1.0/31-authentication-options.html I find a hint that made me use this in my server.xml : =20 But when I start the service I receive this : [16:51:28] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[]) org.springframework.beans.factory.BeanDefinitionStoreException: Failed to load type: org.apache.directory.server.configuration.MutableServerStartupConfigurat ion. Reason: java.lang.ClassNotFoundException: org.apache.directory.server.configuration.MutableServerStartupConfigurat ion; nested exception is java.lang.ClassNotFoundException: org.apache.directory.server.configuration.MutableServerStartupConfigurat ion Caused by:=20 java.lang.ClassNotFoundException: org.apache.directory.server.configuration.MutableServerStartupConfigurat ion So what can I do to allow anonymous queries ? Thank you M.Muncke