Missing "log on to" field in Windows 2008 password change dialog

Posted by Dmitri Chubarov on Server Fault See other posts from Server Fault or by Dmitri Chubarov
Published on 2012-05-30T08:07:18Z Indexed on 2012/05/31 4:42 UTC
Read the original article Hit count: 498

Filed under:

I have to setup an embedded standalone CIFS server outside of domain environment. I shall refer to the server as storage_gateway.

The default password setting for the Administrator account is Password must be changed. Until Administrator password is changed other local accounts are disabled.

While the server is on default password connecting to a share causes fails with NT_STATUS_PASSWORD_MUST_CHANGE error.

   $ smbclient -L //storage_gateway -U Administrator
   session setup failed: NT_STATUS_PASSWORD_MUST_CHANGE

I have a mixed Linux/Windows environment and prefer smbclient for diagnostics.

To change the password in Windows 2003 Server I could press CTRL-ALT-DEL to get into the Windows Security window and change password for the remote server specifying the server name or ip address (xx.xx.xx.xx) in the system password change dialog.

Windows 2003 password change dialog

(the name root is just an example, I have edited the dialogs to translate them)

However in Windows 2008 the corresponding dialog lacks the Log on to field.

enter image description here

Is there a way to change a remote password in Windows 2008 Server/Windows 7?

© Server Fault or respective owner

Related posts about windows-server-2008