[jboss-user] [Beginners Corner] - Re: LDAP login

2008-03-27 Thread lema
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

[jboss-user] [Beginners Corner] - Re: LDAP login

2008-03-26 Thread lema
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

[jboss-user] [Beginners Corner] - Re: ldap

2007-03-05 Thread PeterJ
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