summary refs log tree commit diff
path: root/nscd/nscd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/nscd.conf')
-rw-r--r--nscd/nscd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/nscd.conf b/nscd/nscd.conf
index 11d26b9efe..f972851116 100644
--- a/nscd/nscd.conf
+++ b/nscd/nscd.conf
@@ -19,6 +19,7 @@
 #       suggested-size		<service> <prime number>
 #	check-files		<service> <yes|no>
 #	persistent		<service> <yes|no>
+#	shared			<service> <yes|no>
 #
 # Currently supported cache names (services): passwd, group, hosts
 #
@@ -37,6 +38,7 @@
 	suggested-size		passwd		211
 	check-files		passwd		yes
 	persistent		passwd		yes
+	shared			passwd		yes
 
 	enable-cache		group		yes
 	positive-time-to-live	group		3600
@@ -44,6 +46,7 @@
 	suggested-size		group		211
 	check-files		group		yes
 	persistent		group		yes
+	shared			group		yes
 
 	enable-cache		hosts		yes
 	positive-time-to-live	hosts		3600
@@ -51,3 +54,4 @@
 	suggested-size		hosts		211
 	check-files		hosts		yes
 	persistent		hosts		yes
+	shared			hosts		yes