JSI Tip 6537. Active Directory user accounts that end in dollar sign ($) can log on without the dollar sign?
Jerold Schulman
April 6, 2003
1 Min Read
If the user attempts to log on without the trailing $, the attempt issuccessful?
This behavior is by design and caused by Kerberos (and other authentication packages) retrying when the account is NOT found. When the package retries, it appends a $ to determine if the account is a machine account or a user account, because Windows domains store computer account names with an appended $.
NOTE: An exception to this rule is when both accounts exist, xxxx and xxxx$. In this case the log on only succeeds if the xxxx account is found.
NOTE: There is no rule prohibiting the use a $ in the user name.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like