[web2py] Re: Wep2Py Database Tables

2012-05-29 Thread Anthony
On Tuesday, May 29, 2012 8:30:47 PM UTC-4, Horus wrote: > > Having authentication as a core and apps built around it rather than every > app having its own admin/CAS > That's basically the idea of CAS, though each app that accesses the CAS provider still has to instantiate Auth in order to prov

[web2py] Re: Wep2Py Database Tables

2012-05-29 Thread Horus
Having authentication as a core and apps built around it rather than every app having its own admin/CAS On Monday, May 28, 2012 9:38:51 PM UTC-4, Anthony wrote: > > Not sure what you mean. > > On Monday, May 28, 2012 9:16:27 PM UTC-4, Horus wrote: >> >> ok understood. what do you think about hav

[web2py] Re: Wep2Py Database Tables

2012-05-28 Thread Anthony
Not sure what you mean. On Monday, May 28, 2012 9:16:27 PM UTC-4, Horus wrote: > > ok understood. what do you think about having auth outside of the app? > > On Sunday, May 27, 2012 9:16:17 PM UTC-4, Anthony wrote: >> >> By default, instantiating Auth() automatically makes the application a >> CA

[web2py] Re: Wep2Py Database Tables

2012-05-28 Thread Horus
ok understood. what do you think about having auth outside of the app? On Sunday, May 27, 2012 9:16:17 PM UTC-4, Anthony wrote: > > By default, instantiating Auth() automatically makes the application a CAS > provider, whether or not you actually use the app as a CAS provider. So, if > the app i

[web2py] Re: Wep2Py Database Tables

2012-05-27 Thread Anthony
By default, instantiating Auth() automatically makes the application a CAS provider, whether or not you actually use the app as a CAS provider. So, if the app is not used as a provider, that table will simply remain empty. If you want to prevent it from being created in the first place, before

[web2py] Re: Wep2Py Database Tables

2012-05-27 Thread Horus
I know a bit about CAS single sign-on, however if each app is giving a different ACL database. Is the concept still being adhered to? I was under the assumption the single sign-on meant one (1) authentication gateway i.e. one auth database used by many applications. On Saturday, May 26, 2012 1:

[web2py] Re: Wep2Py Database Tables

2012-05-26 Thread Niphlod
it's for Central Authentication Services http://web2py.com/books/default/chapter/29/9#Central-Authentication-Service Il giorno sabato 26 maggio 2012 18:46:26 UTC+2, Horus ha scritto: > > In the administrative section of your app there are the usual ACL tables. > I realise there is a *acl_cas* ta