When a computer is joined onto a domain, how is the joined computer verified by the domain controller? I hear there is a SID involved. How is that SID generated? Is there any chance that the SID will change with the addition/removal of hardware/software? Appreciate if anyone could elaborate.
feedback
|
migrated from superuser.com Jul 7 '11 at 22:39
This question came from our site for computer enthusiasts and power users.
|
A "computer account" is created on the domain controller, using a randomly-generated password (which is stored in "LSA secrets" of the local registry and changed every few weeks). The computer account, like any other Windows NT account, is identified by a static SID, which is generated at account creation time (domain SID + incrementing RID); never changes (unless the account is deleted). The SID is not used for network authentication. | ||||
|
feedback
|
|
The SID is generated by the DC and will not change if hardware is changed. Cloning a system will copy the SID and give issues as noted by @The White Phoenix. | |||||
feedback
|