Zeige Beiträge
|
Seiten: [1]
|
1
|
ProFTPD / ProFTPD - Verbindungsviewer / Aktuelle Standalone Version
|
am: 28. März 2006, 20:14:35
|
Hi, jetzt funzt es aber nur mit der Änderung: $return_val = "1.3.0rc5"; in Zeile 392 gruß Dejuh Dankeeeeeeeeeee Nur zeigt er leider keine verbindung an wenn ich mit dem server verbunden bin? ?? Intern ja sofort nur wenn ich mich über www2ftp.de verbinde zeigt er es nicht an!
|
|
|
3
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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
|
|
|
4
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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
|
|
|
5
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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.
|
|
|
6
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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:
|
|
|
7
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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
|
|
|
9
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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
|
|
|
11
|
ProFTPD / ProFTPD - Deutsch / Komme nicht auf den Server
|
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
|
|
|
|