www.ProFTPD.de
13. März 2007, 19:52:42 *
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  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 03. Oktober 2006, 13:27:05
 Smiley Achso ja vielen Dank, das wusste ich nicht. Ich dachte die gehören zusammen Zwinkernd

BLG
2  ProFTPD / ProFTPD - Deutsch / 530 Login incorrect am: 03. Oktober 2006, 12:37:16
Was soll das denn jetzt hier. Bitte nicht persönlich werden!

Bisher wurde mir nicht sehr weitergeholfen. Ich kenne mich nicht wirklich in Linux aus, dass ist richtig, dennoch möchte ich mich gerne wieder per FTP einloggen & da das Problem an proftpd liegt, dachte ich hier Hilfe finden zu können.

Weiterhin habe ich keine Ahnung, woran es liegt und was ich ändern.

Ich bitte mir dies evtl. ausführlich zu erklären.

LG
3  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 02. Oktober 2006, 21:24:15
Hmmm...ich komme einfach nicht weiter....

Kann es evtl. daran liegen, dass er den Befehl nicht erkennt, weil ich im sysconfig in der proftpd und in der pure-ftpd-mysql die "S"- und "K"-Werte geändert habe?


LG
4  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 02. Oktober 2006, 19:49:36
.... proftpd -nd5 sowie proftpd -n -d5 und proftpd -n -d9 funktionieren nicht überall kommt folgende Fehlermeldung:

-bash: proftpd: command not found

5  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 02. Oktober 2006, 17:17:38
Ok ja...ich habe das # mal weggemacht, leider ändert sich nichts.

Der Debuglog funktioniert nicht stonki Zwinkernd
6  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 02. Oktober 2006, 10:54:54
RequireValidShell           off

ist bereits in der Config so geschrieben  Augen rollen aber dthx
Daran liegt es nicht ...
7  ProFTPD / ProFTPD - Deutsch / Re: 530 Login incorrect am: 01. Oktober 2006, 21:02:49
...also ich habe pure-ftpd-mysql installiert und mit sysvconfig ftpd ausgeschaltet.

Vielleicht hilft es ja, wenn ich die Config mal poste....
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/nogroup" and "ftp" for normal operation and anon.

<global>
SQLConnectInfo vadmin vadmin XXXXXXXX
SQLUserInfo ftp login password uid gid home shell
SQLAuthenticate on
SQLAuthTypes Crypt
</global>

ServerName                      "meinserver"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"
DefaultRoot                     "~"

DenyFilter                      \*.*/

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Uncomment this if you would use TLS module:
#TLSEngine                      on

# Uncomment this if you would use quota module:
#Quotas                         on

# Uncomment this if you would use ratio module:
#Ratios                         on

# Port 21 is the standard FTP port.
Port                            21

# 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 that the server normally runs at.
User                            nobody
Group                           nogroup

<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
  Umask                         022  022
# Normally, we want files to be overwriteable.
  AllowOverwrite                on
</Directory>

# A basic anonymous configuration, no upload directories.
# <Anonymous ~ftp>
#   User                                ftp
#   Group                               nogroup
#   # We want clients to be able to login with "anonymous" as well as "ftp"
#   UserAlias                   anonymous ftp
#
#   RequireValidShell           off
#
#   # 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
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask                           022  022
#   #            <Limit READ WRITE>
#   #            DenyAll
#   #            </Limit>
#   #            <Limit STOR>
#   #            AllowAll
#   #            </Limit>
#   # </Directory>
#
# </Anonymous>





8  ProFTPD / ProFTPD - Deutsch / 530 Login incorrect am: 01. Oktober 2006, 20:25:46
Hallo,

ich kann mich mit keinem einzigen erstellten FTP-User mehr einloggen Traurig

Ich habe ProFTPMysql installiert und ProFTPD ausgeschaltet. Nun weiß ich leider nicht, warum ich mich nicht mehr einloggen kann.

Der Befehl proftpd -d9 funktioniert auch nicht mehr. Wie lautet der Debugmodusbefehl richtig?

Und wie kann ich mich wieder einloggen?

LG
Seiten: [1]
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.074 Sekunden mit 16 Zugriffen.