Skip to content
Snippets Groups Projects
Commit 37c891d1 authored by Anders Lund's avatar Anders Lund
Browse files

Small change related to Feide and attribute names.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@531 44740490-163a-0410-bde0-09ae8108e29a
parent 9f544e69
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ if (isset($_REQUEST['username'])) { ...@@ -170,7 +170,7 @@ if (isset($_REQUEST['username'])) {
$orgattr = array_keys($orgattributes); $orgattr = array_keys($orgattributes);
foreach($orgattr as $value){ foreach($orgattr as $value){
$orgattributename = ('edupersonorg:' . $value); $orgattributename = ('eduPersonOrgDN:' . $value);
//SimpleSAML_Logger::debug('AUTH - ldap-feide: Orgattributename: '. $orgattributename); //SimpleSAML_Logger::debug('AUTH - ldap-feide: Orgattributename: '. $orgattributename);
$attributes[$orgattributename] = $orgattributes[$value]; $attributes[$orgattributename] = $orgattributes[$value];
//SimpleSAML_Logger::debug('AUTH - ldap-feide: Attribute added: '. $attributes[$orgattributename]); //SimpleSAML_Logger::debug('AUTH - ldap-feide: Attribute added: '. $attributes[$orgattributename]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment