Networking Forums

Networking Forums > Computer Networking > Linux Networking > allow only ftp login?

Reply
Thread Tools Display Modes

allow only ftp login?

 
 
Choonho Son
Guest
Posts: n/a

 
      07-02-2004, 02:27 PM
I want to set up that FOO (user id) is only allowed ftp login.
How can I configure?
--

===================================
What I believe is what I can do.

Choonho Son @ Progamming Language Lab.
KAIST

http://opal.kaist.ac.kr


 
Reply With Quote
 
 
 
 
Ed
Guest
Posts: n/a

 
      07-02-2004, 04:35 PM
On Fri, 02 Jul 2004 23:27:45 +0900, Choonho Son wrote:

> I want to set up that FOO (user id) is only allowed ftp login.
> How can I configure?


I supose you could create the accounts without access to a shell by using
"/bin/false" or you could go for an ftp server such as glftpd
(www.glftpd.com) wich will not even require unix accounts.

Ed.
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      07-03-2004, 08:03 PM
You might try wuftpd which comes with almost all the distros, where
you have to assign /bin/noaccess shell to that account. Then write a
nullshell script.

#!/bin/sh
echo "This is for ftp only"

and please add /bin/noaccess in /etc/shells ...

hth

raqueeb hassan
bangladesh
 
Reply With Quote
 
GVK
Guest
Posts: n/a

 
      07-07-2004, 10:47 AM
Choonho Son wrote:
> I want to set up that FOO (user id) is only allowed ftp login.
> How can I configure?


make the user's shell "/sbin/nologin" in /etc/password

GVK
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Celan 0800I-EA login? (was can´t find login to switch) Brian Kals Network Routers 1 04-01-2009 02:35 PM
SBS Login Somchai Windows Networking 0 11-11-2005 03:47 AM
How to login with native IPASS Login string into netvigator login? Erhard Broadband 0 12-01-2004 12:58 PM
How to login with native IPASS Login string into netvigator login? Erhard Broadband 0 12-01-2004 06:24 AM
Sometimes users can't login after changing password on domain at first login edg Windows Networking 0 11-11-2004 11:30 PM



1 2 3 4 5 6 7 8 9 10 11