Re: Non-existent shells

2000-02-12 Thread Cameron Simpson

On Thu, Feb 10, 2000 at 06:45:49PM -0600, Chad W. Skinner wrote:
| I was reading the ftpd and ftpaccess man pages in which reference is made to
| the shell ftponly which can be used to allow people to ftp into the server,
| but not log into a shell account. My question is do I need to create a
| symbolic link from /bin/ftponly to /dev/null or /bin/false or does the
| reference to /bin/ftponly need only be added to /etc/shells for this to
| function properly.

I'd expect it to be enough to edit /etc/shells. FTP isn't going to
_use_ the shell you name, so it shouldn't care if it actually exists.
Why not just make the shell /bin/false?
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

If you put three drops of poison into a 100 percent pure Java, you get ...
Windows. If you put a few drops of Java into Windows, you still have
Windows.- Sun Microsystems CEO, Scott McNealy


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Non-existent shells

2000-02-10 Thread Chad W. Skinner

I was reading the ftpd and ftpaccess man pages in which reference is made to
the shell ftponly which can be used to allow people to ftp into the server,
but not log into a shell account. My question is do I need to create a
symbolic link from /bin/ftponly to /dev/null or /bin/false or does the
reference to /bin/ftponly need only be added to /etc/shells for this to
function properly.

Thanks, Chad


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.