www.ProFTPD.de
13. März 2007, 19:45:40 *
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] 2   Nach unten
  Drucken  
Autor Thema: Anonymous Login klappt NICHT  (Gelesen 636 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Anon
Gast
« am: 06. August 2003, 20:09:47 »

ja ... ich hab nen anon login eingestellt, aber es klappt trotzdem nicht!

ich geb euch mal den ausschnitt:

Code:

</Global>
<Anonymous /var>
AnonRequirePassword off
User Anon
RequireValidShell off
<Directory /var/1/>
<Limit RETR CWD list>
        AllowAll
     </Limit>
     <Limit RMD stor DELE mkd RNTO SITE_CHMOD RTFR>
        DenyAll
</Limit>
  </Directory>

<Directory /var/man/cache/de/cat4/.../incoming>
<Limit STOR CWD list mkd>
        AllowAll
     </Limit>
     <Limit RMD DELE SITE_CHMOD RTFR RNTO retr>
        DenyAll
</Limit>
  </Directory>
</Anonymous>
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 06. August 2003, 23:18:22 »

Zitat von: "Anon"
ja ... ich hab nen anon login eingestellt, aber es klappt trotzdem nicht!


 :debug:
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 #2 am: 06. August 2003, 23:33:29 »

sorry, aber was meinste damit?
Gespeichert
Anonymous
Gast
« Antwort #3 am: 06. August 2003, 23:46:43 »

es klappt ja nicht, mit -n -d5 zu starten ...

irgendwas mach ich falsch ...

gibt es keine möglichkeit, meinen fehler an der log datei abzulesen?
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #4 am: 07. August 2003, 07:39:42 »

Zitat von: "Anonymous"
es klappt ja nicht, mit -n -d5 zu starten ...

irgendwas mach ich falsch ...

gibt es keine möglichkeit, meinen fehler an der log datei abzulesen?


Ich gehe mal kurz meine Glaskugel abholen.... WAS klappt denn nicht, wenn Du ProFTPD mit "-n -d5" startest ?

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 #5 am: 07. August 2003, 12:23:50 »

er kennt das command nicht!

er sagt: command not found "-n -d5"!
Gespeichert
guden
ProFTPD
*
Offline Offline

Beiträge: 103


Profil anzeigen
« Antwort #6 am: 07. August 2003, 12:32:54 »

mu ß gehen.... was gibst du denn ganz genau ein?
Gespeichert
Anonymous
Gast
« Antwort #7 am: 07. August 2003, 12:51:00 »

/usr/local/sbin/proftpd & -n -d5

oder stimmt das net?
Gespeichert
guden
ProFTPD
*
Offline Offline

Beiträge: 103


Profil anzeigen
« Antwort #8 am: 07. August 2003, 12:57:16 »

ne stimmt nicht das "&" ist zu viel.
muß so aussehen:

/usr/local/sbin/proftpd -n -d5
Gespeichert
Anonymous
Gast
« Antwort #9 am: 07. August 2003, 12:57:34 »

beim connecten zeigt er dann folgendes an:

Code:

COMMAND:> USER Anon
331 Anonymous login ok, send your complete email address as your password.
COMMAND:> PASS *****
530 So läufts net
ERROR:>   Not logged in.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #10 am: 07. August 2003, 13:25:55 »

Zitat von: "Anonymous"
beim connecten zeigt er dann folgendes an:

Code:

COMMAND:> USER Anon
331 Anonymous login ok, send your complete email address as your password.
COMMAND:> PASS *****
530 So läufts net
ERROR:>   Not logged in.



und was zeigt er in der console an ? wo Du die magischen Befehle "proftpd -n -d5" eingeben hast ?
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 #11 am: 07. August 2003, 14:14:06 »

Das zeigt er an:

Code:

 - parsing '/usr/local/etc/proftpd.conf' configuration
 - <Directory /var/1>: adding section for resolved path '/var/1'
 - <Directory /var/incoming>: adding section for resolved path '/var/incoming'
pccms2.pv.infn.it -
pccms2.pv.infn.it - Config for Privat Server:
pccms2.pv.infn.it - /var/1
pccms2.pv.infn.it -  /var/incoming
pccms2.pv.infn.it -   Limit
pccms2.pv.infn.it -    DenyAll
pccms2.pv.infn.it -   Limit
pccms2.pv.infn.it -    AllowAll
pccms2.pv.infn.it -   RequireValidShell
pccms2.pv.infn.it -   Umask
pccms2.pv.infn.it -   AllowOverwrite
pccms2.pv.infn.it -   AllowForeignAddress
pccms2.pv.infn.it -   AllowStoreRestart
pccms2.pv.infn.it -   AllowRetrieveRestart
pccms2.pv.infn.it -   MaxClients
pccms2.pv.infn.it -   MaxClientsPerHost
pccms2.pv.infn.it -   RootLogin
pccms2.pv.infn.it -   DisplayGoAway
pccms2.pv.infn.it -   DisplayQuit
pccms2.pv.infn.it -   DisplayLogin
pccms2.pv.infn.it -   AccessDenyMsg
pccms2.pv.infn.it -   AccessGrantMsg
pccms2.pv.infn.it -  /var/1
pccms2.pv.infn.it -   Limit
pccms2.pv.infn.it -    DenyAll
pccms2.pv.infn.it -   Limit
pccms2.pv.infn.it -    AllowAll
pccms2.pv.infn.it -   RequireValidShell
pccms2.pv.infn.it -   Umask
pccms2.pv.infn.it -   AllowOverwrite
pccms2.pv.infn.it -   AllowForeignAddress
pccms2.pv.infn.it -   AllowStoreRestart
pccms2.pv.infn.it -   AllowRetrieveRestart
pccms2.pv.infn.it -   MaxClients
pccms2.pv.infn.it -   MaxClientsPerHost
pccms2.pv.infn.it -   RootLogin
pccms2.pv.infn.it -   DisplayGoAway
pccms2.pv.infn.it -   DisplayQuit
pccms2.pv.infn.it -   DisplayLogin
pccms2.pv.infn.it -   AccessDenyMsg
pccms2.pv.infn.it -   AccessGrantMsg
pccms2.pv.infn.it -  AnonRequirePassword
pccms2.pv.infn.it -  UserName
pccms2.pv.infn.it -  RequireValidShell
pccms2.pv.infn.it -  Umask
pccms2.pv.infn.it -  AllowOverwrite
pccms2.pv.infn.it -  AllowForeignAddress
pccms2.pv.infn.it -  AllowStoreRestart
pccms2.pv.infn.it -  AllowRetrieveRestart
pccms2.pv.infn.it -  MaxClients
pccms2.pv.infn.it -  MaxClientsPerHost
pccms2.pv.infn.it -  RootLogin
pccms2.pv.infn.it -  DisplayGoAway
pccms2.pv.infn.it -  DisplayQuit
pccms2.pv.infn.it -  DisplayLogin
pccms2.pv.infn.it -  AccessDenyMsg
pccms2.pv.infn.it -  AccessGrantMsg
pccms2.pv.infn.it - DefaultServer
pccms2.pv.infn.it - Umask
pccms2.pv.infn.it - AllowOverwrite
pccms2.pv.infn.it - AllowForeignAddress
pccms2.pv.infn.it - AllowStoreRestart
pccms2.pv.infn.it - AllowRetrieveRestart
pccms2.pv.infn.it - MaxClients
pccms2.pv.infn.it - MaxClientsPerHost
pccms2.pv.infn.it - DefaultRoot
pccms2.pv.infn.it - RootLogin
pccms2.pv.infn.it - RequireValidShell
pccms2.pv.infn.it - DisplayGoAway
pccms2.pv.infn.it - DisplayQuit
pccms2.pv.infn.it - DisplayLogin
pccms2.pv.infn.it - DeferWelcome
pccms2.pv.infn.it - AccessDenyMsg
pccms2.pv.infn.it - AccessGrantMsg
pccms2.pv.infn.it - IdentLookups
pccms2.pv.infn.it - ProFTPD 1.2.8 (stable) (built Wed Aug 6 17:35:42 CEST 2003) standalone mode STARTUP
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #12 am: 07. August 2003, 14:53:03 »

Zitat von: "Anonymous"
Das zeigt er an:



"TIEF DURCHATMEN MODUS AN"

und nun loggst Du dich ein und postest dann die Debug ausgabe nochmal

"TIEF DURCHATMEN MODUS AUS"

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
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #13 am: 07. August 2003, 21:12:58 »

Cool Cool bleiben, stonki  :lol:
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Chrisz
ProFTPD
*
Offline Offline

Beiträge: 2


Profil anzeigen
« Antwort #14 am: 21. August 2003, 10:30:38 »

Hallo

ich hab ein ähnliches Problem. Ein anonymer Login wird abgewiesen. Die Debugausgabe bei "-n -d5" bringt die Zeile "no supplemental groups found" bzw. "no such user: 'anonymous'" und "USER anonymous: no such user found from $IP".

Einloggen unter User ftp geht, dann werden auch die Regeln für anon angewandt. Der Anonymous Teil in der .conf entspricht dem, aus dem Beispiel der Direktivenliste dieser Seite (Pfad mal ausgenommen).

Bis auf die Sache mit dem anonymen Login läuft eigentlich alles, trotzdem nagt die Sache an mir rum.

Gruss
Chris
Gespeichert
Seiten: [1] 2   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.066 Sekunden mit 16 Zugriffen.