Re: [Acegisecurity-developer] ACL sanfbox status

2006-12-11 Thread Mat Lowery
Where would one find your recently checked-in demo? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Alex Sent: Thursday, December 07, 2006 3:18 PM To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] ACL

[Acegisecurity-developer] SiteminderAuthenticationProcessingFilter documentation needs correction?

2006-12-13 Thread Mat Lowery
is in this example. Can anyone verify? Mat Lowery Software Engineer Pentaho The Open Source Business Intelligence Company Citadel International, Suite 340 . 5950 Hazeltine National Dr. . Orlando, FL 32822, USA +1 407 812-OPEN (6736) Download the latest release today

[Acegisecurity-developer] JbossAcegiLoginModule update?

2007-02-15 Thread Mat Lowery
I would like to request feedback on a JBoss Portal/CAS/Acegi Security implementation. The implementation works now but I want to get feedback on it. My implementation uses CAS 3.0.5, JBoss Portal 2.4.1-SP1, and Acegi Security 1.0.2. Here's a walkthrough: 1. User requests portal page that

[Acegisecurity-developer] Correction on Acegi Documentation

2007-02-15 Thread Mat Lowery
In the Acegi Security documentation for CAS (http://acegisecurity.org/docbook/acegi.html#cas-server-3), the instructions say: Copy Acegi-security.jar file into /localPlugins/lib. I believe they should say: Copy Acegi-security.jar and Acegi-security-cas-1.0.2.jar files into /localPlugins/lib.

Re: [Acegisecurity-developer] Ldap and Roles in Oracle Database

2007-07-06 Thread Mat Lowery
How about implementing LdapAuthoritiesPopulator and delegating to a UserDetailsService such as JdbcDaoImpl? On Fri, 2007-07-06 at 21:07 +0530, Mallikarjun.Revgond wrote: Dear all, I’m using LDAP for authenticating USERNAME and PASSWORD. And again on successful validation , I want

[Acegisecurity-developer] DigestProcessingFilter doesn't populate Authentication with GrantedAuthority instances

2008-02-20 Thread Mat Lowery
My question was already asked by another user: http://forum.springframework.org/showthread.php?t=34626 (Item #1). I'll re-state that question. Using Acegi Security version 1.0.6 and the DigestProcessingFilter, how does the Authentication instance stored in the SecurityContextHolder get populated