r18703: Fix the annoying effect that happens when nscd is running:
authorGünther Deschner <gd@samba.org>
Wed, 20 Sep 2006 00:15:50 +0000 (00:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:00:49 +0000 (12:00 -0500)
commita3e1f7e44d2d6a5ef801badc189b3dcf19dc72d9
tree67dab5b2cd86ec9a19a77af60cadfd236d2d878e
parent47bb2e183961c7b9726002c6747ec3289898d043
r18703: Fix the annoying effect that happens when nscd is running:

We usually do not get the results from user/group script modifications
immediately. A lot of users do add nscd restart/refresh commands into
their scripts to workaround that while we could flush the nscd caches
directly using libnscd.

Guenther
(This used to be commit 7db6ce295afbedfada7b207ad56566d2195a0d21)
12 files changed:
source3/Makefile.in
source3/groupdb/mapping.c
source3/include/includes.h
source3/lib/util.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_dual.c
source3/nsswitch/winbindd_util.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/utils/net_rpc_samsync.c