From 3eee7625b1c497a6f87a2d11710a4d7c4ff58fa1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Dec 2000 07:38:06 +0000 Subject: added a comment (This used to be commit 032442802f73948e3af2c86fee0d58f82e47f673) --- source3/utils/smbcacls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/smbcacls.c') diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 7f6275c6ca..570a0b3155 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -317,6 +317,8 @@ static void cacl_set(struct cli_state *cli, char *filename, return; } + /* the desired access below is the only one I could find that works with + NT4, W2KP and Samba */ fnum = cli_nt_create(cli, filename, MAXIMUM_ALLOWED_ACCESS | 0x60000); if (fnum == -1) { printf("Failed to open %s: %s\n", filename, cli_errstr(cli)); -- cgit