someone at work said that i've to save usernames (data) in a session in
servlet. so that, each user will be able to see only his/her info.
the problem i'm facing now is, all logged in users have to use the info of the
user logged in last.
oh good guys, please help..
View the original post :
ht
before setting the application security to LDAP, i used to do it like:
String username = getThreadLocalRequest().getRemoteUser();
and could get city of the username.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138938#4138938
Reply to the post :
http://ww
Here's what I did. I created a simple web app with a few html pages, some
within directories, and set up security in the web.xml to restrict access to
the directories based on an ldap group.
When things were not working for me, I added quite a bit of logging code to the
ldap login module class