From a3a6e8d20a884e519bc11b7ade012672b5fcd6f1 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 31 Oct 2011 09:52:56 +0000
Subject: [PATCH] authcrypt:Hash: Fix authsource example.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2966 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 aa3a9be21..e80d69a0f 100644
--- a/config-templates/authsources.php
+++ b/config-templates/authsources.php
@@ -65,7 +65,7 @@ $config = array(
 
 	/*
 	'crypto-hash' => array(
-		'authcrypto:Hash',
+		'authcrypt:Hash',
 		// hashed version of 'verysecret', made with bin/pwgen.php
 		'professor:{SSHA256}P6FDTEEIY2EnER9a6P2GwHhI5JDrwBgjQ913oVQjBngmCtrNBUMowA==' => array(
 			'uid' => array('prof_a'),
-- 
GitLab