From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 17:36:45 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 70AE616A4CE for ; Thu, 10 Feb 2005 17:36:45 +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 37F4943D5C for ; Thu, 10 Feb 2005 17:36:44 +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); Thu, 10 Feb 2005 09:36:44 -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: Thu, 10 Feb 2005 09:36:40 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd-questions Digest, Vol 88, Issue 19 thread-index: AcUPjos3y7uNPLnpSJOTDUoxADB+WgACEoMQ From: "Dixit, Viraj" To: X-OriginalArrivalTime: 10 Feb 2005 17:36:44.0897 (UTC) FILETIME=[16EBFD10:01C50F97] Subject: RE: Telnet and FTP issues on 5.3 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: Thu, 10 Feb 2005 17:36:45 -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