wayf-dk / janus-ssp

Automatically exported from code.google.com/p/janus-ssp
Other
0 stars 0 forks source link

Export is broken after new ARP stuff #325

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new ARP stuff, r991, breaks all expot functionallity. 

<md:RequestedAttribute/> is not populated and SSP flatfile export looks like 
this:

'attributes' => 
  array (
    0 => 
    array (
      0 => '*',
    ),
    1 => 
    array (
      0 => '*',
    ),
    2 => 
    array (
      0 => 'hest.dk',
    ),
  ),

What version of the product are you using?

JANUS version: TRUNK
SimpleSAMLphp version: 1.8.2
Browser: N/A
PHP version: N/A
Database version: N/A
OS: N/A

Please provide any additional information below:

Original issue reported on code.google.com by j...@wayf.dk on 2 Apr 2012 at 1:48

GoogleCodeExporter commented 9 years ago
See issue 328 as well.

No export functionallity in JANUS is working after the new ARP stuff have been 
committet. This is due to the internal representation of attributes have 
changed and non of the export functionallity have been updated with it.

Original comment by j...@wayf.dk on 3 Apr 2012 at 9:48

GoogleCodeExporter commented 9 years ago
This has been fixed in r1009.

Note that there was a bug in the storing of ARP a few commits back, in order to 
test this, please redefine any ARPs that have been configured in the mean time.

Original comment by relaxno...@gmail.com on 23 Apr 2012 at 11:17