From 62b46cf2d83a1a197d998c006b988d803f68b431 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 1 Sep 2009 08:41:17 +0000
Subject: [PATCH] Renaming SAML auth source to be saml and not saml-example

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

diff --git a/config-templates/authsources.php b/config-templates/authsources.php
index 2c30d8283..20f804adb 100644
--- a/config-templates/authsources.php
+++ b/config-templates/authsources.php
@@ -74,7 +74,7 @@ $config = array(
 	 * An authentication source which can authenticate against both SAML 2.0
 	 * and Shibboleth 1.3 IdPs.
 	 */
-	'example-saml' => array(
+	'saml' => array(
 		'saml:SP',
 
 		/*
-- 
GitLab