Shibb + WebDAV

Cantor, Scott cantor.2 at osu.edu
Wed Feb 8 17:52:04 GMT 2012


> Here is the configuration set in the apache config file:
> 
> <Location /bbcswebdav>
>         Options +Indexes +MultiViews
>         DAV On
>         AuthType shibboleth
>         ShibRequireSession On
>         require valid-user
>         ShibRequireSessionWith WebDAVLogin
> </Location>

I wouldn't be shocked if using both ShibRequire commands together blew up or caused one to be ignored. Neither should be used in any new config anyway, ShibRequireSession is deprecated in favor of ShibRequestSetting.

Not 100% sure ShibRequireSessionWith is even a command, but if Apache doesn't choke on it, it must have been.

I think that whole approach is rather overkill. You should be able to override the acsIndex with a ShibRequestSetting acsIndex command for the content and stick with simple 2.4 configs with no special SessionInitiators.

-- Scott



More information about the users mailing list