diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-24 04:11:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-24 04:11:27 +0000 |
commit | a67b5ac62fcd3e8bcef668a29094635a548e5744 (patch) | |
tree | a8a4ef1f3231dbfb0422620c8cae5b891a0c1339 /source3/Makefile.in | |
parent | 27173b205f05aebd9226fa43fc40424bf8e79a72 (diff) | |
download | samba-a67b5ac62fcd3e8bcef668a29094635a548e5744.tar.gz samba-a67b5ac62fcd3e8bcef668a29094635a548e5744.tar.bz2 samba-a67b5ac62fcd3e8bcef668a29094635a548e5744.zip |
a new "dual daemon" operating mode for winbindd
this mode improves the response time of winbindd by having a
background process update the cache while the forground process
responds to queries from cache.
You can enable this mode using the -B command line option. It is quite
experimental, which is why it is not the default.
(This used to be commit c0feff97eefdf5a70e5973e247b395dbdf5d2ef2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index ae89778288..dee2daa6b9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -442,7 +442,8 @@ WINBINDD_OBJ1 = \ nsswitch/winbindd_cm.o \ nsswitch/winbindd_wins.o \ nsswitch/winbindd_rpc.o \ - nsswitch/winbindd_ads.o + nsswitch/winbindd_ads.o \ + nsswitch/winbindd_dual.o WINBINDD_OBJ = \ $(WINBINDD_OBJ1) $(NOPROTO_OBJ) $(PASSDB_OBJ) \ |