Hello, all. I want to retrieve the username from the
client machine and include it as part of a request to an
ASP or ASP.NET page. I don't care how it's scripted as
long as it comes from the client machine. It can read an
environment variable or retrieve it directly from the OS
or whatever...
I want to be able to query a user's attributes from AD
using an LDAP query, so if someone knows a way to grab the
current user's directory info without the gymnastics
associated with intuiting the username from the OS, that'd
be fine, too.
Thanks,
-- Rob
arth - 19 Oct 2003 13:31 GMT
request.servervariables("LOGON_USER") should do it assuming you are not
allowing anonymous access to the asp...
Arth
> Hello, all. I want to retrieve the username from the
> client machine and include it as part of a request to an
[quoted text clipped - 11 lines]
> Thanks,
> -- Rob