Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

In order to enable WebDAV on Sakai 2.0, the following modules must be installed.

Required module(s)

#1. Download the correct krb5.conf file for UC Davis' KDC
#2. Create a jaas.conf file that includes other configuration information needed for the provider
#3. Download the custom UserDirectoryProvider, UC Davis' Provider, UCDKerbLDAP.java which is a modified version of Stanford's provider. Thanks to Casey Dunn at Stanford for providing this example.
#4. Download the ucdprovider directory from SVN. This will be added to the *Sakai Source*\providers directory.
#5. Download commons-lang.jar and commons-configuration.jar. Place in Tomcat\shared\lib directory.
#6. Download the web.xml, and components.xml to be placed in the *Sakai Source*\providers\components directory
#7. Retrieve a keytab file for access to the KDC. See Scott Amerson for details.

Sakai 2.0.+/WebDav Install Instructions

#1 Add the following code to the providers directory in your Sakai src\providers directory.

ucdprovider

source dir

package

Provider code (Kerberos)

-----------

java->src->

-----------

-----------

edu.ucdavis.security.sakai2.distauth.user

-----------

-----------

------------------------------------

UCDKerbLDAP.java

  • No labels