From 424c7c17b4e140a928fa00010b34074eded0f3cc Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 23 Jun 2010 11:33:17 +0000
Subject: [PATCH] core:docs:TargetedID: Change example to use oid attribute
 name.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2355 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/core/docs/authproc_targetedid.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/modules/core/docs/authproc_targetedid.txt b/modules/core/docs/authproc_targetedid.txt
index c4e939507..72a482599 100644
--- a/modules/core/docs/authproc_targetedid.txt
+++ b/modules/core/docs/authproc_targetedid.txt
@@ -51,8 +51,13 @@ Internet2 compatible `eduPersontargetedID`:
                 'class' => 'core:TargetedID',
                 'nameId' => TRUE,
             ),
+            90 => array(
+                'class' => 'core:AttributeMap',
+                'name2oid',
+            ),
         ),
+        'AttributeNameFormat' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
         'attributeencodings' => array(
-            'eduPersonTargetedID' => 'raw',
+            'urn:oid:1.3.6.1.4.1.5923.1.1.1.10' => 'raw', /* eduPersonTargetedID with oid NameFormat. */
         ),
     );
-- 
GitLab