Hi,
We are on a Windows network and I am writing a BSP application in which I want to identify the Windows user who is accessing the page. I don't need to authenticate the user, but I would like his Network logon ID. I believe that I can somehow obtain this, as the network ID must be passed along with the browser for NTLM authentication. Does anyone know how to do this?
Thanks and Regards,
Martin Ceronio
Hmmm...Neelan posts and signs with Martin.
Are you sure that NTLM authentication is used? As far as I know, this is not supported for WebAS.
Recommended reading:
<b>BSP Trouble Shooting: HTTP Browser Traces</b>
/people/brian.mckellar/blog/2003/10/12/bsp-trouble-shooting-http-browser-traces
Then afterwards you can tell us exactly what you saw in the HTTP headers. I suspect Basic Authentication.
I wonder whether the Windows userid will not be the same as WebAS userid? Is not sy-uname what you want? Probably not.
++bcm
Add a comment