PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PROFTP 500 AUTH not understood



ratschnowski
01.11.02, 14:56
Hallo Liste, ich habe ein Problem mit Proftp ? Ich habe keine Antworten zu meiner Frage hier gefunden, und hoffe, dass mir jemand weiterhelfen kann.

Ich nutze proftp Version: 1.2.5 (Mandrake 9) und möchte anonymes einloggen ermöglichen. Beim einloggen erhalte ich folgende Meldung:

>ftp 192.168.0.2
>Connected to 192.168.0.2.
>220 ProFTPD 1.2.5 Server (ProFTPD Anonymous Server) [superapart.fr]
>500 AUTH not understood.
>500 AUTH not understood.
>KERBEROS_V4 rejected as an authentication type
>Name (192.168.0.2:dirk): anonymous
>331 Anonymous login ok, send your complete email address as your password.
>Password:
>530 Login incorrect.
>Login failed.

Der Befehl proftpd -nd 5 liefert folgendes Ergebniss:

>superapart.fr - Failed binding to 0.0.0.0, port 21: Address already in use
>superapart.fr - Check the ServerType directive to ensure you are configured corr ectly.

Ich weiss nicht mehr weiter...

Hier meine Config:

ServerName "ProFTPD Anonymous Server"
ServerType standalone
DefaultServer on

AllowStoreRestart on

Port 21
PassivePorts 49152 65534
Umask 022

MaxInstances 5

<Limit LOGIN>
DenyAll
</Limit>

User nobody
Group nogroup

TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 3600
TimeoutStalled 3600

TransferLog /var/log/proftpd/xfer.log

LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"

DisplayLogin welcome.msg
DisplayFirstChdir .message

UseReverseDNS off
IdentLookups off
AllowOverwrite yes

ExtendedLog /var/log/proftpd/access.log WRITE,READ write
ExtendedLog /var/log/proftpd/auth.log AUTH auth
ExtendedLog /var/log/proftpd/paranoid.log ALL default

<Anonymous /home/ftp>

AnonRequirePassword off

<Limit LOGIN>
AllowAll
</Limit>

MaxClients 5 "Sorry, max %m users -- try again later"

User ftp
Group ftp

UserAlias anonymous ftp

<Limit WRITE>
DenyAll
</Limit>

<Directory upload/*>
<Limit RMD DELE>
DenyAll
</Limit>

<Limit READ WRITE CWD>
AllowAll
</Limit>

</Directory>
</Anonymous>