summaryrefslogtreecommitdiffstats
path: root/src/monitor
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-07-29 15:24:34 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-08 00:38:31 +0200
commitdb440b3ba6b848010cf2a1fe9f76db394ce860da (patch)
treeb0ff5035e0bde88366c2b96bf87a5d3c60e52483 /src/monitor
parentada4d12f2e625ad553c6944b7d84bff144c31398 (diff)
downloadsssd-db440b3ba6b848010cf2a1fe9f76db394ce860da.tar.gz
sssd-db440b3ba6b848010cf2a1fe9f76db394ce860da.tar.xz
sssd-db440b3ba6b848010cf2a1fe9f76db394ce860da.zip
NSS: Clear cached netgroups if a request comes in from the sss_cache
In order for sss_cache to work correctly, we must also signal the nss responder to invalidate the hash table requests. https://fedorahosted.org/sssd/ticket/1759
Diffstat (limited to 'src/monitor')
-rw-r--r--src/monitor/monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 8882e4dbd..67811ac16 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -1347,6 +1347,7 @@ static void monitor_hup(struct tevent_context *ev,
service_signal_rotate(cur_svc);
if (!strcmp(NSS_SBUS_SERVICE_NAME, cur_svc->name)) {
service_signal_clear_memcache(cur_svc);
+ service_signal_clear_enum_cache(cur_svc);
}
if (!strcmp(SSS_AUTOFS_SBUS_SERVICE_NAME, cur_svc->name)) {