|
Posted by Skywing on March 2, 2006, 12:13 pm
Please log in for more thread options As a quick addition to this, you might have to upgrade the NT machine to
more recent OS first if it is not already a domain controller - as I recall,
the NT4 domain controller creation process wipes existing user accounts.
> If this is a domain scenario (or you can make the NT machine into a new
> domain controller for a new domain), you should be able to synchronize
> user accounts with domain replication if you join the Win2003 machine to
> the domain and make it a domain controller. This may or may not be an
> option for you, but I have used it in the past.
>
>> I'm programming a Windows NT --> two --> Windows 2003 user sincronization
>> utility.
>> I have NT usernames and password hashes (that I get with pwdump2.exe) so
>> I need to know how to create in Windows 2003 the same user name with this
>> hash. I tried with the NetUserAdd api function but it only accepts a
>> string password as parameters.
>>
>> Any ideas?
>> Thanks!
>>
>
>
|