summaryrefslogtreecommitdiffstats
path: root/modules/ldap/lib/Auth/Source
diff options
context:
space:
mode:
authorThijs Kinkhorst <thijs@kinkhorst.com>2014-07-09 12:17:36 +0200
committerThijs Kinkhorst <thijs@kinkhorst.com>2014-07-09 12:17:36 +0200
commit75da426f37478452391e473e2cdfb5c731826099 (patch)
tree3e791385fceb6e3b007ed143adff0611700c9d29 /modules/ldap/lib/Auth/Source
parenta02106bb49bff788c8d890de47d643b0e8f0709b (diff)
downloadsimplesamlphp-75da426f37478452391e473e2cdfb5c731826099.zip
simplesamlphp-75da426f37478452391e473e2cdfb5c731826099.tar.gz
simplesamlphp-75da426f37478452391e473e2cdfb5c731826099.tar.bz2
Drop obsolete SVN $Id$ keywords.
Diffstat (limited to 'modules/ldap/lib/Auth/Source')
-rw-r--r--modules/ldap/lib/Auth/Source/LDAP.php1
-rw-r--r--modules/ldap/lib/Auth/Source/LDAPMulti.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/ldap/lib/Auth/Source/LDAP.php b/modules/ldap/lib/Auth/Source/LDAP.php
index a2c41a3..4d81e63 100644
--- a/modules/ldap/lib/Auth/Source/LDAP.php
+++ b/modules/ldap/lib/Auth/Source/LDAP.php
@@ -9,7 +9,6 @@
* This class is based on www/auth/login.php.
*
* @package simpleSAMLphp
- * @version $Id$
*/
class sspmod_ldap_Auth_Source_LDAP extends sspmod_core_Auth_UserPassBase {
diff --git a/modules/ldap/lib/Auth/Source/LDAPMulti.php b/modules/ldap/lib/Auth/Source/LDAPMulti.php
index 7e6f3ad..0533324 100644
--- a/modules/ldap/lib/Auth/Source/LDAPMulti.php
+++ b/modules/ldap/lib/Auth/Source/LDAPMulti.php
@@ -9,7 +9,6 @@
* This class is based on www/auth/login.php.
*
* @package simpleSAMLphp
- * @version $Id$
*/
class sspmod_ldap_Auth_Source_LDAPMulti extends sspmod_core_Auth_UserPassOrgBase {