@ -2774,7 +2787,7 @@ key: A private key to prevent modification of the remember-me token
@@ -2774,7 +2787,7 @@ key: A private key to prevent modification of the remember-me token
@ -3126,7 +3139,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3126,7 +3139,7 @@ key: A private key to prevent modification of the remember-me token
<para>A typical configuration, using some of the beans we've discussed
@ -3143,13 +3156,13 @@ key: A private key to prevent modification of the remember-me token
@@ -3143,13 +3156,13 @@ key: A private key to prevent modification of the remember-me token
@ -3165,7 +3178,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3165,7 +3178,7 @@ key: A private key to prevent modification of the remember-me token
</bean>
</constructor-arg>
</bean>
</programlisting> This would set up the provider to access an LDAP
@ -3620,7 +3633,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3620,7 +3633,7 @@ key: A private key to prevent modification of the remember-me token
@ -3630,8 +3643,8 @@ key: A private key to prevent modification of the remember-me token
@@ -3630,8 +3643,8 @@ key: A private key to prevent modification of the remember-me token
@ -3642,11 +3655,11 @@ key: A private key to prevent modification of the remember-me token
@@ -3642,11 +3655,11 @@ key: A private key to prevent modification of the remember-me token
@ -3655,7 +3668,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3655,7 +3668,7 @@ key: A private key to prevent modification of the remember-me token
</property>
</bean>
</beans>
</programlisting>
<para>Note the granted authorities are ignored by CAS because it has
@ -3663,7 +3676,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3663,7 +3676,7 @@ key: A private key to prevent modification of the remember-me token
applications. CAS is only concerned with username and passwords (and
the enabled/disabled status).</para>
<para>Copy <literal>acegi-security.jar</literal> and
<para>Copy <literal>acegi-security.jar</literal> and
<literal>acegi-security-cas.jar</literal> files into
<literal>/localPlugins/lib</literal>. Now use the <literal>ant
war</literal> task in the <literal>build.xml</literal> in the
@ -3721,7 +3734,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3721,7 +3734,7 @@ key: A private key to prevent modification of the remember-me token
@ -3733,7 +3746,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3733,7 +3746,7 @@ key: A private key to prevent modification of the remember-me token
<para>You will also need to add the
<literal>CasProcessingFilter</literal> to web.xml:</para>
<para><programlisting>
<para><programlisting>
<filter>
<filter-name>Acegi CAS Processing Filter</filter-name>
@ -3798,7 +3811,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3798,7 +3811,7 @@ key: A private key to prevent modification of the remember-me token
@ -3807,7 +3820,7 @@ key: A private key to prevent modification of the remember-me token
@@ -3807,7 +3820,7 @@ key: A private key to prevent modification of the remember-me token
@ -4110,7 +4123,7 @@ key: A private key to prevent modification of the remember-me token
@@ -4110,7 +4123,7 @@ key: A private key to prevent modification of the remember-me token
file so that it contains a new entry under the
<literal><Policy></literal> section:</para>
<para><programlisting>
<para><programlisting>
<application-policy name = "SpringPoweredRealm">
@ -4120,7 +4133,7 @@ key: A private key to prevent modification of the remember-me token
@@ -4120,7 +4133,7 @@ key: A private key to prevent modification of the remember-me token
</login-module>
</authentication>
</application-policy>
</programlisting></para>
<para>Copy <literal>acegisecurity.xml</literal> into
@ -5224,7 +5237,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
@@ -5224,7 +5237,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {