Re: [Zope3-Users] Granting roles automatically ?

2006-11-01 Thread Stephan Richter
On Wednesday 01 November 2006 10:18, Dominique Lederer wrote: > i would like to implement my own permissions on my package. > as far as i unterstood, i would to the following steps: > > - first i create some custom permissions and roles > - then i grant the permissions to roles. > - after that i cr

Re: [Zope3-Users] Granting roles automatically ?

2006-11-01 Thread Dominique Lederer
Stephan Richter schrieb: > On Friday 27 October 2006 06:57, Thierry Florac wrote: >> What I'd like to do is to be able to grant a set of roles automatically >> to my internal principals authenticated via LDAP. Is it possible ? > > Yes, create some groups and grant them permissions and roles. You t

Re: [Zope3-Users] Granting roles automatically ?

2006-10-30 Thread Stephan Richter
On Friday 27 October 2006 06:57, Thierry Florac wrote: > What I'd like to do is to be able to grant a set of roles automatically > to my internal principals authenticated via LDAP. Is it possible ? Yes, create some groups and grant them permissions and roles. You then listen to the IPrincipalCrea

[Zope3-Users] Granting roles automatically ?

2006-10-27 Thread Thierry Florac
Hi, I have two kinds of principals in my current application development : - internal ones, which are authenticated via an LDAP directory - external ones, which are authenticated via a simple user's folder stored in Zope database. Everything is handled by a PluggableAuthentication tool withou