Re: PHP PAM





I noticed that the PECL PAM extension has a pam_chpass function.


pam_chpass('user', 'oldpass', 'newpass');

I tried this and got:
Have exhasted maximum number of retries for service. (in
pam_chauthtok)

I'm not really sure what that means and the documentation doesn't
really spell it out. For those of you who have used PHP and PAM
before, do you know what may be a solution to this problem?

.