Skip to content
Snippets Groups Projects
Commit eae7b852 authored by Lasse Birnbaum Jensen's avatar Lasse Birnbaum Jensen
Browse files
!! 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
parent 308a2068
No related branches found
No related tags found
Loading
Loading
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