From 521f0cf80a1b2ac02523efbca4df5e48dc5997a9 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 11:39:59 +0000 Subject: [PATCH] fix case typo in auth source example file git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1735 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 20f804adb..bbc720ea2 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -81,7 +81,7 @@ $config = array( * The entity ID of this SP. * Can be NULL/unset, in which case an entity ID is generated based on the metadata URL. */ - 'entityId' => NULL, + 'entityid' => NULL, /* * The entity ID of the IdP this should SP should contact. -- GitLab