-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Removes the level-zero DEBUG message and modifies the syslog message to explain that NSCD is safe for maps that SSSD does not (yet) support.
Fixes https://fedorahosted.org/sssd/ticket/774 - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAk00aTkACgkQeiVVYja6o6NY+wCfTul8B1RT8d+WvSfHTCXKGSxY NZ8AoKFaXpQ0/xjwrLSIZqYQGQN4JqIv =bOnL -----END PGP SIGNATURE-----
From 4a1a474018aa4c98072cb11bb5b1c28c2d6f8de3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher <sgall...@redhat.com> Date: Mon, 17 Jan 2011 11:06:02 -0500 Subject: [PATCH] Clarify nscd warning Removes the level-zero DEBUG message and modifies the syslog message to explain that NSCD is safe for maps that SSSD does not (yet) support. --- src/monitor/monitor.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index bee27e8b9667360c65d1d164020e4a1872e29cc3..4487ce9fdd8e5120d0f5dfea884d44ce2cbf68a4 100644 --- a/src/monitor/monitor.c +++ b/src/monitor/monitor.c @@ -2310,11 +2310,12 @@ int main(int argc, const char *argv[]) /* Warn if nscd seems to be running */ ret = check_file(NSCD_SOCKET_PATH, -1, -1, -1, CHECK_SOCK, NULL); if (ret == EOK) { - DEBUG(0, ("WARNING: nscd appears to be running\n")); sss_log(SSS_LOG_NOTICE, "nscd socket was detected. As nscd caching capabilities " - "may conflict with SSSD, it is recommended to not run " - "nscd in parallel with SSSD"); + "may conflict with SSSD for users and groups, it is " + "recommended to not run nscd in parallel with SSSD, unless " + "nscd is configured not to cache the passwd, group and" + "netgroup nsswitch maps."); } /* Parse config file, fail if cannot be done */ -- 1.7.3.4
0001-Clarify-nscd-warning.patch.sig
Description: PGP signature
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel