From af03a3ebd22e5ba92cf4ef0923900338d004f775 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 19 Aug 2009 09:06:41 +0000
Subject: [PATCH] saml: Add forgotten authentication source id to authsources
 example.

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

diff --git a/config-templates/authsources.php b/config-templates/authsources.php
index fe88544e3..2c30d8283 100644
--- a/config-templates/authsources.php
+++ b/config-templates/authsources.php
@@ -75,6 +75,7 @@ $config = array(
 	 * and Shibboleth 1.3 IdPs.
 	 */
 	'example-saml' => array(
+		'saml:SP',
 
 		/*
 		 * The entity ID of this SP.
-- 
GitLab