Re: [Zope3-Users] logout feature with zope3

2005-12-13 Thread Stephan Richter
On Wednesday 07 December 2005 00:40, Jing Song wrote: >     But I'm having another trouble. We use ldap authentication to store the >  user information.  How could that work with cookies to do login and >  logout?  ls there any example or reference materials available? I am >  pretty new in this ar

Re: [Zope3-Users] logout feature with zope3

2005-12-06 Thread Jing Song
Thanks Dominik and Alec for your inputs.  Now I implement the authentication adapter using browser cookies with customized form and it works.But I'm having another trouble. We use ldap authentication to store the user information.  How could that work with cookies to do login and logout

Re: [Zope3-Users] logout feature with zope3

2005-12-06 Thread Dominik Huber
The global PrincipalRegistry does not provide any logout mechanism (regular principals registered within zcml). The PAU provides the logout mechanism invoking the configured credential plugin. One simple way to get the logout mechanism is to use the 'Session Credentials'-plugin. (The basic HTT

Re: [Zope3-Users] logout feature with zope3

2005-12-06 Thread Alec Munro
Hi Jane, I'm not an expert, but having run into a similar situation myself, you may be out of luck. The HTTP Auth (what generates the popup window) is almost entirely separate from other browser functionality, and once the authentication is complete, I don't know of any way you could access the pa