Re: [Acegisecurity-developer] LdapAuthenticationProvider and Chaining Providers

2006-02-06 Thread Tyler Nelson
Hi Ben,I will look at additionalAuthenticationChecks, somehow i missed that. What I did on Friday was create a new Provider that takes multiple Providers and requires that all nested providers authenticate correctly. This nested provider solution or additionalAuthenticationChecks can solve my

Re: [Acegisecurity-developer] LdapAuthenticationProvider and Chaining Providers

2006-02-06 Thread Baba . Buehler
@lists.sourceforge.net cc Subject [Acegisecurity-developer] LdapAuthenticationProvider and Chaining Providers Hi all, I just switched to use the new LdapAuthenticationProvider instead my previous fork of the Acegi LDAP sandbox provider, and I have to say the new stuff is very sexy. Good

Re: [Acegisecurity-developer] LdapAuthenticationProvider and Chaining Providers

2006-02-05 Thread Ben Alex
Tyler Nelson wrote: The provider manager seems to only need one provider to authenticate, not all . What would be the suggested way to handle this situation. besides extending ProviderManager? Could you subclass LdapAuthenticationProvider and override additionalAuthenticationChecks? For the