(10-21-2008 09:25 AM)joximu Wrote:  Quote:#
# 'SQLBackend mysql' or 'SQLBackend postgres' directives are required
# to have SQL authorization working. You can also comment out the
# unused module here, in alternative.
#
mach das mal... scheint was neues zu sein...
Bei Ubuntu 8.04 is des gleiche wie bei debian lenny proftpd version 1.3.1
folgendes sollte man in der /etc/proftpd/proftpd.conf finden
Code:
SQLBackend                 mysql
SQLAuthTypes               Crypt
SQLAuthenticate            on
SQLConnectInfo             ispcp@localhost vftp LustigesPasswort
SQLUserInfo                ftp_users userid passwd uid gid homedir shell
SQLGroupInfo               ftp_group groupname gid members
SQLMinUserUID              2000
SQLMinUserGID              2000
 
hast du das Paket 
proftpd-mysql  installiert?