Re: Ldap authentication

2002-11-05 Thread Markdelanoy
Too be honest I started using cocoon three months ago and am following a very iterative process to eventually start talking to the db, e.g. do the look and feel, validation, security, etc. were done first. I had initially tried to get it running but even the sample authentication seemed busted.

Re: Ldap authentication

2002-11-05 Thread Markdelanoy
Look @ the cocoon documentation, e.g. Developer Documentation/ Developing Webapps/Authentication e.g. cocoon's authentication framework. and then for doing customized authentication (using LDAP, SQL, etc.) look at the authentication resource for where you put your code. MD --

RE: Ldap authentication

2002-11-05 Thread Ray Martin
rtals trying to understand the principles involved? parched > -Original Message- > From: [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com] > Sent: Monday, November 04, 2002 12:40 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Ldap authentication > > > If you wa

RE: Ldap authentication

2002-11-05 Thread Senhaji
02 18:40 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : Re: Ldap authentication If you want to use the authentication framework look at the authenticate resource. You'll get passed in a password/username and really anything else you had in your login page. Then within the authenticate reso

Re: Ldap authentication

2002-11-04 Thread Markdelanoy
If you want to use the authentication framework look at the authenticate resource. You'll get passed in a password/username and really anything else you had in your login page. Then within the authenticate resource you can call LDAP. the resource can be a cocoon pipeline or some external reso

Re: Ldap authentication

2002-11-04 Thread Markdelanoy
If you want to use the authentication framework look at the authenticate resource. You'll get passed in a password/username and really anything else you had in your login page. Then within the authenticate resource you can call LDAP. the resource can be a cocoon pipeline or some external reso