Name: | mod_authnz_pam |
---|---|
Version: | 0.9.2 |
Release: | 1.el6 |
Architecture: | x86_64 |
Group: | System Environment/Daemons |
Size: | 22585 |
License: | ASL 2.0 |
RPM: | mod_authnz_pam-0.9.2-1.el6.x86_64.rpm |
Source RPM: | mod_authnz_pam-0.9.2-1.el6.src.rpm |
Build Date: | Sat Aug 16 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.adelton.com/apache/mod_authnz_pam/ |
Summary: | PAM authorization checker and PAM Basic Authentication provider |
Description: | mod_authnz_pam is a PAM authorization module, supplementing authentication done by other modules, for example mod_auth_kerb; it can also be used as full Basic Authentication provider which runs the [login, password] authentication through the PAM stack. |
- Silence compile warnings by specifying C99.
- Fix error message when pam_authenticate step is skipped.
- One more function made static for proper isolation.
- Fixing regression from previous change.
- 1058805 - .spec changes for Fedora package review.
- Declare all functions static for proper isolation.
- Make pam_authenticate_with_login_password available for other modules. - Reformat documentation to make the Basic Auth usage less prominent.
- Initial release.