Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add the following params to the ..\Tomcat 5.0\conf web.xml to declare the DistAuth Filter and mapping.. Basically these are configurable pieces that not everyone will need, but we should put them in. ProtectionLevel is most important (2 is default, 3 is AFS)
    <filter>

<filter-name>myfilter<name>ucdfilter</filter-name>

<filter-class>edu.ucdavis.security.distauth.AuthenticationFilter</filter-class>

...

</filter>

<filter-mapping>

<filter-name>myfilter<name>ucdfilter</filter-name>

<url-pattern>/tunnel/sakai-chef-tool/ucdlogin/*</url-pattern>

...