Skip to content
Snippets Groups Projects
  1. Jul 10, 2008
  2. Jul 04, 2008
  3. Jul 01, 2008
  4. Jun 30, 2008
  5. Jun 24, 2008
  6. Jun 23, 2008
  7. Jun 20, 2008
  8. Jun 12, 2008
    • Lasse Birnbaum Jensen's avatar
      Implemented issue 99. http://code.google.com/p/simplesamlphp/issues/detail?id=99 · eae7b852
      Lasse Birnbaum Jensen authored
      !! IMPORTANT !!
      This patch may break existing configurations if custom attributealter functions are used.
      
      To use the new implementation attributealter function must be placed in a specific file for that function. 
      
      Example: attributealter function insertorgname which insert a static organization name in the attribute set.
      
      Function must be placed in file attributealter/insertorgname.php and have the following content.
      
      attributealter/insertorgname.php
      <?php
      
      function attributealter_insertorgname($attributes,$spid = null, $idpid=null) {
      $attributes['orgname']=array('static name');
      }
        
      
      
      
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@636 44740490-163a-0410-bde0-09ae8108e29a
      eae7b852
  9. Jun 06, 2008
  10. Jun 04, 2008
  11. Jun 03, 2008
  12. May 15, 2008
  13. May 14, 2008
  14. May 13, 2008
  15. May 12, 2008
  16. Apr 29, 2008
  17. Apr 28, 2008
  18. Apr 23, 2008
  19. Apr 22, 2008
  20. Apr 01, 2008
  21. Mar 25, 2008
  22. Mar 13, 2008
  23. Mar 06, 2008
  24. Mar 05, 2008
  25. Mar 03, 2008
  26. Feb 27, 2008
  27. Feb 15, 2008
  28. Feb 14, 2008
Loading