Samba getgrnam() fix for 2.2.7a:
| Patch: | samba-2.2.7a-getgrnam.patch (682 bytes) |
| RPM: | samba-2.2.7a-1maj.i386.rpm (11 MB) |
| Source RPM: | samba-2.2.7a-1maj.src.rpm (5.0 MB) |
Samba getgrnam() fix for 2.2.5:
| Patch: | samba-2.2.5-getgrnam.patch (682 bytes) |
| RPM: | samba-2.2.5-2maj.i386.rpm (11 MB) |
| Source RPM: | samba-2.2.5-2maj.src.rpm (4.1 MB) |
This patch removes the use of the getgrent() function that slows LDAP authentication down and replaces it with a getgrnam() routine. This patch is know to break Tru64 UNIX which has a broken getgrnam() function.