I'm trying to get passwd to work correctly.<br><br>currently <br><br>my /etc/pam.d/common-passwd looks like<br><br>#<br># /etc/pam.d/common-password - password-related modules common to all services<br>#<br># This file is included from other service-specific PAM config files,
<br># and should contain a list of modules that define the services to be<br>#used to change user passwords. The default is pam_unix<br><br>password required pam_cracklib.so retry=3 type=<br>password optional pam_pgsql.so
<br>passwordsufficient pam_unix.so md5 use_authtok shadow nullok shadow<br>password required pam_deny.so<br><br><br><br>