pam_ldap - PAM module for LDAP
pam_ldap is a module for Linux-PAM that supports password changes, server- enforced password policies, access authorization, and crypted hashes.
| License: | LGPLv2+ | Group: | system environment/base |
|---|---|---|---|
| URL: | http://www.padl.com/OSS/pam_ldap.html |
Packages
| Name | Epoch | Version | Release | Arch | Size | Built |
|---|---|---|---|---|---|---|
| pam_ldap | 0 | 185 | 8.pre6.el5.fio | i686 | 89 KiB | 2011-06-22 17:26:21 |
Changelog:
- * 2011-02-16 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-8
- drop the custom linker script, it's not needed
- * 2011-02-16 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-7
- bring forward changes to build with -z nodelete (#677338)
- * 2011-01-25 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-6
- add a proposed patch to avoid losing password expiration warnings relayed via policy controls when expiration is less than a day away (based on patch from Masahiro Matsuya, #637190, upstream #407)
- * 2010-03-23 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-5
- require the pam package explicitly, so that /%{_lib}/security won't be an orphaned directory (part of #553857)
- * 2010-02-25 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-4
- stop increasing the bind and search timelimits beyond their defaults
- * 2010-02-19 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-3
- make mentions of pam_ldap.conf and %{name}.conf more consistent (rcritten) - drop no-longer-used .versions file
- * 2010-01-18 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-2
- fix source URLs
- * 2010-01-08 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 185-1
- split out pam_ldap as a separate source package, update URL, change %{version} to reflect pam_ldap's versioning rather than nss_ldap's - set config file to /etc/pam_ldap.conf, rootbindpw file /etc/pam_ldap.secret - drop %post bits that care about upgrades from RHL 7.2 - drop %post/%postun calls to ldconfig - drop buildrequires on openssl-devel, krb5-devel, cyrus-sasl-devel - update to version 185 - drop now-obsolete patches to the rebind callback - add %pre logic for the upgrading-from-a-non-split-nss_ldap case
- * 2009-11-04 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 264-8
- add "rtkit" and "pulse" to the list of users whom we default to ignoring for looking up supplemental groups (Gordon Messmer, part of #186527)
- * 2009-07-28 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> 264-7
- set close-on-exec on the dummy socket created in the child atfork() (#512856)