RE: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread Mark Hammond
Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ?? Without more information,

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours. Now I am unsure which services I have to implement. IAuthenticationPlugin ?? IExtractionPlugin ??

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread robert rottermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman schrieb: Previously robert rottermann wrote: Mark Hammond wrote: Hi there, I want to write a PAS Plugin that does only the authentication. it should do the authentication and then store it in a session for a coupple of hours.

Re: [Zope-PAS] what plugins are needed for authentication

2007-04-04 Thread Wichert Akkerman
Previously robert rottermann wrote: with this approach we would loose the ability to - - easily search for users - - easily add users to ad hoc local groups. If you enable user enumeration on the LDAP plugin that should work fine. Wichert. -- Wichert Akkerman [EMAIL PROTECTED]It is

[Zope-PAS] zope3 schemas and pas properties plugin

2007-04-04 Thread Kapil Thangavelu
hi folks, i put together a zope3 schema based property provider, with plone ui integration using formlib forms, which might be of use (ZPL2.1) more info and code at, https://svn.objectrealms.net/svn/public/ore.member/trunk/src/ore/member/readme.txt cheers, kapil