From cf908ed31c1d8f9668fe851c723d1ed7cb662635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 4 Nov 2008 10:15:01 +0000
Subject: [PATCH] Adding order of how attribute tweaking is performed in
 advanced tech doc...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@970 44740490-163a-0410-bde0-09ae8108e29a
---
 .../source/simplesamlphp-advancedfeatures.xml | 31 ++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/docs/source/simplesamlphp-advancedfeatures.xml b/docs/source/simplesamlphp-advancedfeatures.xml
index c28c4f205..28b5dce30 100644
--- a/docs/source/simplesamlphp-advancedfeatures.xml
+++ b/docs/source/simplesamlphp-advancedfeatures.xml
@@ -7,7 +7,7 @@
   <articleinfo>
     <date>...</date>
 
-    <pubdate>Thu Aug 28 16:24:40 2008</pubdate>
+    <pubdate>Tue Nov  4 06:50:31 2008</pubdate>
 
     <author>
       <firstname>Andreas Ă…kre</firstname>
@@ -243,6 +243,35 @@ $remoteidp = $session-&gt;getIdp();
         </listitem>
       </itemizedlist>
     </section>
+
+    <section>
+      <title>In which order are the attribute tweaking functions
+      executed?</title>
+
+      <para>The order is:</para>
+
+      <orderedlist>
+        <listitem>
+          <para>IdP specific attributemap</para>
+        </listitem>
+
+        <listitem>
+          <para>SP specific attributemap</para>
+        </listitem>
+
+        <listitem>
+          <para>IdP specific attributealter</para>
+        </listitem>
+
+        <listitem>
+          <para>SP specific attributealter</para>
+        </listitem>
+
+        <listitem>
+          <para>SP specific attribute filter</para>
+        </listitem>
+      </orderedlist>
+    </section>
   </section>
 
   <section>
-- 
GitLab