Re: [Acegisecurity-developer] Extending the Default LdapAuthoritiesPopulator

2006-02-13 Thread Luke Taylor
Sorry, I forgot to reply to this. I'll add an accessor method for the context factory. [EMAIL PROTECTED] wrote: I'd like to extend the Default LdapAuthoritiesPopulator is it possible to make the: private InitialDirContextFactory initialDirContextFactory = null; protected? --

RE: [Acegisecurity-developer] Preparing for 1.0.0 RC2

2006-02-13 Thread Garvey, Paul M (GE Comm Fin)
Scott, This is my recommendation, the following snippets below shows how I cleanly got Siteminder/Acegi to work. Look at the requiresAuthentication() method below it should be overridden by the SiteminderAuthenticationProcessingFilter instead. Do you have an issues or concerns with the