Skip to content
Snippets Groups Projects
Commit 73be9258 authored by Olav Morken's avatar Olav Morken
Browse files

Comment fixes.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@453 44740490-163a-0410-bde0-09ae8108e29a
parent f6c8cb15
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ $config = array( ...@@ -56,7 +56,7 @@ $config = array(
/* /*
* This option contains the port number of the memcache server where we should store the * This option contains the port number of the memcache server where we should store the
* authentication information. Thos option should match the port part of the * authentication information. This option should match the port part of the
* Auth_memCookie_Memcached_AddrPort option in the Auth MemCookie configuration. * Auth_memCookie_Memcached_AddrPort option in the Auth MemCookie configuration.
* *
* Default: * Default:
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# This command causes apache to redirect to the given # This command causes apache to redirect to the given
# URL when we receive a '401 Authorization Required' # URL when we receive a '401 Authorization Required'
# error. We redirect to "/openssophp/spSSOInit.php", # error. We redirect to "/simplesaml/authmemcookie.php",
# which initializes a login to the IdP. # which initializes a login to the IdP.
ErrorDocument 401 "/simplesaml/authmemcookie.php" ErrorDocument 401 "/simplesaml/authmemcookie.php"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment