You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
444 B
17 lines
444 B
7 years ago
|
Do not set initgroups. The commented-out setting reflects the
|
||
|
glibc default (derived from group).
|
||
|
|
||
|
Index: b/releng/nsswitch.conf
|
||
|
===================================================================
|
||
|
--- a/releng/nsswitch.conf
|
||
|
+++ b/releng/nsswitch.conf
|
||
|
@@ -33,7 +33,7 @@
|
||
|
passwd: files sss
|
||
|
shadow: files sss
|
||
|
group: files sss
|
||
|
-initgroups: files
|
||
|
+#initgroups: files sss
|
||
|
|
||
|
#hosts: db files nisplus nis dns
|
||
|
hosts: files dns
|