diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:13:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:13:04 +0000 |
commit | ca677a6d8d361e5ab7a9794cfaafcb231b379a1d (patch) | |
tree | 66492b2981b055256470b9893ca9d0cc2096f856 | |
parent | c565c98723f1fab04d47ae6076d742c8ee2dcb49 (diff) | |
download | samba-ca677a6d8d361e5ab7a9794cfaafcb231b379a1d.tar.gz samba-ca677a6d8d361e5ab7a9794cfaafcb231b379a1d.tar.bz2 samba-ca677a6d8d361e5ab7a9794cfaafcb231b379a1d.zip |
playing with CAP_NT_SMBS
(This used to be commit 3eff509a65d164d66eb70f51ef115acd7328266c)
-rw-r--r-- | source3/utils/smbfilter.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |