pureftpd - Login-Authentifizierung fehlgeschlagen

pureftpd - Login-Authentifizierung fehlgeschlagen

Ich verwende openSUSE 10.2 und pure-ftpd v1.0.21

Ich habe einen neuen virtuellen Benutzer hinzugefügt, kann mich aber nicht verbinden (Passwort ist ok)

Ausgabe des ausführlichen Protokolls:

Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [INFO] New connection from xxx.yyy.zzz.uuu
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 220-Welcome to Pure-FTPd.
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 220-You are user number 1 of 10 allowed.
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 220-This is a private system - No anonymous login
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 220-IPv6 connections are also welcome on this server.
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 220 You will be disconnected after 15 minutes of inactivity.
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] Command [user] [someuser]
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 331 User someuser OK. Password required
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] Command [pass] [<*>]
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [DEBUG] 530 Login authentication failed
Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [WARNING] Authentication failed for user [someuser]
Apr 10 17:10:41 hostzzz pure-ftpd: ([email protected]) [INFO] Logout.
Apr 10 17:10:41 hostzzz pure-ftpd: ([email protected]) [DEBUG] 530 Logout.

Es handelt sich um einen alten Produktionsserver und anscheinend gibt es einige FTP-Benutzer, die eine Verbindung herstellen können. Es scheint also, dass dies nur ein Problem für neue Benutzer ist.

Irgendwelche Ideen zum weiteren Debuggen? Andere Protokolle zum Überprüfen? Eine Konfiguration zum Verifizieren?

Antwort1

Argh!

AusREADME.Virtuelle-Benutzer:

Sie können Benutzer mit den vorherigen Befehlen hinzufügen, ändern und löschen oder indem Sie /etc/pureftpd.passwd manuell bearbeiten. Der FTP-Server berücksichtigt die Änderungen, die Sie an dieser Datei vornehmen, jedoch erst, wenn Sie sie bestätigen.

Also einfach

pure-pw mkdb 

oder

pure-pw passwd joe -m

hat den Job gemacht

verwandte Informationen