Re: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-24 Thread Jean-Baptiste Quenot
* Armaz Mellati: Know that map:act type=auth-protect wont protect any pipeline for your guest users. Of course, you're right, the name « auth-protect » is misleading because in fact it does not protect anything. It just ensures that the user is logged, automatically (if a

Re: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Christoph Hermann
Christofer Dutz schrieb: hello, I am working on some rather simple problem. I want the title Frame of a framed website to display the users name (which is contained inside the additional login-data); if he is logged-in. Unfortunately I don't seem to be able to access the authentication

Re: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Jean-Baptiste Quenot
* Christofer Dutz: I am working on some rather simple problem. I want the title Frame of a framed website to display the users name (which is contained inside the additional login-data); if he is logged-in. Unfortunately I don't seem to be able to access the

AW: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Christofer Dutz
08:50 An: users@cocoon.apache.org Betreff: Re: Accessing authentication-contex wthout actually protecting a pipeline? * Christofer Dutz: I am working on some rather simple problem. I want the title Frame of a framed website to display the users name (which is contained inside

Re: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Jean-Baptiste Quenot
* Christofer Dutz: What about the scenario of a portal in which you can access a page without login and have special features when you are logged in? That's what's happening in my case. For this usecase we use a special account named « anon ». -- Jean-Baptiste Quenot Systèmes

AW: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Christofer Dutz
And how can you initially set the auth-data to this guest-user? -Ursprüngliche Nachricht- Von: Jean-Baptiste Quenot [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. Oktober 2005 09:35 An: users@cocoon.apache.org Betreff: Re: Accessing authentication-contex wthout actually protecting

Re: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Jonas Lundberg
On 10/21/05, Christofer Dutz [EMAIL PROTECTED] wrote: And how can you initially set the auth-data to this guest-user? That's very easy, fortunately! Put this in a pipeline: (from the portal block sitemap.xmap) !-- Do an auto login as anonymous -- map:act type=auth-loggedIn

RE: Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-21 Thread Armaz Mellati
guest users you have to do additional checks. Regards, Armaz -Original Message- From: Jonas Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 11:04 AM To: users@cocoon.apache.org Subject: Re: Accessing authentication-contex wthout actually protecting a pipeline

Accessing authentication-contex wthout actually protecting a pipeline?

2005-10-20 Thread Christofer Dutz
Hi I am working on some rather simple problem. I want the title Frame of a framed website to display the users name (which is contained inside the additional login-data); if he is logged-in. Unfortunately I dont seem to be able to access the authentication information without actually