From fa6b989214166e16945f57abdc57375e485944c6 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 28 Nov 2007 14:08:13 +0000
Subject: [PATCH] Fix example metadata SingleLogoutService url to point to
 SingleLogoutService.php instead of LogoutService.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@73 44740490-163a-0410-bde0-09ae8108e29a
---
 metadata-templates/saml20-idp-remote.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php
index 83badc75e..b44354b37 100644
--- a/metadata-templates/saml20-idp-remote.php
+++ b/metadata-templates/saml20-idp-remote.php
@@ -17,7 +17,7 @@ $metadata = array(
 		'name'					=>	'Test',
 		'description'			=> 'Description of this example entry',
 		'SingleSignOnService'	=>	'https://idp.example.org/simplesaml/saml2/idp/SSOService.php',
-		'SingleLogoutService'	=>	'https://idp.example.org/simplesaml/saml2/idp/LogoutService.php',
+		'SingleLogoutService'	=>	'https://idp.example.org/simplesaml/saml2/idp/SingleLogoutService.php',
 		'certFingerprint'		=>	'3fa158e8abfd4b5203315b08c0b791b6ee4715f6',
 		'base64attributes'		=>	true
 	),
-- 
GitLab