password migration issue
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
password migration issue

 
Post new topic   Reply to topic    Windows Server Forum Index -> Migration
Author Message
Rob
Guest





Posted: Sun Nov 13, 2005 5:50 pm    Post subject: password migration issue Reply with quote

I use ADMT to migrate password from nt 4.0 to windows 2003 and that is now
working, but the first time the user logs on, it is forcing them to change
their password. The client does not want them to have to change their
password. That is the reason for migrating. How can I change the default
to not force them to change their password?

Thanks in advance.
Back to top
Ada Pan [MSFT]
Guest





Posted: Mon Nov 14, 2005 8:54 am    Post subject: RE: password migration issue Reply with quote

Hello Rob,

According to your description, I understand that you don't want the
migrated user to be prompted to change the password.

In Windows Server 2003, if password is set using the hash, the "ser must
change password at next logon" attribute is set automatically by the
system. ADMT can not retrieve the clear text password and use the hash of
the password so user was forced to change the password at next logon

You may use a registry key to control this:

Key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa
Value name: SamRestrictOwfPasswordChange
Data type: REG_DWORD

Allowed values: 0, 1, 2
0 - old behavior, client can change password through OWF password change
API, and the new password remains unexpired.
1 - .NET Server default behavior, client can change password through OWF
password change API SamrChangePasswordUser), but the password expires
immediately.
2 - more secure behavior, client can''''t use OWF password change API. This
API (SamrChangePasswordUser) will be totally disabled and return
STATUS_ACCESS_DENIED for all clients except for LocalSystem and members of
builtin administrators group.

Please set the SamRestrictOwfPasswordChange to 0 on all the DCs so that the
migrated users will not be prompted to change password.

Hope it helps!

Regards,

Ada Pan

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Migration All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB