Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        nss_ldap: NSS library and PAM module for LDAP.
        
        
        - Summary
 
        - This package includes two LDAP access clients: nss_ldap and pam_ldap.
Nss_ldap is a set of C library extensions that allow X.500 and LDAP
directory servers to be used as a primary source of aliases, ethers,
groups, hosts, networks, protocol, users, RPCs, services, and shadow
passwords (instead of or in addition to using flat files or NIS).
Pam_ldap is a module for Linux-PAM that supports password changes, V2
clients, Netscape's SSL, ypldapd, Netscape Directory Server password
policies, access authorization, and crypted hashes.
 
        
        
        Changelog
        
            - * Wed Aug  1 19:00:00 2007 Nalin Dahyabhai <nalin{%}redhat{*}com> 226-20
 
            - add backported fix to not ignore connections to the server if the socket
  descriptor is somehow 0 and LDAP_OPT_DESC isn't defined (part of #230572)
 
        
            - * Mon Jul 30 19:00:00 2007 Nalin Dahyabhai <nalin{%}redhat{*}com>
 
            - add backported fix for upstream #219 - also apply filter from a service
  search descriptor for enumerations (part of #230572)
- log the LDAP error and server name in case of bind failures (part of #230573)
- log the server name on successful reconnect (part of #230573)
- add backported implementation of the "nss_initgroups_ignoreusers" option
  (part of #230573)
 
        
            - * Sun Jul 29 19:00:00 2007 Nalin Dahyabhai <nalin{%}redhat{*}com>
 
            - add backported patch to delay the bind from initialization-time to when
  the first query is made (#230578)
- backport patch to report a mapped error based on the LDAP result of the bind
  attempt rather than just treating an LDAP result as an NSS result, and to
  only try a reconnect if we had probems connecting (#230577)