Ben,

You can use NTLM, LDAP, or Kerberos for that. The easiest (for both
you and your users) is NTLM. You'll want to use the Jespa library
(http://www.ioplex.com/). I am not affiliated with them in any way,
but I do use the product. With that, all you need to do is add some
settings to your web.xml file and you will be able to get the username
from your server-side code. Everything you will need is in their
documentation and they have a 60-day trial. After that it is limited
to 25 users. If you have 25 or fewer users, you can use their product
for free.

HTH,
Chad

On Nov 19, 10:13 am, Benjamin <bsaut...@gmail.com> wrote:
> A little stuck on this today, there are some posts on the subject but
> the seem outdated.
>
> I'm building a web app using GWT the is running internally on a JBOSS
> Server. I need to get the user name of the current user logged into
> the XP Workstation (via Active Directory) who is viewing the web
> site.
>
> In ASP.NET i would have set IIS to NT authentication and used
> request.servervaraibles("LOGON_USER") to get it
>
> I'm having trouble finding out the equivilitent in this framework. Any
> guidence would be much appreciated. I just need their user name and
> don't need to pass on any security tokens etc)
>
> Ben

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to