On Tue, Dec 23, 2008 at 1:04 PM, Alex <shes...@gmail.com> wrote:
>
> Hello!
>
> I'm writing application which just set of memos for users, how can I
> be sure what user see/edit only his personal messages?
>
> Considering table structure like this
> dba.define_table('services',
>                SQLField('memo'),
>                SQLField('remind_interval'),
>                SQLField('owner'))
> how can I force "owner" field always be id of CAS authenticated user?
> CAS server is running locally and works fine.
>

Take a look at KPAX code:

http://mdp.cti.depaul.edu/appliances

it believe it uses CAS.

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to