Skip to content
Snippets Groups Projects
  1. Jun 18, 2014
  2. Jun 17, 2014
  3. Jun 12, 2014
  4. May 12, 2014
  5. May 08, 2014
  6. May 02, 2014
  7. Apr 28, 2014
    • Thijs Kinkhorst's avatar
      Also check $errno against PHP's error_reporting. · 04da32d7
      Thijs Kinkhorst authored
      This is necessary to make sure that if a minimum PHP error level
      has been set, this is also respected by SSP's error handler. Most
      notably, this will make calls prefixed with '@', the PHP warning
      silencer, actually silence the warnings. The SSP code tries to
      makes use of the @ sign on various places around the code, but
      this will only work if it's actually checked here.
      04da32d7
  8. Apr 24, 2014
  9. Apr 10, 2014
  10. Apr 07, 2014
  11. Apr 01, 2014
  12. Mar 31, 2014
  13. Mar 25, 2014
  14. Mar 24, 2014
  15. Mar 14, 2014
    • Andrea Biancini's avatar
      Modification to permit the automatic metadata creation of an SP to produce a... · efbee639
      Andrea Biancini authored
      Modification to permit the automatic metadata creation of an SP to produce a friendlyName for RequestedAttributes.
      The current code works as follows. If authsources.php contains the following configuration:
      
      'attributes' => array(
        'eppn' => 'urn:oid:1.3.6.1.4.1.5923.1.1.1.6',
        'mail' => 'urn:oid:0.9.2342.19200300.100.1.3',
        'o' => 'urn:oid:2.5.4.10',
        'cn' => 'urn:oid:2.5.4.3',
        'givenName' => 'urn:oid:2.5.4.42',
      ),
      
      the metadata generator will produce the XML Metadata as follows:
      
        <md:RequestedAttribute FriendlyName="eppn" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
        <md:RequestedAttribute FriendlyName="mail" Name="urn:oid:0.9.2342.19200300.100.1.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
        <md:RequestedAttribute FriendlyName="o" Name="urn:oid:2.5.4.10" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
        <md:RequestedAttribute FriendlyName="cn" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
        <md:RequestedAttribute FriendlyName="givenName" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
      efbee639
  16. Mar 03, 2014
  17. Feb 28, 2014
  18. Feb 27, 2014
  19. Feb 25, 2014
  20. Feb 24, 2014
Loading