From 37c891d1689091c086e14a0be0bad92ac02596de Mon Sep 17 00:00:00 2001
From: Anders Lund <anders.lund@uninett.no>
Date: Wed, 30 Apr 2008 13:35:43 +0000
Subject: [PATCH] Small change related to Feide and attribute names.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@531 44740490-163a-0410-bde0-09ae8108e29a
---
 www/auth/login-feide.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/auth/login-feide.php b/www/auth/login-feide.php
index a388e47df..aefd15148 100644
--- a/www/auth/login-feide.php
+++ b/www/auth/login-feide.php
@@ -170,7 +170,7 @@ if (isset($_REQUEST['username'])) {
 			
 			$orgattr = array_keys($orgattributes);
 			foreach($orgattr as $value){
-				$orgattributename = ('edupersonorg:' . $value);
+				$orgattributename = ('eduPersonOrgDN:' . $value);
 				//SimpleSAML_Logger::debug('AUTH - ldap-feide: Orgattributename: '. $orgattributename);
 				$attributes[$orgattributename] = $orgattributes[$value];
 				//SimpleSAML_Logger::debug('AUTH - ldap-feide: Attribute added: '. $attributes[$orgattributename]);
-- 
GitLab