« Return to Thread: high level design from wiki

Re: high level design from wiki

by Angela Cymbalak :: Rate this Message:

| View in Thread

JBoss has a login module for LDAP
http://wiki.jboss.org/wiki/LdapLoginModule
The site
http://wiki.jboss.org/wiki/SecurityFAQ?action=e&windowstate=normal&mode=view 
implies that jdbc connections can be used.  I didn't find a link to
it directly during my quick serach:
Q11: When I change the security information in the backend store
(jdbc, ldap, etc.), why aren't the changes are not immeadiately seen?
A11: Because the security manager caches credentials by default. See
<http://wiki.jboss.org/wiki/CachingLoginCredentials>CachingLoginCredentials
for information on configuring the cache and flushing the cache.

I'll try to look up WebLogic after my next meeting.

Angie

At 02:18 AM 7/22/2008, you wrote:

>>I didn't check
>>what options Geronimo, JBoss or WebLogic provide.
>
>Geronimo handles authentication via JAAS and provides
>login modules for LDAP as well as database backends.
>
>http://cwiki.apache.org/GMOxDOC21/configuring-login-modules.html
>http://cwiki.apache.org/GMOxDOC21/ldap-realm.html
>http://cwiki.apache.org/GMOxDOC21/database-sql-realm.html
>
>cheers,
>   Roland
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: projects-unsubscribe@...
>For additional commands, e-mail: projects-help@...
>



---------------------------------------------------------------------
To unsubscribe, e-mail: projects-unsubscribe@...
For additional commands, e-mail: projects-help@...

 « Return to Thread: high level design from wiki