diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-29 11:16:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-29 11:16:30 -0400 |
commit | 125ee683b3bfcd3868ffc29d5ee303433383312d (patch) | |
tree | 1c67632571078993ff27b76a0edefa2442fdd6da /nss/nsswitch.conf | |
parent | b722481ac27a296c5e4c4ef5ebb85f48a9efac95 (diff) | |
download | glibc-125ee683b3bfcd3868ffc29d5ee303433383312d.tar.gz glibc-125ee683b3bfcd3868ffc29d5ee303433383312d.tar.xz glibc-125ee683b3bfcd3868ffc29d5ee303433383312d.zip |
Add finer grained control for initgroups lookups to NSS.
Diffstat (limited to 'nss/nsswitch.conf')
-rw-r--r-- | nss/nsswitch.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/nsswitch.conf b/nss/nsswitch.conf index 4d2a76376d..73736a61ae 100644 --- a/nss/nsswitch.conf +++ b/nss/nsswitch.conf @@ -5,6 +5,7 @@ passwd: db files group: db files +initgroups: db files shadow: db files gshadow: files |