php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #57974 pam.conf is not working for Solaris 10
Submitted: 2007-12-17 20:41 UTC Modified: 2008-01-05 05:17 UTC
From: tg at df dot lth dot se Assigned:
Status: Closed Package: PAM (PECL)
PHP Version: Irrelevant OS: Solaris 10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
9 + 21 = ?
Subscribe to this entry?

 
 [2007-12-17 20:41 UTC] tg at df dot lth dot se
Description:
------------
In Solaris 10, this seems to be needed in /etc/pam.conf:

php     auth requisite          pam_authtok_get.so.1
php     auth required           pam_unix_auth.so.1
php     account required        pam_unix_account.so.1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-05 05:17 UTC] mikael at synd dot info
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 04:01:29 2024 UTC