www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Rotzbuab am 24. März 2005, 09:10:00



Titel: Proftp-Server läßt mich nicht anmelden
Beitrag von: Rotzbuab am 24. März 2005, 09:10:00
Hallo zusammen,

hab kleine Probleme mit meinem Proftp-server. Mein System ist woody.
Habe konfiguriert, meine User eingerichtet (dürfen sich nicht an der Shell anmelden), Rechte für die Verzeichnisse gesetzt, Passwörter vergeben usw.
Wenn ich nun versuche mich mit einem FTP-Client anzumelden, erhalte ich immer die Fehlermeldung "Password incorrect".
Starte ich den Proftp-Server im Debug mode erhalte ich folgende Meldungen:
------- anfang -----------
debian:/# proftpd -nd5
- No certificate files found!
- Compiling deny regex '\*.*/'.
- Allocated deny regex at location 0x808f478.
debian.ftpnetz -
debian.ftpnetz - Config for Debian:
debian.ftpnetz - /*
debian.ftpnetz - Umask
debian.ftpnetz - DirUmask
debian.ftpnetz - AllowOverwrite
debian.ftpnetz - ShowSymlinks
debian.ftpnetz - DisplayLogin
debian.ftpnetz - DisplayFirstChdir
debian.ftpnetz - DenyFilter
debian.ftpnetz - RequireValidShell
debian.ftpnetz - DeferWelcome
debian.ftpnetz - ShowSymlinks
debian.ftpnetz - DefaultServer
debian.ftpnetz - ShowSymlinks
debian.ftpnetz - AllowOverwrite
debian.ftpnetz - DisplayLogin
debian.ftpnetz - DisplayFirstChdir
debian.ftpnetz - LsDefaultOptions
debian.ftpnetz - DenyFilter
debian.ftpnetz - RequireValidShell
debian.ftpnetz - MaxLoginAttempts
debian.ftpnetz - RootLogin
debian.ftpnetz - DefaultRoot
debian.ftpnetz - User
debian.ftpnetz - UserName
debian.ftpnetz - Group
debian.ftpnetz - GroupName
debian.ftpnetz - ProFTPD 1.2.5rc1 (release) (built do mrt 22 18:28:32 CET 2001) standalone mode STARTUP
debian.ftpnetz (84.161.141.124[84.161.141.124]) - connected - local : 192.168.1.150:21
debian.ftpnetz (84.161.141.124[84.161.141.124]) - connected - remote : 84.161.141.124:62829
debian.ftpnetz (84.161.141.124[84.161.141.124]) - FTP session opened.
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'USER enchelmaier' to mod_core
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'USER enchelmaier' to mod_auth
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching CMD command 'USER enchelmaier' to mod_ratio
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching CMD command 'USER enchelmaier' to mod_auth
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching LOG_CMD command 'USER enchelmaier' to mod_log
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching CMD command 'PASS (hidden)' to mod_auth
debian.ftpnetz (84.161.141.124[84.161.141.124]) - no supplemental groups found for user 'enchelmaier'
debian.ftpnetz (84.161.141.124[84.161.141.124]) - no such user 'enchelmaier'
debian.ftpnetz (84.161.141.124[84.161.141.124]) - USER enchelmaier: no such user found from 84.161.141.124 [84.161.141.124] to 192.168.1.150:21
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'QUIT' to mod_core
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching PRE_CMD command 'QUIT' to mod_log
debian.ftpnetz (84.161.141.124[84.161.141.124]) - dispatching CMD command 'QUIT' to mod_core
debian.ftpnetz (84.161.141.124[84.161.141.124]) - FTP session closed.
------- ende -------------

Hier mal meine Proftp.conf:
------- anfang -------------

ServerName "Debian"
ServerType standalone
DeferWelcome off
ShowSymlinks on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
LsDefaultOptions "-l"
DenyFilter \*.*/
RequireValidShell no
MaxLoginAttempts 3
RootLogin off
DefaultRoot /telcat
Port 21
MaxInstances 5
User nobody
Group nogroup
<Directory /*>
Umask 022 022
AllowOverwrite on
</Directory>
------- ende -------------


Wäre dankbar wenn mir jemand helfen könnte.

Gruß Lars


Titel: Re: Proftp-Server läßt mich nicht anmelden
Beitrag von: stonki am 24. März 2005, 09:29:42
naja, "no such user" ist ja schon mal klar. Irgendwie sagt mir mein Bauch, dass "proftpd -l" kein "mod_auth_pam" rauswirft. Hab ich recht ? Wen dem so ist, pam_devel nachinstallieren.


Titel: Proftp-Server läßt mich nicht anmelden
Beitrag von: Anonymous am 24. März 2005, 13:23:22
Hallo Stonki,

erstmal danke für die schnelle Antwort.

Du hast Recht, mod_auth_pam wird nicht ausgeworfen, wofür benötige ich das ?
Leider finde ich das nicht zum nachinstallieren :(


Titel: Proftp-Server läßt mich nicht anmelden
Beitrag von: stonki am 24. März 2005, 15:48:47
Zitat von: "Anonymous"
Hallo Stonki,

erstmal danke für die schnelle Antwort.

Du hast Recht, mod_auth_pam wird nicht ausgeworfen, wofür benötige ich das ?
Leider finde ich das nicht zum nachinstallieren :(


naja, via PAM werden die Benutzer  normalerweise die Systembenutzer authentifiziert. Und wenn ProFTPD beim kompilieren die pam_development pakete nicht findet, dann wird ProFTPD eben ohne diese Fähigkeit installiert.

cu
stonki