View | Details | Raw Unified | Return to bug 50603
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line     Link Here 
0
-- saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py
0
++ saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py
 Lines 158-163   def write_configuration_file(dn, new, filename): Link Here 
158
                       fd.write("$further = array(\n")
158
                       fd.write("$further = array(\n")
159
               else:
159
               else:
160
                       fd.write('$metadata[%s] = array(\n' % php_string(entityid))
160
                       fd.write('$metadata[%s] = array(\n' % php_string(entityid))
161
                       fd.write("      'sign.logout' => TRUE,")
161
                       fd.write("      'AssertionConsumerService'      => %s,\n" % php_array(new.get('AssertionConsumerService')))
162
                       fd.write("      'AssertionConsumerService'      => %s,\n" % php_array(new.get('AssertionConsumerService')))
162
                       if new.get('singleLogoutService'):
163
                       if new.get('singleLogoutService'):
163
                               fd.write("      'SingleLogoutService'   => %s,\n" % php_array(new.get('singleLogoutService'))
164
                               fd.write("      'SingleLogoutService'   => %s,\n" % php_array(new.get('singleLogoutService'))

Return to bug 50603