I have one application (adminmodel) containing models, modules and static 
files and three other applications
using these models, modules and static files. Two of the three applications 
have been developed
independently of each other, and have their own register and login 
functions. All applications connect to
the same database.

I want to use CAS to switch to single sign on.

My problem is that the auth_cas table has not been created, how do I force 
web2py to create it?

Is it possible to have all auth_ tables defined in the adminmodel 
application and have a separate
casprovider application?

When a user logs in or out I have functions that take care of some settings 
that I store in session,
I also use the auth object in both client applications, will this still 
work with CAS?


Best regards,

Annet 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to