www.ProFTPD.de
13. März 2007, 18:44:16 *
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: Komme nicht auf den Server  (Gelesen 572 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« am: 11. Juni 2004, 11:30:11 »

Hallo,
ich bin der Dejuh und das ist doch mal ein super Forum.
Ich lese hier schon eine weile und konnte mir schon viel selber helfen durch viele Antworten hier im Forum.
Nun ist es aber soweit das ich nicht weiter komme.
Hier zu meinem Problem:
Habe Suse 9.0 mit Proftpd,Apache,mysql,php und ppmy am laufen.
Datenbank erstellt aber ich komme nicht auf den Server.
Hier mal das proftpd.sql.log file:
Jun 11 10:44:50 mod_sql/4.10[1710]: backend module 'mod_sql_mysql/4.04'
Jun 11 10:44:50 mod_sql/4.10[1710]: backend api    'mod_sql_api_v1'
Jun 11 10:44:50 mod_sql/4.10[1710]: >>> sql_getconf
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_defineconnection
Jun 11 10:44:50 mod_sql/4.10[1710]:  name: 'default'
Jun 11 10:44:50 mod_sql/4.10[1710]:  user: 'dejuh'
Jun 11 10:44:50 mod_sql/4.10[1710]:  host: '192.168.6.30'
Jun 11 10:44:50 mod_sql/4.10[1710]:    db: 'proftpd'
Jun 11 10:44:50 mod_sql/4.10[1710]:  port: '3306'
Jun 11 10:44:50 mod_sql/4.10[1710]:   ttl: '0'
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_defineconnection
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' opened
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: backend successfully connected.
Jun 11 10:44:50 mod_sql/4.10[1710]: mod_sql status     : on
Jun 11 10:44:50 mod_sql/4.10[1710]: negative_cache     : off
Jun 11 10:44:50 mod_sql/4.10[1710]: authenticate       : users groups
Jun 11 10:44:50 mod_sql/4.10[1710]: usertable          : users
Jun 11 10:44:50 mod_sql/4.10[1710]: userid field       : userid
Jun 11 10:44:50 mod_sql/4.10[1710]: password field     : passwd
Jun 11 10:44:50 mod_sql/4.10[1710]: uid field          : uid
Jun 11 10:44:50 mod_sql/4.10[1710]: gid field          : gid
Jun 11 10:44:50 mod_sql/4.10[1710]: homedir(defaulted) : '/ftp-verzeichniss'
Jun 11 10:44:50 mod_sql/4.10[1710]: shell field        : shell
Jun 11 10:44:50 mod_sql/4.10[1710]: homedirondemand    : false
Jun 11 10:44:50 mod_sql/4.10[1710]: group table        : groups
Jun 11 10:44:50 mod_sql/4.10[1710]: groupname field    : groupid
Jun 11 10:44:50 mod_sql/4.10[1710]: grp gid field      : gid
Jun 11 10:44:50 mod_sql/4.10[1710]: grp members field  : members
Jun 11 10:44:50 mod_sql/4.10[1710]: SQLMinUserUID      : 999
Jun 11 10:44:50 mod_sql/4.10[1710]: SQLMinUserGID      : 999
Jun 11 10:44:50 mod_sql/4.10[1710]: SQLDefaultUID      : 65533
Jun 11 10:44:50 mod_sql/4.10[1710]: SQLDefaultGID      : 65533
Jun 11 10:44:50 mod_sql/4.10[1710]: <<< sql_getconf
Jun 11 10:44:50 mod_sql/4.10[1710]: >>> cmd_getgroups
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_escapestring
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_escapestring
Jun 11 10:44:50 mod_sql/4.10[1710]: cache miss for user 'dejuh'
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT userid, passwd, uid, gid, shell FROM users WHERE (userid='dejuh') LIMIT 1"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: NULL shell column value, setting to ""
Jun 11 10:44:50 mod_sql/4.10[1710]: cache miss for user 'dejuh'
Jun 11 10:44:50 mod_sql/4.10[1710]: user 'dejuh' cached
Jun 11 10:44:50 mod_sql/4.10[1710]: + pwd.pw_name  : dejuh
Jun 11 10:44:50 mod_sql/4.10[1710]: + pwd.pw_uid   : 65533
Jun 11 10:44:50 mod_sql/4.10[1710]: + pwd.pw_gid   : 65533
Jun 11 10:44:50 mod_sql/4.10[1710]: + pwd.pw_dir   : /ftp-verzeichniss
Jun 11 10:44:50 mod_sql/4.10[1710]: + pwd.pw_shell :
Jun 11 10:44:50 mod_sql/4.10[1710]: cache miss for gid '65533'
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT groupid FROM groups WHERE (gid = 65533) LIMIT 1"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT groupid, gid, members FROM groups WHERE (members = 'dejuh' OR members LIKE 'dejuh,%' OR members LIKE '%,dejuh' OR members LIKE '%,dejuh,%')"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: <<< cmd_getgroups
Jun 11 10:44:50 mod_sql/4.10[1710]: >>> cmd_getgroups
Jun 11 10:44:50 mod_sql/4.10[1710]: cache hit for user 'dejuh'
Jun 11 10:44:50 mod_sql/4.10[1710]: cache miss for gid '65533'
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT groupid FROM groups WHERE (gid = 65533) LIMIT 1"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT groupid, gid, members FROM groups WHERE (members = 'dejuh' OR members LIKE 'dejuh,%' OR members LIKE '%,dejuh' OR members LIKE '%,dejuh,%')"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: <<< cmd_getgroups
Jun 11 10:44:50 mod_sql/4.10[1710]: >>> cmd_getpwnam
Jun 11 10:44:50 mod_sql/4.10[1710]: cache hit for user 'dejuh'
Jun 11 10:44:50 mod_sql/4.10[1710]: <<< cmd_getpwnam
Jun 11 10:44:50 mod_sql/4.10[1710]: >>> cmd_gid2name
Jun 11 10:44:50 mod_sql/4.10[1710]: cache miss for gid '65533'
Jun 11 10:44:50 mod_sql/4.10[1710]: : entering    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 2
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_open
Jun 11 10:44:50 mod_sql/4.10[1710]: query "SELECT groupid FROM groups WHERE (gid = 65533) LIMIT 1"
Jun 11 10:44:50 mod_sql/4.10[1710]: entering    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: connection 'default' count is now 1
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_close
Jun 11 10:44:50 mod_sql/4.10[1710]: exiting    mysql cmd_select
Jun 11 10:44:50 mod_sql/4.10[1710]: <<< cmd_gid2name

Der user wird auch in der Datenbank angelgt,nur hier komme ich einfach nicht weiter.
Hoffentlich kann mir hier jemand helfen.
Gruß
Dejuh
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 11. Juni 2004, 12:10:18 »

Dein SQL Log sieht soweit OK aus. Was sagt denn Dein normales ProFTPD Debug Log ?

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
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #2 am: 11. Juni 2004, 12:29:27 »

Hi,
nicht schimpfen,wo finde ich das?
Gruß
Dejuh
Gespeichert
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #3 am: 11. Juni 2004, 13:28:11 »

Hallo,
hab ftplog gefunden:
Jun 11 13:25:43 linux proftpd[1986] linux.local (192.168.6.3[192.168.6.3]): FTP session opened.
Jun 11 13:25:44 linux proftpd[1986] linux.local (192.168.6.3[192.168.6.3]): USER dejuh (Login failed): Limit access denies login
Jun 11 13:25:45 linux proftpd[1986] linux.local (192.168.6.3[192.168.6.3]): FTP session closed.

Gruß
Dejuh
Gespeichert
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #4 am: 11. Juni 2004, 13:47:28 »

Hi,
hab es gefunden,es funzt....
habe das hier angepasst:

<Limit LOGIN>
  Order deny,allow
  AllowGroup ftpserver2
  AllowGroup ftpall
</Limit>

Gruß
Dejuh
Gespeichert
Anonymous
Gast
« Antwort #5 am: 11. Juni 2004, 15:41:32 »

Hi,
zu früh gefreut.......
wenn ich einen neuen user einstelle ,komm ich wieder nicht drauf....
warum blos???
Hat da einer ne Idee?
Gruß
Dejuh
Gespeichert
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #6 am: 11. Juni 2004, 17:36:12 »

Hallo,
da Dejuh auf dem Server ein user ist komme ich auf den proftpd-Server.
Proftpd fragt im system nach und nicht auf der Datenbank???
Hat da einer eine Idee?
Stimmt da etwas mit mysql nicht?
Gruß
Dejuh
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #7 am: 11. Juni 2004, 17:42:46 »

nochmal: Debug !

(siehe Mini FAQ)
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
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #8 am: 11. Juni 2004, 19:19:11 »

Hallo,
wenn das ma gehen würde aber er erstellt nichts.
Habe ihn dann von Hand gestartet aber kein proftpd.debug.log file.
Laut dort:
Ab ProFTPD 1.2.8 kann man jedoch das Debug Loggen auch direkt in der proftpd.conf aktivieren. Dort:

debugLevel 6
Serverlog /var/log/proftpd.debug.log

Was nun? :cry:
Gespeichert
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #9 am: 11. Juni 2004, 19:39:20 »

Hallo,
jetzt geht es hier der Auszug:
(192.168.6.3[192.168.6.3]): connected - local  : 192.168.6.30:21
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): connected - remote : 192.168.6.3:1239
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): FTP session opened.
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'USER frank' to mod_tls
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'USER frank' to mod_exec
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'USER frank' to mod_core
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'USER frank' to mod_core
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'USER frank' to mod_auth
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching CMD command 'USER frank' to mod_ratio
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching CMD command 'USER frank' to mod_auth
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD command 'USER frank' to mod_exec
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD command 'USER frank' to mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching LOG_CMD command 'USER frank' to mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching LOG_CMD command 'USER frank' to mod_log
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_exec
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_core
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_vroot
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_shaper
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching CMD command 'PASS (hidden)' to mod_auth
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getgroups" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getpwnam" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "getpwnam" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "gid_name" to module mod_ldap
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "gid_name" to module mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "gid_name" to module mod_auth_file
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "gid_name" to module mod_auth_unix
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): USER frank (Login failed): Limit access denies login
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_exec
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_vroot
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_shaper
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
Jun 11 19:36:49 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_ldap
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_sql
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_file
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endpwent" to module mod_auth_unix
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_ldap
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_sql
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_file
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): dispatching auth request "endgrent" to module mod_auth_unix
Jun 11 19:36:52 linux proftpd[1556] linux.local (192.168.6.3[192.168.6.3]): FTP session closed.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #10 am: 12. Juni 2004, 11:01:07 »

Deine Config ?
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
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #11 am: 12. Juni 2004, 11:36:18 »

Hallo,
hier die proftpd.conf:
# 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

TransferLog                     /var/log/xferlog
SystemLog                       /var/log/ftplog


# 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

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

<Limit LOGIN>
  Order deny,allow
  AllowGroup users
  AllowGroup ftpall
</Limit>

SQLConnectInfo        proftpd@localhost  xxx   xxxxx
SQLAuthenticate       users* groups*
SQLAuthTypes          Crypt Backend
SQLDefaultHomedir     /ftp-verzeichniss
SQLUserInfo           users userid passwd uid gid homedir shell
SQLGroupInfo          groups groupid gid members
SQLLogFile            /var/log/proftpd.sql.log
SQLLog                PASS logincount
SQLNamedQuery         logincount UPDATE "login_count=login_count+1 WHERE userid='%u'" users
SQLLog                PASS lastlogin
SQLNamedQuery         lastlogin UPDATE "last_login=now() WHERE userid='%u'" users
SQLLog RETR           dlbytescount
SQLNamedQuery         dlbytescount UPDATE "dl_bytes=dl_bytes+%b WHERE userid='%u'" users
SQLLog RETR         dlcount
SQLNamedQuery         dlcount UPDATE "dl_count=dl_count+1 WHERE userid='%u'" users
SQLLog STOR           ulbytescount
SQLNamedQuery         ulbytescount UPDATE "ul_bytes=ul_bytes+%b WHERE userid='%u'" users  
SQLLog STOR           ulcount
SQLNamedQuery         ulcount UPDATE "ul_count=ul_count+1 WHERE userid='%u'" users
RequireValidShell     off

SQLUserWhereClause    "disabled!=1 and (NOW()<=expires or expires=-1)"
debugLevel 6   
Serverlog /var/log/proftpd.debug.log

Und jetzt?
Gruß
Dejuh
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #12 am: 12. Juni 2004, 11:40:52 »

Zitat von: "dejuh"

<Limit LOGIN>
  Order deny,allow
  AllowGroup users
  AllowGroup ftpall
</Limit>


naja, garantiert liegt es an dieser Syntax. Welcher Gruppenname ist denn die Gruppe "65533" ?
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
dejuh
ProFTPD
*
Offline Offline

Beiträge: 11


Profil anzeigen E-Mail
« Antwort #13 am: 12. Juni 2004, 11:49:47 »

@stonki
super das Du mir hilfst,bin echt ein newbi in Linux.
Du hattest Recht vielen Dank für Deine Mühe.
ha es raus genommen:
<Limit LOGIN>
Order deny,allow
AllowGroup users
AllowGroup ftpall
</Limit>
Jetzt geht es Huuurrrraaaaa
Gruß
Dejuh
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.09 Sekunden mit 18 Zugriffen.