diff --git a/ChangeLog b/ChangeLog index 393be10851..96d1b9c744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-08-19 Carlos O'Donell + + * nscd/nscd.conf: Add warning and comment about shared option. + 2019-08-19 Carlos O'Donell * nss/nsswitch.conf: Expand comments, and simplify defaults. diff --git a/nscd/nscd.conf b/nscd/nscd.conf index 39b875912d..487ffe461d 100644 --- a/nscd/nscd.conf +++ b/nscd/nscd.conf @@ -3,6 +3,9 @@ # # 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 @@ -23,6 +26,9 @@ # check-files # persistent # shared +# 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 # auto-propagate #