From 877e0b2e9e0e395ccf60e6195ce1cd8bdacf1696 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Thu, 3 Jul 2014 15:53:13 +0200 Subject: [PATCH] fix comment, as there may be mutiple binary attributes --- lib/SimpleSAML/Auth/LDAP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php index 4984dfd48..10f836fae 100644 --- a/lib/SimpleSAML/Auth/LDAP.php +++ b/lib/SimpleSAML/Auth/LDAP.php @@ -541,7 +541,7 @@ class SimpleSAML_Auth_LDAP { continue; } - // Base64 encode jpegPhoto. + // Base64 encode binary attributes. if (strtolower($name) === 'jpegphoto' || strtolower($name) === 'objectguid') { $values[] = base64_encode($value); } else -- GitLab