Thanks for the detailed response.
For the time being, I decided to bypass the whole Auth issue . I am
using web2py behind apache2 and using apache htpasswd for validating
the users accts.
<Location "/radius">
AuthType Basic
AuthName "RADIUS Admin"
AuthUserFile /home/radadm/passwd.radius
Require valid-user
# Order deny,allow
# Allow from all
ProxyPass http://localhost:8000/radius
ProxyPassReverse http://localhost:8000/
</Location>
I will have to read and understand the Auth framework at a later time
BTW, I was working on Oracle Unbreakable Linux 5.3 which is same as
RHEL 5.3 , web2py does not work on either since Python 2.5 is not
available. After compiling python from src code, web2py runs fine.
Regards
Anand
On Mar 22, 3:38 am, mdipierro <[email protected]> wrote:
> 1. is correct. You can create your own tables but I would let web2py
> do it for you. Here is the minimal *complete* code you need
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---