When a user logs in to a Windows Active Directory environment, his/her password is validated against an AD server. My question is what attribute is matched to the login name? Is it userPrincipalName or is it uid or something else?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After Jakob gave me the clue, I googled SAMAccountName and that lead me to userPrincipalName. It seems that samAccountName is for Windows 2K and legacy systems.
See http://msdn.microsoft.com/en-us/library/windows/desktop/ms679635%28v=vs.85%29.aspx for the details.