Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 84060 invoked from network); 27 Sep 2010 23:00:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 23:00:38 -0000 Received: (qmail 64210 invoked by uid 500); 27 Sep 2010 23:00:38 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 64097 invoked by uid 500); 27 Sep 2010 23:00:37 -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 64089 invoked by uid 99); 27 Sep 2010 23:00:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 23:00:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcadu-users@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 23:00:31 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0Mfy-0002bI-AG for users@directory.apache.org; Tue, 28 Sep 2010 01:00:02 +0200 Received: from 96-28-225-238.dhcp.insightbb.com ([96.28.225.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 01:00:02 +0200 Received: from thatoneguy by 96-28-225-238.dhcp.insightbb.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 01:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@directory.apache.org From: Aaron J Angel Subject: Re: Set up ApacheDS Kerberos Service Date: Mon, 27 Sep 2010 18:59:36 -0400 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 96-28-225-238.dhcp.insightbb.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1 In-Reply-To: X-Enigmail-Version: 1.1.1 Jabber-ID: aja@saladisdead.com On 9/26/2010 4:59 AM, Stefan Seelmann wrote: > Hi Tom, > > sorry for the late answer. > > Did you configure the primaryRealm and servicePrincipal properties of > the changePasswordServer? The syntax of the server.xml is described in > an XML schema [2], a human-readable form is provided at [1]. > > HTH, > Stefan > > [1] http://repo1.maven.org/maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.7/apacheds-xbean-spring-1.5.7-schema.html > [2] http://repo1.maven.org/maven2/org/apache/directory/server/apacheds-xbean-spring/1.5.7/apacheds-xbean-spring-1.5.7.xsd This doesn't work as of 1.5.5 [3]. It works in trunk, but configuration has moved to the DIT rather than in service.xml. [3] https://issues.apache.org/jira/browse/DIRSERVER-1451