summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-05-05 11:25:07 +0000
committerAndrew Tridgell <tridge@samba.org>1996-05-05 11:25:07 +0000
commit11f7553c7495ecae3e918d8329107174c2ce0149 (patch)
tree7a140f85b6d30e1ba727d65ad3f29b54f3190242 /source3/include/local.h
parent341a401b4802b2759092819ab5e50fe237a406d9 (diff)
downloadsamba-11f7553c7495ecae3e918d8329107174c2ce0149.tar.gz
samba-11f7553c7495ecae3e918d8329107174c2ce0149.tar.bz2
samba-11f7553c7495ecae3e918d8329107174c2ce0149.zip
turn on KEEP_PASSWORD_SERVER_OPEN by default
(This used to be commit d2676cdd0b44fc4fc825118e510bac2c3f1e40d9)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 2775453e15..fba7955902 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -163,5 +163,8 @@
/* shall we support browse requests via a FIFO to nmbd? */
#define ENABLE_FIFO 1
+/* keep the password server open, this uses up a aocket, but is needed
+ by many apps */
+#define KEEP_PASSWORD_SERVER_OPEN 1
#endif