1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

added createalias command to rpcclient

(This used to be commit 4771d5451b)
This commit is contained in:
Luke Leighton
1998-12-03 22:20:30 +00:00
parent b99dc808df
commit 32167eda0d
7 changed files with 327 additions and 21 deletions

View File

@ -858,7 +858,7 @@ static void samr_reply_query_aliasinfo(SAMR_Q_QUERY_ALIASINFO *q_u,
if (q_u->switch_level == 3)
{
r_e.ptr = 1;
ctr.switch_value = 3;
ctr.switch_value1 = 3;
make_samr_alias_info3(&ctr.alias.info3, "<account description>");
}
else