如何设置Proftpd?

如何设置Proftpd?

我设置了Proftpd,设置如下
ServerName                      "roFTPD Default Installation"
ServerType                      standalone
DefaultServer                   on

Port                            21
Umask                           022

MaxInstances                    30

User                            nobody
Group                           ftp

AuthPAM                         On
AuthPAMAuthoritative            On
AuthPAMConfig                   ftp

<Directory /*>
  AllowOverwrite                on
</Directory>

<Anonymous ~ftp>
  User                          ftp
  Group                         ftp
  UserAlias                     anonymous ftp

  MaxClients                    10
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  <Limit WRITE>
    DenyAll
  </Limit>

</Anonymous>

RootLogin on
DefaultRoot ~ ftpusers
ServerIdent Off
可是无论如何我在登录时,总是告诉我
220 hawk FTP server ready.
Name (hawk:haohw): haohw
331 Password required for haohw.
Password:
530 Login incorrect.
ftp: Login failed.
看日志文件,日志信息如下:
PAM(haohw): Authentication failure.
USER haohw (Login failed): Incorrect password.

请各位大虾出手!!!      
看不出来吗???好像没有这个帐号啊,你建了没有???