www.ProFTPD.de
13. März 2007, 20:06:55 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: Login Failed  (Gelesen 277 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
gast
Gast
« am: 27. Januar 2004, 11:07:08 »

Hi, ich habe ein SuSE 8.2 system laufen, auf dem ich einen ftpserver einrichten moechte.
nach einigen abhaengigkeiten brachte ich proftpd 1.2.2 zum rennen.
nun kann ich mich aber nicht einloggen.
Server rennt auf port 21, kann auch connecten, doch mit der auth. von lokalen usern klappt das nicht.
weder mit root noch mit testor, den ich zum testen mit /bin/false angelegt habe.
Die .conf habe ich als standard/standalone server konfiguriert, zum testen.
leider klappt kein login.
==================
USER testor
331 Password required for testor.
PASS (hidden)
530 Login incorrect.
==================

muss ich noch etwas beachten?
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 27. Januar 2004, 13:05:32 »

Zitat von: "gast"
Hi, ich habe ein SuSE 8.2 system laufen, auf dem ich einen ftpserver einrichten moechte.
nach einigen abhaengigkeiten brachte ich proftpd 1.2.2 zum rennen.
nun kann ich mich aber nicht einloggen.
Server rennt auf port 21, kann auch connecten, doch mit der auth. von lokalen usern klappt das nicht.
weder mit root noch mit testor, den ich zum testen mit /bin/false angelegt habe.
Die .conf habe ich als standard/standalone server konfiguriert, zum testen.
leider klappt kein login.
==================
USER testor
331 Password required for testor.
PASS (hidden)
530 Login incorrect.
==================

muss ich noch etwas beachten?


1) 1.2.2 ??? Bitte installiere die aktuelle Version 1.2.9
2) Root Login verbietet ProFTPD grundsaetzlich. Da bei FTP das Password unverschluesselt uebertragen wirst, willst Du Dich auch nicht als root einloggen. NIE NIE NIE !
3) Bei Usern mit einer invaliden Shell (/bin/false oder /bin/stonki) musst Du in der ProFTPD.conf "RequireValidShell off" angeben.
4) Bevor Du die zweite Frage stellst, bitte http://www.proftpd.de/13.0.html lesen
5) Punkt 4 noch mal machen
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
gast
Gast
« Antwort #2 am: 27. Januar 2004, 13:35:24 »

hi, die .conf datei versteh ich schon Smiley
nur funzt sie nicht. das mit root-login war nur testhalber, ob ich mich ueberhaupt mal einloggen kann, aber leider geht es nicht.

nun habe ich mir mal die neueste version gezogen, gunziped, configure, make make install gemacht.
dann mache ich proftpd -vv aber es ist immer noch die alter version...
wie update ich denn zu der neuen? finde in den readme leider nichts.

danke
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #3 am: 27. Januar 2004, 14:07:24 »

Zitat von: "gast"
hi, die .conf datei versteh ich schon :)
nur funzt sie nicht. das mit root-login war nur testhalber, ob ich mich ueberhaupt mal einloggen kann, aber leider geht es nicht.

nun habe ich mir mal die neueste version gezogen, gunziped, configure, make make install gemacht.
dann mache ich proftpd -vv aber es ist immer noch die alter version...
wie update ich denn zu der neuen? finde in den readme leider nichts.

danke


naja, ein klassisches Linux Problem. Die neue Version liegt unter /usr/local/sbin/proftpd, deren config unter /usr/local/etc/proftpd.conf

Serverdienste am besten immer mit absoluter Pfadangabe starten....

cu
stonki
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #4 am: 27. Januar 2004, 14:43:29 »

danke fuer die antworten,
proftpd rennt jetz auf 1.2.9 (stable) im standalone modus. ich poste hier mal meine .conf datei

Code:

# 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 Default Installation"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# 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 works
# 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 under which the server will run.
User nobody
Group nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite on
</Directory>

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
#<Anonymous ~ftp>
 # User ftp
  #Group ftp

  # We want clients to be able to login with "anonymous" as well as "ftp"
 # UserAlias anonymous ftp

  # Limit the maximum number of anonymous logins
  # MaxClients 10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
 # DisplayLogin welcome.msg
  #DisplayFirstChdir .message

  # Limit WRITE everywhere in the anonymous chroot
  #<Limit WRITE>
   # DenyAll
 # </Limit>
#</Anonymous>
RequireValidShell       off


leider geht der login mit user testor immer noch nicht:

Code:

webmail:/usr/local/sbin # finger testor
Login: testor                           Name:
Directory: /home/testor                 Shell: /bin/false
Never logged in.
No Mail.
No Plan.
webmail:/usr/local/sbin #


und der server gibt mir folgendes:
Code:

220 ProFTPD 1.2.9 Server (ProFTPD Default Installation) [webmail.xxxxxxx.de]
USER testor
331 Password required for testor.
PASS (hidden)
530 Login incorrect.
Connection failed
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #5 am: 27. Januar 2004, 14:53:48 »

Zitat von: "Anonymous"
danke fuer die antworten,
proftpd rennt jetz auf 1.2.9 (stable) im standalone modus. ich poste hier mal meine .conf datei


ABER: Du hast die Mini Faq doch nicht gelesen !! Einfach proFTPD im Debug Modus starten, versuchen sich einzuloggen und sich dabei die Debug Ausgabe anschauen (ggf. hier posten)

cu
stonki
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #6 am: 27. Januar 2004, 14:53:59 »

thread bitte dellen
/me hornochse!
danke Zwinkernd
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #7 am: 27. Januar 2004, 14:56:08 »

Zitat von: "Anonymous"
thread bitte dellen
/me hornochse!
danke ;)


was war es denn ?
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #8 am: 27. Januar 2004, 15:01:41 »

habe mich lediglich mit falschem pass eingelogged.
mit md5 statt normal... :/
der thread is jetz gut als faq zum updaten des deamon L&auml;chelnd

sorry fuer deine zeit aber ich werde dich sicher nochmal brauchen, weil ich eine grossen IMAP server habe, der seine auth aus einer sql db holt, und ich evtl die ftp user auch damit authentifizieren moechte.

nochmal sorry!
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.059 Sekunden mit 16 Zugriffen.