Versions Compared

Key

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

...

The following are instructions for adding DistAuth login to Sakai 1.5 and 2.0 (This is assuming one login page that is protected by DistAuth, version 1 below)

Sakai 1.5

...

  1. 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>ucdfilter</filter-name>

...