Package Details: php-pam 2.2.5-3

Git Clone URL: https://aur.archlinux.org/php-pam.git (read-only, click to copy)
Package Base: php-pam
Description: This extension provides PAM (Pluggable Authentication Modules) integration in PHP.
Upstream URL: https://github.com/amishmm/php-pam
Licenses: PHP
Submitter: matteomattei
Maintainer: matteomattei (amish)
Last Packager: amish
Votes: 9
Popularity: 0.92
First Submitted: 2007-10-12 13:36 (UTC)
Last Updated: 2024-02-04 06:06 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

kohlrak commented on 2024-05-02 10:01 (UTC)

Dropping a php in visudo in a specific place and using either stdin or env will allow passing data from http to a script with all inputs sanitized (your responsibility), and will allow authentication to occur. For some reason unbeknownst to me (probably doing something wrong) removing the % to make it specific to the user instead of group will not work (not the fault of this package, seems to be something about either apache or how sudo works).

%http ALL=(ALL:ALL) NOPASSWD:SETENV: /usr/bin/php /srv/special.php

Unfortunately, i can't use this to change passwords.

Authentication token lock busy (in pam_chauthtok)

matteomattei commented on 2018-10-12 17:14 (UTC)

It seems ok to me

matteomattei commented on 2018-10-11 18:20 (UTC)

@amish no problem go ahead and update it ;-)

matteomattei commented on 2018-10-11 16:13 (UTC)

@amish I added you as maintainer

matteomattei commented on 2017-04-12 14:57 (UTC)

@amish ok updated, thanks! ;-)