Opened 19 months ago
Closed 14 months ago
#1488204 closed Bugs (invalid)
Password plugin PAM fails to authenticate
| Reported by: | cerebor | Owned by: | |
|---|---|---|---|
| Priority: | 4 | Milestone: | later |
| Component: | Plugins | Version: | 0.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Was happily using password plugin with PAM driver to change passwords but since update to php5.3.8 and roundcube 0.6 this stopped working. I narrowed down the failure to drivers/pam.ini and pam_auth call. I tried my own simple pam_auth script and that fails as well. Not sure what has changed. There was a lot of upgrading before one of the users decided to change their password. Last time it was working with roundcube 0.5.4 and some version of php5.2
Change History (2)
comment:1 Changed 18 months ago by nansenat16
comment:2 Changed 14 months ago by alec
- Resolution set to invalid
- Status changed from new to closed
Is there any error in log? There was no change in password driver since ever. So, it's not Roundcube issue.
Note: See
TracTickets for help on using
tickets.

I use PAM 1.0.3 and PHP5.3.3 on CENTOS 5.7 x64
It's work with auth but change password need httpd service to read and write shadow file
I use the sudo solution now.