[web2py] Re: Integrating web2py and a CMS

2015-02-25 Thread Kenneth
Hi, finally getting around doing this. I have a Drupal site with a CAS module installed. Anyone done this before? Kenneth Den lördag 15 januari 2011 kl. 17:49:46 UTC+2 skrev Massimo Di Pierro: > > It can. > > http://web2py.com/cas > > On Jan 15, 9:13 am, David Bain wrote: > > I believe

[web2py] Re: Integrating web2py and a CMS

2011-01-15 Thread Massimo Di Pierro
It can. http://web2py.com/cas On Jan 15, 9:13 am, David Bain wrote: > I believe web2py can act as a CAS authentication server. If you CMS does CAS > then you're good. Maybe an easier place to start is to figure what CMSes out > there can authenticate against CAS. > > 2011/1/15 Kenneth Lundström

Re: [web2py] Re: Integrating web2py and a CMS

2011-01-15 Thread David Bain
I believe web2py can act as a CAS authentication server. If you CMS does CAS then you're good. Maybe an easier place to start is to figure what CMSes out there can authenticate against CAS. 2011/1/15 Kenneth Lundström > I was thinking about using web2py as the authentication platform as it > hol

Re: [web2py] Re: Integrating web2py and a CMS

2011-01-15 Thread Kenneth Lundström
I was thinking about using web2py as the authentication platform as it holds the members database. Or then a LDAP that gets it information from members database. The intranet will hold a lot of information that should be visible on the website via the CMS. Either lots of small info (names, tel

[web2py] Re: Integrating web2py and a CMS

2011-01-14 Thread ron_m
This kind of information is often stored in a corporate directory using something called LDAP. I am not sure of the size of your company but it sounds like it is large enough to consider this solution. There is OpenLDAP on Linux or Active Directory on Microsoft which perform this task as concre