Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Windows Login Name

From: Amir S. Anwar (2014-07-10 02:08)

Dear All , 
Is there a way to get the client username (windows user name) and save it back to mxsession table - for example in clienthost filed - .
I have tried to change this line in login.jsp
s.setClientHost(request.getRemoteHost());
to 
s.setClientHost(request.getRemoteUser());
but it alawys return null.
We are running MAM 7.5 with native authentication , WAS 7 , SQL 2008 R2
So .. any ideas