+2019-08-19 Carlos O'Donell <carlos@redhat.com>
+
+ * nscd/nscd.conf: Add warning and comment about shared option.
+
2019-08-19 Carlos O'Donell <carlos@redhat.com>
* nss/nsswitch.conf: Expand comments, and simplify defaults.
#
# An example Name Service Cache config file. This file is needed by nscd.
#
+# WARNING: Running nscd with a secondary caching service like sssd may lead to
+# unexpected behaviour, especially with how long entries are cached.
+#
# Legal entries are:
#
# logfile <file>
# check-files <service> <yes|no>
# persistent <service> <yes|no>
# shared <service> <yes|no>
+# NOTE: Setting 'shared' to a value of 'yes' will accelerate the lookup,
+# but those lookups will not be counted as cache hits
+# i.e. 'nscd -g' may show '0%'.
# max-db-size <service> <number bytes>
# auto-propagate <service> <yes|no>
#