From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server2.sitesell.com ([216.95.221.3]) by speech.braille.uwo.ca with smtp (Exim 3.36 #1 (Debian)) id 1AJa2D-00089y-00 for ; Tue, 11 Nov 2003 10:02:25 -0500 Received: (qmail 24626 invoked from network); 11 Nov 2003 15:01:54 -0000 Received: from modemcable140.9-202-24.mc.videotron.ca (HELO ?192.168.192.1?) (24.202.9.140) by server2.sitesell.com with SMTP; 11 Nov 2003 15:01:54 -0000 Date: Tue, 11 Nov 2003 10:01:52 -0500 (EST) From: Trevor Astrope To: "Speakup is a screen review system for Linux." In-Reply-To: <20031111060921.GA13321@romuald.net.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: proftpd question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 15:02:25 -0000 Not sure if this applies to your situation, but you can control proftpd access like this: # Limit who can login Order allow,deny AllowGroup staff Deny from All Then add the users who are allowed ftp access to the staff group. Or just leave out the AllowGroup line to deny everyone. Hth, Trevor On Tue, 11 Nov 2003, Gregory Nowak wrote: > Hi all. > > I am in the process of setting up a basic proftpd configuration. > > One problem I am running into, is that I don't want any users listed > in /etc/passwd to be able to use standard ftp (they're only allowed to > use sftp for security). Short of entering everybody in /etc/passwd into > /etc/ftpusers, is there a way to accomplish this? > Thanks. > > Greg > > > -- > Free domains: http://www.eu.org/ or mail dns-manager@EU.org > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >