If pam was detected on your system during compilation, wzdftpd can try to authenticate to the PAM subsystem by sending the login and password.
To use the PAM method, set the password to "{pam}"
To change a password, you have to specify the old password (this is needed by PAM). Write the old password and the new password separated by a | (pipe) character.
site chpass user {pam}oldpass|newpass
Caution |
When changing a password using the pam method, be advised that pam will handle the password change, and that this will probably also mean changing it on the system. |