From dev-return-7148-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Aug 05 13:59:17 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 21277 invoked from network); 5 Aug 2005 13:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 13:59:17 -0000 Received: (qmail 44685 invoked by uid 500); 5 Aug 2005 13:59:16 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 44623 invoked by uid 500); 5 Aug 2005 13:59: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 44609 invoked by uid 99); 5 Aug 2005 13:59:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 06:59:15 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_POST,FROM_ENDS_IN_NUMS,SPF_HELO_PASS,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; Fri, 05 Aug 2005 06:59:05 -0700 Received: from ibm56aec.bellsouth.net ([65.80.200.112]) by imf16aec.mail.bellsouth.net with ESMTP id <20050805135912.EBEZ16961.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net> for ; Fri, 5 Aug 2005 09:59:12 -0400 Received: from [172.16.1.39] (really [65.80.200.112]) by ibm56aec.bellsouth.net with ESMTP id <20050805135912.STPW8550.ibm56aec.bellsouth.net@[172.16.1.39]> for ; Fri, 5 Aug 2005 09:59:12 -0400 Message-ID: <42F370AF.8010209@bellsouth.net> Date: Fri, 05 Aug 2005 09:59:11 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: server.properties vs. server.xml References: <20050804105952.AB1BD56857@softerra.com> In-Reply-To: <20050804105952.AB1BD56857@softerra.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 Kirill Kovalenko wrote: >Alex, > > > >>The vendorName attribute is already there in the RootDSE or at >>least it should be. >> >> > >Yes, vendorName attribute is here and we've already made necessary changes >in our code to support Apache DS detection. However there is no >vendorVersion attribute. It would be nice to have them both so we not only >can detect and display vendor but the version as well. > > I just added vendorVersion attribute to the RootDSE to use the subversion commit number $Rev$ as the value. This should correlate to the tag easily for tracking the server version. Thanks for the heads up I had incorrectly thought we had that attribute. Thanks, Alex