From b77164766ddbf96f607d87a655cf1c7301a5b74d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 5 Mar 2008 14:42:58 +0000
Subject: [PATCH] Adding another sp example metadata in documentation for sp

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@359 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/source/simplesamlphp-sp.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/source/simplesamlphp-sp.xml b/docs/source/simplesamlphp-sp.xml
index 89f2affc6..0bd43d72a 100644
--- a/docs/source/simplesamlphp-sp.xml
+++ b/docs/source/simplesamlphp-sp.xml
@@ -7,7 +7,7 @@
   <articleinfo>
     <date>2007-10-15</date>
 
-    <pubdate>Thu Feb 28 11:23:01 2008</pubdate>
+    <pubdate>Wed Mar  5 15:38:05 2008</pubdate>
 
     <author>
       <firstname>Andreas Ă…kre</firstname>
@@ -78,6 +78,21 @@
 )</programlisting>
       </example>
 
+      <example>
+        <title>Real life example</title>
+
+        <para>Here is a real life example from Feide:</para>
+
+        <programlisting>'urn:mace:feide.no:services:no.feide.foodle' =&gt; array(
+ 'host' =&gt; 'foodle.feide.no',
+),
+</programlisting>
+
+        <para>Here the service run on the host
+        <literal>foodle.feide.no</literal> and have the entity ID
+        <literal>urn:mace:feide.no:services:no.feide.foodle</literal>.</para>
+      </example>
+
       <para>You may add any number of SP definitions in the same installation
       of simpleSAMLphp. simpleSAMLphp will discover automatically which
       configuration to use in a specific scenario, by looking up the current
-- 
GitLab