plz help ppl

avi

Verified User
Joined
Nov 17, 2004
Messages
7
hallow
fresh instal on fedora core 2
server dual xeon 3.06

cant login to users`s ftp

EXEMPLE:
/etc/passwd

aviavi:x:552:553::/home/aviavi::/bin/false


i changed it to

aviavi:x:552:553::/home/aviavi::/sbin/nologin

and it bagan to work

my quastion is haw can i make DA to set it otomaticly to ::/sbin/nologin


becouse i cant change it all the time whan my resalers add users
 
First, this question should be posted in another forum. Good spelling is also appreciated :)

Try adding the shell to the /etc/shells:
Code:
echo "/bin/false" >> /etc/shells
This will allow users with that shell to be accepted.
 
Last edited:
Back
Top