[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Allowing FTP Root access
- Subject: [cobalt-users] Allowing FTP Root access
- From: "Clint Decker" <nim1998@xxxxxxx>
- Date: Thu Oct 26 17:40:23 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have read through all the past emails and archives related to this
subject... and did everything I was told.. and I cant get it to work.
I am trying to login to FTP as user "root" and it says "530 Login incorrect
! Logon failure, so quitting"
This is what I have done so far.
in my /etc/proftpd.conf file, looks like this:
ServerName "ProFTPD"
ServerType inetd
DeferWelcome off
DefaultServer on
RootLogin on
DefaultRoot / admin
DefaultRoot / root
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
My /etc/ftpusers file no longer contains "root"
Any reasons why I cant login using WS_FTP and the username of root???
Thanks.
Clint