From users-return-2525-apmail-directory-users-archive=directory.apache.org@directory.apache.org Mon Jun 29 08:04:07 2009 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 34103 invoked from network); 29 Jun 2009 08:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 08:04:07 -0000 Received: (qmail 12802 invoked by uid 500); 29 Jun 2009 08:04:17 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 12766 invoked by uid 500); 29 Jun 2009 08:04:17 -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 12756 invoked by uid 99); 29 Jun 2009 08:04:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 08:04:17 +0000 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: domain of ayyagarikiran@gmail.com designates 209.85.216.189 as permitted sender) Received: from [209.85.216.189] (HELO mail-px0-f189.google.com) (209.85.216.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 08:04:06 +0000 Received: by pxi27 with SMTP id 27so2315729pxi.15 for ; Mon, 29 Jun 2009 01:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=r5a831PTRWTuBHS9mUh+3Q9RDbUSncxTpiVj66WR6JY=; b=cmZP590rQ1kyjlz9Rk0vju74KCHjtDzZNYt9kQf/b/nqjtdo/SHWh6DhCH5ZsvBMpY PRGIeaWLYBszaksZaFuy/nmVJoOTp74ywwZPCSeELclmwc/QKTyOHh2B+rpafgA830ez MzU7H9ctUwH37l2gS/3d+IVRvzLUUP1VqkvOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=LRlnD4fgAuHsiHUTqukIdOzM4E5d1zwzpgzPZ02hoaV3osI6iE/wCQQAG6wuO7ci9D //rlCl16hKgw7Why/a+ugxhm+9XzrWDU7T81o6miv3wM8jO7/OF1IwuyLTXMyI52WVwp WG/JXJtnhff0uvY1xYqU8leCiVB6IVWFgyLlw= Received: by 10.140.135.1 with SMTP id i1mr605228rvd.237.1246262625465; Mon, 29 Jun 2009 01:03:45 -0700 (PDT) Received: from ?192.168.2.90? ([121.246.181.244]) by mx.google.com with ESMTPS id g14sm21248109rvb.54.2009.06.29.01.03.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Jun 2009 01:03:44 -0700 (PDT) Message-ID: <4A487558.1000404@gmail.com> Date: Mon, 29 Jun 2009 13:33:36 +0530 From: ayyagarikiran User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: LdapService References: 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 hi Paul, > I am using the snapshot version, and I notice that LdapService has been removed (I see through the forum that this was discussed in Dec last year). I am struggling to see how I now configure ldap (ie port) which was done using ldapService. Can someone please point me in the direction I need to go? the LdapService has been renamed to LdapServ*er*, you can configure the ldapserver by setting the transport(s) like ldapServer.setTransports( new TcpTransport( "127.0.01", 1024 ) ); > Just out of curiousity, are there javadocs online anywhere (that get refreshed) for the current snapshot? (cause they probably contain the answer I need) sadly No, the machine which hosted these javadocs is offline HTH Kiran Ayyagari