summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_samr.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-01 18:11:57 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-01 18:11:57 +0000
commit860688f6e71fca58fee50e364224ee0f6e4f4da4 (patch)
tree60c13a2b42fedb4b1470e671b470954af051df6c /source3/rpcclient/cmd_samr.c
parent0db243bacb356ce4787c1de7e12832942b55e9e1 (diff)
downloadsamba-860688f6e71fca58fee50e364224ee0f6e4f4da4.tar.gz
samba-860688f6e71fca58fee50e364224ee0f6e4f4da4.tar.bz2
samba-860688f6e71fca58fee50e364224ee0f6e4f4da4.zip
error-code checking in lsa_lookup_sids. anonymous connections for
domain info. adjusting net_srv_get_info function. (This used to be commit 42eb916fae0d377f8908dfc42b332e6a53c4e2d9)
Diffstat (limited to 'source3/rpcclient/cmd_samr.c')
-rw-r--r--source3/rpcclient/cmd_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index 08dedac701..1d29403842 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -1676,7 +1676,7 @@ void cmd_sam_query_dominfo(struct client_info *info)
BOOL res = True;
fstring info_str;
uint32 switch_value = 2;
- uint32 ace_perms = 0x304; /* absolutely no idea. */
+ uint32 ace_perms = 0x02000000; /* absolutely no idea. */
SAM_UNK_CTR ctr;
sid_to_string(sid, &info->dom.level5_sid);