acegi
This is the archive for acegi.
Dive into the archives.
- Setting up LDAP with Pebble 2.0 M2 (and Acegi)
/ at least I didn't need to code read... much
Here’s what you’ll want to do:
First, modify WEB-INF/applicationContext-acegi-security.xml.
First, add the LDAP provider to the list in the provider manager:
<bean id=”authenticationManager”
class=”org.acegisecurity.providers.ProviderManager”>
<property name=”providers”>
<list>
<ref local=”ldapAuthProvider”/>
<ref local=”daoAuthenticationProvider”/>
<ref local=”rememberMeAuthenticationProvider”/>
</list>
[…]


Recent Comments