summaryrefslogtreecommitdiff
path: root/source3/rpcclient/display_sec.c
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-12-12 15:25:22 +0000
committerJean-François Micouleau <jfm@samba.org>2001-12-12 15:25:22 +0000
commita5ba214479253425dc18521103945c7996f05583 (patch)
tree9a62cc938c3e38e702fddf8a3381ae55ae197472 /source3/rpcclient/display_sec.c
parent1c95d1d16b570b13ae8214f7659e0720500df4fd (diff)
downloadsamba-a5ba214479253425dc18521103945c7996f05583.tar.gz
samba-a5ba214479253425dc18521103945c7996f05583.tar.bz2
samba-a5ba214479253425dc18521103945c7996f05583.zip
added a -V[erbose] option to samsync. Decode a lot of information
I'm looking at chaining the credentials J.F. (This used to be commit d49c8e4d3d64b48e243d0f517b9e7f037103af13)
Diffstat (limited to 'source3/rpcclient/display_sec.c')
-rw-r--r--source3/rpcclient/display_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/display_sec.c b/source3/rpcclient/display_sec.c
index 009f88e49b..412f918344 100644
--- a/source3/rpcclient/display_sec.c
+++ b/source3/rpcclient/display_sec.c
@@ -56,7 +56,7 @@ char *get_sec_mask_str(uint32 type)
if (type & DELETE_ACCESS)
fstrcat(typestr, "DELETE_ACCESS ");
- printf("Specific bits: 0x%x\n", type&SPECIFIC_RIGHTS_MASK);
+ printf("\t\tSpecific bits: 0x%x\n", type&SPECIFIC_RIGHTS_MASK);
return typestr;
}