atom feed13 messages in org.freebsd.freebsd-securityRe:
FromSent OnAttachments
Oleg ShevtsovJan 20, 2003 2:13 am 
zhuravlev alexanderJan 20, 2003 2:22 am 
Olafur OsvaldssonJan 20, 2003 2:22 am 
Oleg ShevtsovJan 20, 2003 2:36 am 
Peter ElsnerJan 20, 2003 5:59 am 
David BellJan 20, 2003 6:21 am 
Crist J. ClarkJan 20, 2003 1:39 pm 
David SchultzJan 20, 2003 2:55 pm 
Anthony SchneiderJan 20, 2003 3:51 pm 
Crist J. ClarkJan 20, 2003 4:24 pm 
David SchultzJan 20, 2003 4:50 pm 
Anthony SchneiderJan 20, 2003 5:40 pm 
Gaspar ChilingarovMar 6, 2003 3:52 am 
Subject:Re:
From:Gaspar Chilingarov (nm@web.am)
Date:Mar 6, 2003 3:52:21 am
List:org.freebsd.freebsd-security

On Monday 20 January 2003 14:13, Oleg Shevtsov wrote:

Hi, how to give specific user FTP but no shell access? Ftpd's manual says: 4. The user must have a standard shell returned by getusershell(3). But I don't want to give shell account.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message

ln /sbin/nologin /sbin/ftp-nologin echo "/sbin/ftp-nologin" >> /etc/shells

add user as usual, but set shell to ftp-nologin

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message