summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorPierre Carrier <pcarrier@redhat.com>2010-09-14 16:43:39 -0700
committerJeremy Allison <jra@samba.org>2010-09-14 16:43:39 -0700
commiteeb24afd78a6448e808aaf96dbd7d5abf51bbd40 (patch)
tree259985fbd4f6a16dd3352c21f312fc56279e0307 /source3/include/proto.h
parent0b270f014f67b8ff49b70fb41b2cceac121f337e (diff)
downloadsamba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.gz
samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.bz2
samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.zip
Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f089c696f0..e1751e803f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3539,6 +3539,7 @@ int lp_smb_encrypt(int );
char lp_magicchar(const struct share_params *p );
int lp_winbind_cache_time(void);
int lp_winbind_reconnect_delay(void);
+int lp_winbind_max_clients(void);
const char **lp_winbind_nss_info(void);
int lp_algorithmic_rid_base(void);
int lp_name_cache_timeout(void);