Displaying 1 result from an estimated 1 matches for "password02".
Did you mean:
password01
2020 Jul 22
3
rpcclient & smbpasswd user PASSWORD_MUST_CHANGE
...chgpasswd2' with an anonymous logon I simply got an ACCESS_DENIED. I decided to ran wirehsark to see what happen under the hood for both clients. The main diff>
Commands :
rpcclient -U "" 10.10.10.2
Enter WORKGROUP\'s password:
rpcclient $> chgpasswd2 test Password01! Password02!
result was NT_STATUS_ACCESS_DENIED
Also when using rpcclient client with another account which is a domain user (i.e : Test2) and calling 'chgpasswd2' on the user 'Test' this is working fine ! (Indeed the Connect5 worked and thus 'ChangePasswordUser2 get called)
Commands:...