An updated nss_ldap package that fixes various bugs is now available.
The nss_ldap package contains the nss_ldap and pam_ldap modules. The
nss_ldap module is a plug-in which allows applications to retrieve
information about users and groups from a directory server. The pam_ldap
module allows PAM-aware applications to use a directory server to verify
user passwords.
This updated package addresses the following bugs:
* when resolving group membership information for a user, if the user
belonged to a nested group (that is, the group itself belonged to another
group), heap corruption and segmentation faults occurred. This update
backports improved parsing code which allows nss_ldap to handle nested
groups successfully. (BZ#426209, BZ#444086)
* nscd failed to close file descriptors when run against an LDAP
directory service. This resulted in loops which consumed all available
CPU. All file descriptors are now closed as part of this process, so the
error no longer presents. (BZ#491419)
* nss_ldap did not support paged results, so only partial lists were
returned when ennumerating users with getpwent(). Paged results are now
enabled and user lists should now be returned in full. (BZ#444058)
* man pages have been updated to include nss_ldap.5 and pam_ldap.5.
(BZ#447819)
Users are advised to upgrade to this updated package, which
resolves these issues.
Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.
This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259
| Red Hat Desktop (v. 4) |
|
| SRPMS: |
| nss_ldap-253-7.el4.src.rpm |
e303f8151e8c2b68415c204c9f1c6735 |
| |
| IA-32: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| |
| x86_64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.x86_64.rpm |
e67017885baa3fd212de9d7d38c9d7ee |
| |
| Red Hat Enterprise Linux AS (v. 4) |
|
| SRPMS: |
| nss_ldap-253-7.el4.src.rpm |
e303f8151e8c2b68415c204c9f1c6735 |
| |
| IA-32: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| |
| IA-64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.ia64.rpm |
f143bb8f24eb1e246dfa196c05d7693f |
| |
| PPC: |
| nss_ldap-253-7.el4.ppc.rpm |
ee98d6d5bf3a2fee5cbe65302342437a |
| nss_ldap-253-7.el4.ppc64.rpm |
5268b307248264586a0caef52ae60f8a |
| |
| s390: |
| nss_ldap-253-7.el4.s390.rpm |
81c04ac52cc0a500567c34a429c48414 |
| |
| s390x: |
| nss_ldap-253-7.el4.s390.rpm |
81c04ac52cc0a500567c34a429c48414 |
| nss_ldap-253-7.el4.s390x.rpm |
728261af95ea143dc2fc6c02cfbdae73 |
| |
| x86_64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.x86_64.rpm |
e67017885baa3fd212de9d7d38c9d7ee |
| |
| Red Hat Enterprise Linux ES (v. 4) |
|
| SRPMS: |
| nss_ldap-253-7.el4.src.rpm |
e303f8151e8c2b68415c204c9f1c6735 |
| |
| IA-32: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| |
| IA-64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.ia64.rpm |
f143bb8f24eb1e246dfa196c05d7693f |
| |
| x86_64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.x86_64.rpm |
e67017885baa3fd212de9d7d38c9d7ee |
| |
| Red Hat Enterprise Linux WS (v. 4) |
|
| SRPMS: |
| nss_ldap-253-7.el4.src.rpm |
e303f8151e8c2b68415c204c9f1c6735 |
| |
| IA-32: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| |
| IA-64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.ia64.rpm |
f143bb8f24eb1e246dfa196c05d7693f |
| |
| x86_64: |
| nss_ldap-253-7.el4.i386.rpm |
d5f23ad7ffe64e364cca15897d7d1a6d |
| nss_ldap-253-7.el4.x86_64.rpm |
e67017885baa3fd212de9d7d38c9d7ee |
| |
(The unlinked packages above are only available from the Red Hat Network)
|
444058 - [RFE] getpwent() not working with nss_ldap+ lots of users; add '--enable-paged-results' for nss_ldap
447819 - nss_ldap is missing man pages
491419 - leaking file descriptors