Authentication framework and databases

2003-06-13 Thread Hugo Burm
About using a database instead of a flat XML file for user authentication by the Cocoon authorization framework: http://wiki.cocoondev.org/Wiki.jsp?page=HibernateAndTheAuthenticationFramewo rk The combination Hibernate plus Flowscript rocks. Hugo

Re: Authentication framework sample and Mozilla...

2003-04-04 Thread Olivier Billard
Hi Jin ! I use the cocoon 2.1dev. I think you should try it to check if some bug was fix between our 2 versions by testing the 2.1 dev with your config. If I'm not wrong, the authentication framework was split from the sunRise portal in the 2.1dev with maybe some fixes. I can't rep

XSP-authentication framework related query

2003-04-03 Thread Gautam Ganguly
hi there, I am currently using the authentication framework in my Cocoon-2.1 . How do i access the authentication context info like ID,role..in my xsp page. I tried accessing the record using the getxml but i just got blanks in them. My test.xsp code looks like this

Re: Authentication framework sample and Mozilla...

2003-04-03 Thread jin wu
.. Hope we could find out the problem or solution. brdgs, j.w From: "Olivier Billard" <[EMAIL PROTECTED]> Reply-To: "Olivier Billard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, "Olivier Billard" &l

Re: Authentication framework sample and Mozilla...

2003-04-02 Thread Olivier Billard
ation date to now in all protected pages ? Sorry if it is a dumb question... ! :) - Original Message - From: "Olivier Billard" <[EMAIL PROTECTED]> To: "Cocoon Users" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:07 AM Subject: Authentication

Authentication framework sample and Mozilla...

2003-04-02 Thread Olivier Billard
Hi all cocooners ! I'm working on using the authentication framework, base on the authentication sample, in the Cocoon 2.1 CVS from yesterday. I made : build clean build webapp cocoon servlet With an ooold Netscape (4.78) and IE 6, all works fine : protected area access is first denied, and

Re: authentication framework

2003-03-13 Thread Ferenc Kiraly
gered by the authentication framework. What a shame :-( Writing a generator was my backup plan, so I guess I will go with it. But I think it would be much more elegant if it would be possible to supply a class instead of a pipeline. I suspect it would also be much more efficient. After the generat

RE: authentication framework

2003-03-13 Thread Carsten Ziegeler
ipeline > > which is then triggered by the authentication framework. > > What a shame :-( > > Writing a generator was my backup plan, so I guess I will go with it. > > But I think it would be much more elegant if it would be possible > to supply a class instead of a pip

Re: authentication framework

2003-03-13 Thread Ferenc Kiraly
Carsten Ziegeler wrote: The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered by the authentication framework. What a

RE: authentication framework

2003-03-13 Thread Carsten Ziegeler
The docs are a little bit out of date :) So, actually it's not possible to *directly* use a class. The only solution right now, is to write a custom generator (= class) and put this in a sitemap pipeline which is then triggered by the authentication framework. HTH Carsten > -Original

authentication framework

2003-03-13 Thread Ferenc Kiraly
hi! The documentation for the authentication framework for cocoon 2.0.5-dev says I can use a java class as the authentication resource. Quote: The authentication can be done by different components: * A sitemap resource. * A distant resource, e.g. requested via HTTP. * A

Authentication Framework using LDAP (thru xsp)

2003-03-03 Thread Rajasekhar Atchutuni
Hi, I am trying to use the sunrise actions for my authentication but unable to pass parameters to my xsp. My problems: 1. My authentication fails even though I supply the correct username and password. The fail.xsp is being generated. 2. The reason is the parameters.getParameter is not fetching

Authentication Framework User Management

2002-11-08 Thread Senhaji
Hello, The authentication framework uses the SourceWritingTransformer to handle the user management functions : newuser, deluser, changeuser, newrole,... This transformer uses actually a FileSource as a writable source. I would like to use a database or LDAP as a datastore. Is there any simple

RE: webapps Authentication framework vs sunRise Authentication framework

2002-11-04 Thread Senhaji
I mean if the sunRise framework was really the prototype for the authentication framework, this information should be in the authentication framework doc. I was a little bit confused that C2 supports two frameworks for the same purpose and apparently there is no relationship between them. Senhaji

Re: webapps Authentication framework vs sunRise Authentication framework

2002-11-04 Thread Markdelanoy
"Shall this information be in the authentication framework documentation." I'm not sure what you mean by that. If your referring to my saying you should use the release version versus the scratchpad version... I'd take release version as presumeably scratchpad development

RE: webapps Authentication framework vs sunRise Authentication framework

2002-11-04 Thread Senhaji
Thank you Mark. Shall this information be in the authentication framework documentation. -Message d'origine- De : [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com] Envoyé : lundi 4 novembre 2002 18:15 À : [EMAIL PROTECTED] Objet : Re: webapps Authentication framework vs su

Re: webapps Authentication framework vs sunRise Authentication framework

2002-11-04 Thread Markdelanoy
sunrise I believe was the prototype, e.g. scratchpad, for the authentication framework. You should probably not use it. MD - Please check that your question has not already been answered in the FAQ before posting. <h

webapps Authentication framework vs sunRise Authentication framework

2002-11-04 Thread Senhaji
Hi everybody, Can someone explain what is the difference between the Webapps authentication framework that comes with the auth-login, the auth-logout and the auth-loggedIn actions and the sunRise' actions. Why there are two authentication frameworks? T

Re: Where did the authentication framework go?

2002-09-30 Thread Antonio Gallardo Rivera
I posted this 14 hours ago, but nobody answer me. :( Antonio Gallardo El Lunes, 30 de Septiembre de 2002 14:40, Ugo Cei escribió: > I just updated C2.1-dev from CVS, installed with build > installscratchpadwar and I cannot find the authenitication framework > anymore :(. > > http://localhost:808

Where did the authentication framework go?

2002-09-30 Thread Ugo Cei
I just updated C2.1-dev from CVS, installed with build installscratchpadwar and I cannot find the authenitication framework anymore :(. http://localhost:8080/cocoon/samples/authentication/login The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.avalon

RE: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-21 Thread Hugo Burm
PROTECTED] Subject: Re: Authentication framework (sunshine in 2.0.3) and modular database actions hi, ...sorry, no answer to your question! i'm having a similar problem, but i'm still stuck at a lower level. i want to use the result ID of an authentication by the sunrise framework

Re: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-18 Thread Ralph Rauscher
"Hugo Burm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 8:36 PM Subject: Authentication framework (sunshine in 2.0.3) and modular database actions > Hi, > > I am running 2.1 dev. I want to feed the result ID of an authentication by &g

Re: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-17 Thread Antonio Gallardo Rivera
ope it can helps you. Regards, Antonio Gallardo. El Martes, 17 de Septiembre de 2002 12:36, Hugo Burm escribió: > Hi, > > I am running 2.1 dev. I want to feed the result ID of an authentication by > the authentication framework, into a database query. > > I made my own

Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-17 Thread Hugo Burm
Hi, I am running 2.1 dev. I want to feed the result ID of an authentication by the authentication framework, into a database query. I made my own subclass of the non-modular DataseSelectAction and by using org.apache.cocoon.webapps.session.components.SessionManager, I could find the

RE: Redirect from sub-sitemap in authentication framework

2002-09-05 Thread Carsten Ziegeler
> -Original Message- > From: apurva zaveri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 05, 2002 6:12 PM > To: [EMAIL PROTECTED] > Subject: Redirect from sub-sitemap in authentication framework > > > Redirect from an sub-sitemap to the login pa

Redirect from sub-sitemap in authentication framework

2002-09-05 Thread apurva zaveri
Redirect from an sub-sitemap to the login page does not seem to be working in authentication framework. i.e If you have a protected page in subsitemap. The redirection in sub-sitemap (in case of not authenticated) is not able to go to login page (in sitemap

RE: authentication framework and bea weblogic

2002-08-20 Thread Carsten Ziegeler
AIL PROTECTED]] > Sent: Tuesday, August 20, 2002 6:37 PM > To: [EMAIL PROTECTED] > Subject: authentication framework and bea weblogic > > > Hello, > > after trying out the Authentication Framework on Tomcat and everything > worked fine, >we now deployed on BEA

authentication framework and bea weblogic

2002-08-20 Thread michael_hampel
Hello, after trying out the Authentication Framework on Tomcat and everything worked fine, we now deployed on BEA Weblogic 6.1 SP1 on Solaris. There, we unfortunately get the following error message, where we couldn´t find out where the error is coming from. We think that we get

[Q] Cocoon 2.1 Authentication framework (aka sunRise)

2002-08-04 Thread Ivelin Ivanov
I have tried to read through the Auth. documentation and understand how it relates to the authentication mechanism of the J2EE specification. I see that it supports roles and session context, but do not understand if it is tied to the J2EE container's security. For example when authenticated th

RE: Authentication Framework

2002-07-09 Thread Carsten Ziegeler
Stephan Michels wrote: > > On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote: > > > Hello Carsten, > > > > thanks again for your patch for the Authentication Framework. > > I tried it out and now can access my error messages with the > > temp session cont

Re: Authentication Framework

2002-07-09 Thread Stephan Michels
On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote: > Hello Carsten, > > thanks again for your patch for the Authentication Framework. > I tried it out and now can access my error messages with the > temp session context. > On the other side - with the new LoginAction.java

Authentication Framework

2002-07-09 Thread michael_hampel
Hello Carsten, thanks again for your patch for the Authentication Framework. I tried it out and now can access my error messages with the temp session context. On the other side - with the new LoginAction.java I was not able to login anymore - the authentication always failed. So, I

Authentication Framework

2002-07-05 Thread Michael Hampel
Hello, I am trying out the authentication framework with Cocoon 2.1 dev. Everything runs fine so far - I only have one problem: If the login fails due to a wrong username I want to redirect the user to the login page displaying an error message why the login failed. In my authentication resource

Antwort: RE: Authentication Framework

2002-07-04 Thread michael_hampel
In my example I redirect back to the login page with the login form and want to display an error message there. If I understand you right, then I would - instead of doing a redirect - generate the login page again - if login fails - and would then have access to the temporary session conte

RE: Authentication Framework

2002-07-04 Thread Carsten Ziegeler
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 11:21 AM > To: [EMAIL PROTECTED] > Subject: Antwort: RE: Authentication Framework > > > Could a possible solution be to create a "Authent

Antwort: RE: Authentication Framework

2002-07-04 Thread michael_hampel
Could a possible solution be to create a "Authentication Error" session context, which stores the Error xml and so can then be accessed? miHam - Please check that your question has not already been answered in the FAQ befo

RE: Authentication Framework

2002-07-04 Thread Carsten Ziegeler
Michael Hampel wrote: > > I am trying out the authentication framework with Cocoon 2.1 dev. > Everything runs fine so far - I only have one problem: > > If the login fails due to a wrong username I want to redirect > the user to > the login page displaying an error

Authentication Framework

2002-07-04 Thread michael_hampel
am trying out the authentication framework with Cocoon 2.1 dev. Everything runs fine so far - I only have one problem: If the login fails due to a wrong username I want to redirect the user to