> i try to setup mod_auth_pubtkt, and i have the impression that the
> parsing of my "mod_pubtkt" cookie does
> not work as expected.
> ...
> [Mon Mar 28 16:49:01 2011] [debug] mod_auth_pubtkt.c(413): [client
> 192.168.2.167] TKT cookie_match: found 'uid=0101010001', referer:
> http://sso.novareto.de/?back=http%3a%2f%2fextranet.novareto.de%2f
How do you generate your login cookie? It looks like the cookie value may not be properly URL-encoded...
- Manuel