Leider kriege ich immer wenn ich mit einem Ftp Clienten connecte , falsches pw. Woran liegt es?
System:
mysql 4
debian woody
sql.log: 
Sep 01 10:52:16 mod_sql/4.10[5430]: backend module 'mod_sql_mysql/4.04'
Sep 01 10:52:16 mod_sql/4.10[5430]: backend api    'mod_sql_api_v1'
Sep 01 10:52:16 mod_sql/4.10[5430]: >>> sql_getconf
Sep 01 10:52:16 mod_sql/4.10[5430]: entering    mysql cmd_defineconnection
Sep 01 10:52:16 mod_sql/4.10[5430]:  name: 'default'
Sep 01 10:52:16 mod_sql/4.10[5430]:  user: 'root'
Sep 01 10:52:16 mod_sql/4.10[5430]:  host: 'localhost'
Sep 01 10:52:16 mod_sql/4.10[5430]:    db: 'proftpd'
Sep 01 10:52:16 mod_sql/4.10[5430]:  port: '3306'
Sep 01 10:52:16 mod_sql/4.10[5430]:   ttl: '0'
Sep 01 10:52:16 mod_sql/4.10[5430]: exiting     mysql cmd_defineconnection
Sep 01 10:52:16 mod_sql/4.10[5430]: backend will not be checked until first use.
Sep 01 10:52:16 mod_sql/4.10[5430]: mod_sql status     : on
Sep 01 10:52:16 mod_sql/4.10[5430]: negative_cache     : off
Sep 01 10:52:16 mod_sql/4.10[5430]: authenticate       : users*
Sep 01 10:52:16 mod_sql/4.10[5430]: usertable          : users
Sep 01 10:52:16 mod_sql/4.10[5430]: userid field       : user
Sep 01 10:52:16 mod_sql/4.10[5430]: password field     : pass
Sep 01 10:52:16 mod_sql/4.10[5430]: uid field          : uid
Sep 01 10:52:16 mod_sql/4.10[5430]: gid field          : gid
Sep 01 10:52:16 mod_sql/4.10[5430]: homedir(defaulted) : '/ftp/data'
Sep 01 10:52:16 mod_sql/4.10[5430]: shell field        : shell
Sep 01 10:52:16 mod_sql/4.10[5430]: homedirondemand    : false
Sep 01 10:52:16 mod_sql/4.10[5430]: SQLMinUserUID      : 500
Sep 01 10:52:16 mod_sql/4.10[5430]: SQLMinUserGID      : 100
Sep 01 10:52:16 mod_sql/4.10[5430]: <<< sql_getconf
Sep 01 10:52:16 mod_sql/4.10[5430]: >>> cmd_getpwnam
Sep 01 10:52:16 mod_sql/4.10[5430]: entering    mysql cmd_escapestring
proftd.conf:
ServerName                      "mUh kUh ?"
serverType                      standalone
ServerAdmin                     
muh@muh.deSyslogLevel                     debug
SystemLog                       /ftp/var/log/system.log
SQLAuthTypes Crypt
SQLDefaultHomedir /ftp/data
SQLAuthenticate users*
SQLConnectInfo proftpd@localhost root XXX PERCALL
SQLDefaultGID 65534
SQLDefaultUID 65534
SQLMinUserGID  100
SQLMinUserUID            500
SQLUserInfo users user pass uid gid homedir shell
SqlLogFile /ftp/var/log/sql.log
Port                            2122
AllowForeignAddress             on
Umask                           022
User                            proftpd
Group                           proftpd
MaxClientsPerHost       1       "Nicht mehr als %m  Verbindungen"
MaxClients              5       "Leider sind schon %m Clients verbunden"
AllowStoreRestart                               on
AllowRetrieveRestart                            on
# Normally, we want files to be overwriteable.
#<Directory /*>
#       AllowOverwrite                  on
#       HideNoAccess                    on
#       <Limit READ>
#        AllowAll
#       </Limit>
#       <Limit Write>
#        AllowUser andy
#         DenyAll
#       </Limit>
#</Directory>
MaxInstances                    10
UseReverseDNS                   on
IdentLookups                    on
TimeoutStalled                  300
TransferLog                     /ftp/var/log/transer.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"
ExtendedLog                     /ftp/var/log/access.log    WRITE,READ write
ExtendedLog                     /ftp/var/log/auth.log      AUTH auth
ExtendedLog                     /ftp/var/log/paranoid.log  ALL default
DefaultRoot  /ftp/data
MaxLoginAttempts                2000
RequireValidShell               off