Search found 1 match

by smorris
29 May 2013, 22:10
Forum: Help
Topic: 500 server error when trying to implement SSO/mod_auth_sspi
Replies: 1
Views: 800

500 server error when trying to implement SSO/mod_auth_sspi

My httpd.conf: <Directory 'D:/PROGRA~1/OTRS/OTRS/bin/cgi-bin'> SSPIAuth On SSPIAuthoritative On SSPIDomain dc.example.org SSPIUsernameCase lower SSPIOfferBasic On Require valid-user Options +ExecCGI -Includes AllowOverride None Order allow,deny Allow from all </Directory> my config.pm: $Self->{'Auth...