From 12946e512acaf592db4333440d66625b5fd3d27d Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Sun, 18 Mar 2012 20:49:41 +0100
Subject: [PATCH] Note userdata anomaly / bug.

---
 repoze/who/plugins/auth_tkt.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/repoze/who/plugins/auth_tkt.py b/repoze/who/plugins/auth_tkt.py
index 01504a6..95a8539 100644
--- a/repoze/who/plugins/auth_tkt.py
+++ b/repoze/who/plugins/auth_tkt.py
@@ -132,6 +132,7 @@
         if encoding_data:
             encoding, encoder = encoding_data
             who_userid = encoder(who_userid)
+            # XXX we are discarding the userdata passed in the identity?
             who_userdata = 'userid_type:%s' % encoding
         
         old_data = (userid, tokens, userdata)

--
Gitblit v1.9.3