summaryrefslogtreecommitdiffstats
path: root/modules/exampleauth/lib/Auth
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-11-06 15:20:47 +0100
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-11-06 15:20:47 +0100
commitf25c7815af52a751cb815709ff33abee14e130a4 (patch)
tree3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /modules/exampleauth/lib/Auth
parent417c2175dc682a487d784cca08170989089552ee (diff)
downloadsimplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip
simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz
simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'modules/exampleauth/lib/Auth')
-rw-r--r--modules/exampleauth/lib/Auth/Source/External.php4
-rw-r--r--modules/exampleauth/lib/Auth/Source/Static.php2
-rw-r--r--modules/exampleauth/lib/Auth/Source/UserPass.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php
index 22cc4e2..3df0b93 100644
--- a/modules/exampleauth/lib/Auth/Source/External.php
+++ b/modules/exampleauth/lib/Auth/Source/External.php
@@ -18,7 +18,7 @@
* '<mymodule>:External',
* ),
*
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source {
@@ -64,7 +64,7 @@ class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source {
/*
* Find the attributes for the user.
- * Note that all attributes in simpleSAMLphp are multivalued, so we need
+ * Note that all attributes in SimpleSAMLphp are multivalued, so we need
* to store them as arrays.
*/
diff --git a/modules/exampleauth/lib/Auth/Source/Static.php b/modules/exampleauth/lib/Auth/Source/Static.php
index 07351df..f2f9e8a 100644
--- a/modules/exampleauth/lib/Auth/Source/Static.php
+++ b/modules/exampleauth/lib/Auth/Source/Static.php
@@ -7,7 +7,7 @@
* a static set of attributes.
*
* @author Olav Morken, UNINETT AS.
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class sspmod_exampleauth_Auth_Source_Static extends SimpleSAML_Auth_Source {
diff --git a/modules/exampleauth/lib/Auth/Source/UserPass.php b/modules/exampleauth/lib/Auth/Source/UserPass.php
index 22923c1..5c464d3 100644
--- a/modules/exampleauth/lib/Auth/Source/UserPass.php
+++ b/modules/exampleauth/lib/Auth/Source/UserPass.php
@@ -7,7 +7,7 @@
* and authenticates users against this array.
*
* @author Olav Morken, UNINETT AS.
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class sspmod_exampleauth_Auth_Source_UserPass extends sspmod_core_Auth_UserPassBase {