From ca677a6d8d361e5ab7a9794cfaafcb231b379a1d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Feb 2001 10:13:04 +0000 Subject: playing with CAP_NT_SMBS (This used to be commit 3eff509a65d164d66eb70f51ef115acd7328266c) --- source3/utils/smbfilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/smbfilter.c b/source3/utils/smbfilter.c index 5d11c74d14..833221b10b 100644 --- a/source3/utils/smbfilter.c +++ b/source3/utils/smbfilter.c @@ -26,11 +26,11 @@ #define SECURITY_SET 0 /* this forces non-unicode */ -#define CAPABILITY_MASK CAP_UNICODE +#define CAPABILITY_MASK (CAP_NT_SMBS | CAP_RPC_REMOTE_APIS) #define CAPABILITY_SET 0 /* and non-unicode for the client too */ -#define CLI_CAPABILITY_MASK CAP_UNICODE +#define CLI_CAPABILITY_MASK 0 #define CLI_CAPABILITY_SET 0 static char *netbiosname; -- cgit