From b8210207dd2d449a44e074e0161a24f5bb1f1a23 Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Fri, 9 Jan 2009 14:01:43 +0000 Subject: [PATCH] Removed comment. We are not skipping jpegPhoto now... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1120 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Auth/LDAP.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php index 945ec4ff8..b9e3043e7 100644 --- a/lib/SimpleSAML/Auth/LDAP.php +++ b/lib/SimpleSAML/Auth/LDAP.php @@ -157,7 +157,6 @@ class SimpleSAML_Auth_LDAP { $base64encode = FALSE; - /* Skip the 'jpegphoto' attribute. */ if (strtolower($attributeName) === 'jpegphoto') { $base64encode = TRUE; } -- GitLab