[mod_python] callable __auth__

Robert Thomas Davis rdavisunr at yahoo.com
Tue Feb 21 14:47:57 EST 2006


Hello Graham

Thanks; in my investigation I had already come across
that problem description...and tried it to no avail.

this was how I was trying to do it...

def foo(req):

   def __auth__(req, user, pass):
      #do session and auth stuff
   
   # code to protect

Thanks



More information about the Mod_python mailing list