Re: [Zope-DB] Zope - SQL authorisation model

2005-06-01 Thread Chris Withers
Terry Kerr wrote: authorisation. Authentication is relatively easy and can be implemented using an out of the box product such as exUserFolder, or something I hack up myself. Please use SUF, much simpler for this kind of thing ;-) Another approach maybe to implement the authorization at the

Re: [Zope-DB] Zope - SQL authorisation model

2005-05-31 Thread Dieter Maurer
Terry Kerr wrote at 2005-5-31 19:02 +1000: > ... >For example, the person who is authenticated to the site (will be >authenticated via my user folder looking at the credentials in the >person record in the person table), is only allowed to update records in >a specific table that they own, as de

[Zope-DB] Zope - SQL authorisation model

2005-05-31 Thread Terry Kerr
Hi, I am building a site in zope that interfaces an SQL database (postgresql) for all its data, including users, which are stored in a "Persons" table. I am not to sure on the best development model to use for authorisation. Authentication is relatively easy and can be implemented using an