summaryrefslogtreecommitdiff
path: root/source3/libsmb/clisecdesc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-12-04 04:58:40 +0000
committerAndrew Tridgell <tridge@samba.org>2000-12-04 04:58:40 +0000
commit5092ad82bac2d8aa07122dfdb26a425a35e1084a (patch)
treea8df87126c13d9d9d222197c153dedef830b3699 /source3/libsmb/clisecdesc.c
parente9a4389d2e2e5569f163fb8f3b638558b255e111 (diff)
downloadsamba-5092ad82bac2d8aa07122dfdb26a425a35e1084a.tar.gz
samba-5092ad82bac2d8aa07122dfdb26a425a35e1084a.tar.bz2
samba-5092ad82bac2d8aa07122dfdb26a425a35e1084a.zip
removed SACL support (as it doesn't work with w2k if you ask for
SACLs) (This used to be commit 52b27d75e12eeeb52b3a93952900809c2ee0b992)
Diffstat (limited to 'source3/libsmb/clisecdesc.c')
-rw-r--r--source3/libsmb/clisecdesc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/clisecdesc.c b/source3/libsmb/clisecdesc.c
index d572af3db4..b56e1ea688 100644
--- a/source3/libsmb/clisecdesc.c
+++ b/source3/libsmb/clisecdesc.c
@@ -39,7 +39,7 @@ SEC_DESC *cli_query_secdesc(struct cli_state *cli,int fd)
SEC_DESC *ret;
SIVAL(param, 0, fd);
- SSVAL(param, 4, 0xf);
+ SSVAL(param, 4, 0x7);
if (!cli_send_nt_trans(cli,
NT_TRANSACT_QUERY_SECURITY_DESC,
@@ -107,7 +107,7 @@ BOOL cli_set_secdesc(struct cli_state *cli,int fd, SEC_DESC *sd)
}
SIVAL(param, 0, fd);
- SSVAL(param, 4, 0xf);
+ SSVAL(param, 4, 0x7);
if (!cli_send_nt_trans(cli,
NT_TRANSACT_SET_SECURITY_DESC,