Results 1 to 4 of 4
My FTP server is giving me a "530 Must perform authentication before identifying USER. Login failed." Error. It was working before I updated the server, is there something I can ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-22-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
FTP
My FTP server is giving me a "530 Must perform authentication before identifying USER. Login failed." Error. It was working before I updated the server, is there something I can do to fix this? I am running RH9 Thanks
- 12-22-2003 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
check whatever cofnig file in /etc relates to ur ftp server for soemthign to do wiht authentication
- 12-22-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
gssftp
I am running gssftp the config file says this...
# default: off
# description: The kerberized FTP server accepts FTP connections \
# that can be authenticated with Kerberos 5.
service ftp
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
server_args = -l -a
log_on_failure += USERID
}
- 12-23-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
gssftp is a kerberized FTP server (authenticating with GSSAPI), and I'm fairly sure that's not the one you want. Install vsftpd or wu-ftpd instead.


Reply With Quote
