From owner-freebsd-current@FreeBSD.ORG Wed Oct 6 20:59:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31ABB16A4CE for ; Wed, 6 Oct 2004 20:59:56 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C160243D60 for ; Wed, 6 Oct 2004 20:59:55 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i96KxskO080875; Wed, 6 Oct 2004 15:59:54 -0500 (CDT) (envelope-from dan) Date: Wed, 6 Oct 2004 15:59:54 -0500 From: Dan Nelson To: Sean McNeil Message-ID: <20041006205954.GB3848@dan.emsphone.com> References: <1097095438.1208.7.camel@server> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1097095438.1208.7.camel@server> X-OS: FreeBSD 5.3-BETA7 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org Subject: Re: amd sitting on ldaps port X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 20:59:56 -0000 In the last episode (Oct 06), Sean McNeil said: > Looking at /etc/services is states that 636 is for ldaps, but I see that > amd is using it: > > server# sockstat | grep 636 > root amd 468 5 tcp4 *:636 *:* That's just a random port rpcbind assigned to the "amd" rpc service. If you reboot I bet it'll bind to a different port. Run "rpcinfo -p localhost" to see all the local port numbers assigned to RPC clients. -- Dan Nelson dnelson@allantgroup.com