24 Sep
2012
24 Sep
'12
12:06 p.m.
laurent.feron@free.fr wrote:
in the 'authorize(p)' function, p is the read only tuple of the request. I cannot update the request here.
Hmm... you should be able to update it. If you can't, the code should be changed.
Moreover, if i change the tuple config in the authorize function , how i can retrieve it in the authentication function?
You get passed the tuple again. It's just a list of attributes. Alan DeKok.