Tomas,
If your IT group names the desktops in your office after the users (ie.
joeblow.somecompany.com) you can use the request.getRemoteHost() method.
Otherwise, If your intranet uses static IPs, (which I doubt it does), you
could create a mapping of IP address and user name in a file and then use
the request.getRemoteAddr() method.

-Richard

At 01:23 PM 9/19/01 -0400, you wrote:
>Hi gurus!
>
>I am working on UI for some sort of file routing system. UI is done using
>JSP. All this runs on Intranet. I need to identify user based on OS
>username. I know I can get username using applet and
>System.getProperty("user.name") but this involves security issues(I need to
>change secutiry settings to allow it). Is there any way in
>JSP/HTML/JavaScript to get OS username without user authentication? Thanks
>
>Tomas
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to