Titel: Einlogfehler 530 login incorrect Beitrag von: ich bin´s am 26. Juli 2006, 10:36:23 Hallo lieber user,
hoffe dass mir jemand helfen kann, habe folgendes Problem! Habe auf einer Linux-Maschine LAMPP laufen und somit wird auch froftpd hochgefahren. Seit dem ich das System mit dem Befehl /opt/lampp/lampp security sicher gemacht habe kann ich mich über das Netzwerk mit meinem WIN 2000 Rechner nicht mehr einloggen bzw. keine Daten mehr hochladen! Vorher ging dies mit den voreingestellten Benutzer und Passwort von lampp. Es dürfte nur ein kleiner Fehler sein, aber woran dies liegt sehe ich leider nicht! - Muss ich zusätzlich ftp-user anlegen (eigentlich nicht)? - Muss ich der Datei htdocs recht einräumen (habe ich)? Hier Noch die froftpd.config.conf _________________________________________________________________________________________________________ # This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group # "nobody" and "ftp" for normal operation and anon. ServerName "ProFTPD" ServerType standalone DefaultServer on UseReverseDNS off IdentLookups off # Port 21 is the standard FTP port. Port 21 # Umask 022 is a good standard umask to prevent new dirs and filesnobody # from being group and world writable. Umask 022 # To prevent DoS attacks, set the maximum number of child processes # to 30. If you need to allow more than 30 concurrent connections # at once, simply increase this value. Note that this ONLY worksnobody # in standalone mode, in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # (such as xinetd) MaxInstances 30 # Set the user and group that the server normally runs at. User nobody #Group nogroup # Normally, we want files to be overwriteable. <Directory /opt/lampp/htdocs/*> AllowOverwrite on </Directory> # only for the web servers content DefaultRoot /opt/lampp/htdocs # nobody gets the password "lampp" # commented out by lampp security # UserPassword nobody wRPBu8u4YP0CY UserPassword nobody osPnjsGOgRYDM # nobody is no normal user so we have to allow users with no real shell RequireValidShell off # nobody may be in /etc/ftpusers so we also have to ignore this file UseFtpUsers off _______________________________________________________________________________________________________________ Gruß SVEN PS. Hoffe es kann mir einer helfen! Titel: Re: Einlogfehler 530 login incorrect Beitrag von: stonki am 26. Juli 2006, 11:11:57 debug log. Siehe FAQ
Titel: Re: Einlogfehler 530 login incorrect Beitrag von: ich bin´s am 26. Juli 2006, 11:16:09 Hallo Stonki,
danke für die schnelle antwort! Leider kann ich mit diese nicht viel anfangen. Hab im Forum schon nachgeschaut und nix gefunden! oder was meinst Du mit Deiner Antwort. Ein LINK würde mir dann doch schon weiterhelfen! GRUß und DANKE; SVEN Titel: Re: Einlogfehler 530 login incorrect Beitrag von: VolGas am 28. Juli 2006, 05:50:09 Hallo!
Siehe ->Support->FAQ (http://www.proftpd.de/FAQ.15.0.html) Thema: "ProFTPD startet nicht !" mfg. VolGas Titel: Re: Einlogfehler 530 login incorrect Beitrag von: ich bin´s am 28. Juli 2006, 10:41:19 Hallo Volgas,
danke für die Antwort und den LINK! Konnte das Problem schon lösen, lag an was anderem! Allertrotz DANKE! GRUß |