I have an asp.net page in VB that I am trying to populate the user field with the full name. The code below gets me the domain/username but I need the actual name of the person. How would I get that using LDAP and populate a text box? Thanks!
test = Right(Request.ServerVariables("REMOTE_USER"), 5)
MKozlowski
Member
508 Points
591 Posts
How can I retrieve the users full name using LDAP?
Dec 14, 2011 07:54 PM|LINK
Hi,
I have an asp.net page in VB that I am trying to populate the user field with the full name. The code below gets me the domain/username but I need the actual name of the person. How would I get that using LDAP and populate a text box? Thanks!
test = Right(Request.ServerVariables("REMOTE_USER"), 5)