* NEWS, libmisc/find_new_gid.c, libmisc/find_new_uid.c: Do not use
getpwent / getgrent for system accounts. Trying the low-IDs with getpwuid / getgrgid should be more efficient on LDAP configured systems with many accounts.
This commit is contained in:
4
NEWS
4
NEWS
@@ -5,6 +5,10 @@ shadow-4.1.4.1 -> shadow-4.1.4.2 UNRELEASED
|
||||
- general
|
||||
* Improved support for large groups (impacts most tools).
|
||||
|
||||
- addition of system users or groups
|
||||
* Speed improvement. This should be noticeable in case of LDAP configured
|
||||
systems. This should impact useradd, groupadd, and newusers
|
||||
|
||||
- su
|
||||
* Preserve the DISPLAY and XAUTHORITY environment variables. This was
|
||||
only the case in the non PAM enabled versions.
|
||||
|
||||
Reference in New Issue
Block a user