diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-10 00:36:29 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-10 00:36:29 -0400 |
commit | 7b3b0b2a63f7e980adb630550c0dc9639ec09d7f (patch) | |
tree | 53463dabd80d8090ea60a77d19114bf31e529d07 /ChangeLog | |
parent | bc469bea5c7eb774b7f01fadb37564015ef22c3f (diff) | |
download | glibc-7b3b0b2a63f7e980adb630550c0dc9639ec09d7f.tar glibc-7b3b0b2a63f7e980adb630550c0dc9639ec09d7f.tar.gz glibc-7b3b0b2a63f7e980adb630550c0dc9639ec09d7f.tar.bz2 glibc-7b3b0b2a63f7e980adb630550c0dc9639ec09d7f.zip |
More configurability for secondary group lookup
Together with a previous patch which introduced the initgroups
entry in nsswitch.conf this patch allows more customization of
the lookups for initgroups/getgrouplist. Nothing changes if
the groups entry in nsswitch.conf is used. If the initgroups entry
is used instead the code now doesn't automatically continue looking
for more entries aftedr a successful lookup. Instead the normal
rules are followed which do specify that by default no more
service is consulted. This can be overwritten with
[SUCCESS=continue]
appropriately placed in the line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-05-10 Ulrich Drepper <drepper@gmail.com> + + [BZ #11257] + * grp/initgroups.c (internal_getgrouplist): When we found the service + list through the initgroups entry in nsswitch.conf do not always + continue on a successful lookup. Don't always use the + __nss_group_data-ase value if it is set. + * nss/nsswitch.conf (initgroups): Change action for successful db + lookup to continue for compatibility. + 2011-05-09 Ulrich Drepper <drepper@gmail.com> [BZ #11532] |