From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 21:02:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E6D16A4CE for ; Tue, 8 Feb 2005 21:02:18 +0000 (GMT) Received: from xmail.cityofpaloalto.org (cerberus.city.palo-alto.ca.us [199.33.32.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C2843D45 for ; Tue, 8 Feb 2005 21:02:18 +0000 (GMT) (envelope-from Viraj.Dixit@CityofPaloAlto.org) Received: from cc-mail.cityofpaloalto.org ([172.17.1.1]) by xmail.cityofpaloalto.org with Microsoft SMTPSVC(6.0.3790.211); Tue, 8 Feb 2005 13:02:17 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Feb 2005 13:02:16 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RE: Telnet and FTP question thread-index: AcUOIXfzSL4QjNL5T+SQjPz7y/aRpw== From: "Dixit, Viraj" To: X-OriginalArrivalTime: 08 Feb 2005 21:02:17.0809 (UTC) FILETIME=[79158410:01C50E21] Subject: RE: Telnet and FTP question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 21:02:18 -0000 Hi, I have been searching for few days everywhere an answer to this = question. Is there a way to stop telnet access for a group let's say = ftponly but allow them to have FTP access in FreeBSD 5.3. I know this = works in my old system BSD OS 4.3. The commands are like this in = login.conf file in BSD OS 4.3. #restrict telnet for ftponly group only ftponly:\ :auth-network=3Dreject:\ :auth-ftp=3Dpasswd: Thanks VJ