Question
Looking up user's first and last name with Integrated Windows Authentication
Hello,
I am building an intranet web application and would like to use Integrated Windows Authentication. I am easily able to retrieve the user's Active Directory domain name and username (SAMAccountName) using any of the following:
cgi.remote_user
cgi.auth_user
GetAuthUser()
However I would like to have their first name and last name as well. Does anyone know how I can get this information?
Thanks!
Jon
