[Zope3-Users] RE: Annotations when creating a Principal

2007-05-10 Thread Kevin Gill (Newaddress)
Further to my last email, it appears that my error is using the FoundPrincipalFactory. I changed the code to use the getPrincipal method of the PAU and it works fine. pau = getUtility(IAuthentication) principal = pau.getPrincipal(principal_id) Thanks Kevin I am following the

[Zope3-Users] Small skinning question...

2007-05-10 Thread Thierry Florac
Hi, I'm building a new application with Zope3. In this application, I can use several skins : - for all back-office and management pages, a single skin is used ; it's defined via an Apache rewrite rule on a specific virtual host - for front-office pages, the applied skin can be chosen by

[Zope3-Users] Remote authentication

2007-05-10 Thread David Pratt
Hi. Has anyone got a bit of a blueprint for a remote authentication in zope 3. I wish to authenticate on a z3 site (site 1) using credentials stored on a different z3 site (site 2) over the Internet (otherwise would likely use LDAP). I do not want to maintain users on site 1. I only want users

Re: [Zope3-Users] Remote authentication

2007-05-10 Thread Bernd Dorn
as a plugin example you may want to take a look at http:// svn.zope.org/ldappas/ regards, bernd On 10.05.2007, at 18:13, David Pratt wrote: Hi. Has anyone got a bit of a blueprint for a remote authentication in zope 3. I wish to authenticate on a z3 site (site 1) using credentials stored

Re: [Zope3-Users] Remote authentication

2007-05-10 Thread David Pratt
Hi Bernd. Yes, this should give me something similar to examine. Many thanks. Regards David Bernd Dorn wrote: as a plugin example you may want to take a look at http://svn.zope.org/ldappas/ regards, bernd On 10.05.2007, at 18:13, David Pratt wrote: Hi. Has anyone got a bit of a blueprint

Re: [Zope3-Users] Remote authentication

2007-05-10 Thread Hermann Himmelbauer
Am Donnerstag, 10. Mai 2007 18:13 schrieb David Pratt: Hi. Has anyone got a bit of a blueprint for a remote authentication in zope 3. I wish to authenticate on a z3 site (site 1) using credentials stored on a different z3 site (site 2) over the Internet (otherwise would likely use LDAP). I do