LDAP

Sep 26 2004 4:38 PM
Thanks to some white papers I found in MSDN I have a webpage that successfully authenticates users with Active Directory when they log in. At the moment I am struggling with the next step and that is to extract and display certain details of the authenticated user, details such as email address and phone number etc. (I need these details to display in a series of online webforms so it saves the user from typing the necessary credentials again.) Do you think you can help me? I referred to the following links when writing the authentication part. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp Any assistance would be greatly appreciated.