summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/rpcclient.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-18 19:29:08 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-18 19:29:08 +0000
commitc3913f8ae272c496fc4519141accf01ee9f1e49e (patch)
tree29d556e28930b5fb91a032502b060e2ce2d49d35 /source/rpcclient/rpcclient.c
parent3df7c903c5b70f336294a95ad864aedbacf544b0 (diff)
downloadsamba-c3913f8ae272c496fc4519141accf01ee9f1e49e.tar.gz
samba-c3913f8ae272c496fc4519141accf01ee9f1e49e.tar.xz
samba-c3913f8ae272c496fc4519141accf01ee9f1e49e.zip
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
samr opcode 0x25. _yet_ another failed attempt to get nt5rc2 to join a samba domain. what _is_ it with this stuff, dammit?
Diffstat (limited to 'source/rpcclient/rpcclient.c')
-rw-r--r--source/rpcclient/rpcclient.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c
index 6caefa06b2d..1103a76d916 100644
--- a/source/rpcclient/rpcclient.c
+++ b/source/rpcclient/rpcclient.c
@@ -442,6 +442,12 @@ commands[] =
{COMPL_NONE, COMPL_NONE}
},
{
+ "samuserset2",
+ cmd_sam_set_userinfo2,
+ "<username> [-s acb_bits] SAM User Set Info 2 (experimental!)",
+ {COMPL_SAMUSR, COMPL_NONE}
+ },
+ {
"samuserset",
cmd_sam_set_userinfo,
"<username> [-p password] SAM User Set Info (experimental!)",