From owner-freebsd-stable@FreeBSD.ORG Thu Apr 21 16:58:46 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29EDE16A4CE for ; Thu, 21 Apr 2005 16:58:46 +0000 (GMT) Received: from the-macgregors.org (82-33-59-105.cable.ubr06.stav.blueyonder.co.uk [82.33.59.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E40443D1F for ; Thu, 21 Apr 2005 16:58:45 +0000 (GMT) (envelope-from freebsd.macgregor@blueyonder.co.uk) X-Urban-Legend: Mail headers contain urban legends Received: from fire (rob@fire.macgregor [192.168.32.100]) (authenticated bits=0) by the-macgregors.org (8.13.4/8.13.4) with ESMTP id j3LGwhfa007953 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 21 Apr 2005 16:58:43 GMT Message-Id: <200504211658.j3LGwhfa007953@the-macgregors.org> From: "Rob MacGregor" To: Date: Thu, 21 Apr 2005 17:58:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-reply-to: <4267D957.2010606@fer.hr> Thread-Index: AcVGkk67+x6rY9OcT6ebQ/kh09LeVwAAO2Tg X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/) Subject: RE: ftpd & PAM X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 16:58:46 -0000 On Thursday, April 21, 2005 5:48 PM, Ivan Voras <> unleashed the infinite monkeys and produced: > in.ftpd: LOCAL: allow > in.ftpd: ALL: deny > > ALL : ALL : allow > """ > > I constructed the in.ftpd lines by looking at other examples and the man > page, but it doesn't seem to work - I can login from another machine on > the same network. ALl machines have proper (global) DNS entries so I > don't think this should fall under the manual excerpt: > > LOCAL Matches any host whose name does not contain a dot character. Which will include any host in the same domain (or at least anything where you can do "host fred" and get an IP back. Try: in.ftpd: 127.0.0.1: allow in.ftpd: ALL: deny Instead -- Rob | Oh my God! They killed init! You bastards!