Re: LDAP Transformer with XSP page?

2003-07-01 Thread Yury Mikhienko
On Tue, 1 Jul 2003 16:20:59 +0200 <[EMAIL PROTECTED]> wrote: > Is it possible to create the ldap.xml, with the ldap queries in a xsp > page? > Yes, for example: http://apache.org/xsp"; xmlns:ldap="http://apache.org/cocoon/LDAP/1.0";> String cn = request.getParameter("cn

Antw: RE: LDAP Transformer with XSP page?

2003-07-01 Thread Martin Geissler
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Tuesday, July 01, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: RE: LDAP Transformer I think there must be a way other than set the parameter in the sitemap like : from the ldap.xml write something like that :

RE: LDAP Transformer with XSP page?

2003-07-01 Thread Maxime.Gheysen
Is it possible to create the ldap.xml, with the ldap queries in a xsp page? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Tuesday, July 01, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: RE: LDAP Transformer I think there must be a way other than set the

RE: LDAP Transformer

2003-07-01 Thread Maxime.Gheysen
CTED] Subject: RE: LDAP Transformer it doesn't work. As I said the filter cannot be definied as parameter in the sitemap. It returns the error [LDAPTransformer] Error in LDAP-Query: javax.naming.directory.InvalidSearchFilterException: Empty filter; It must be a bug or so... But referi

RE: LDAP Transformer

2003-07-01 Thread Maxime.Gheysen
_Generic,OU=IT_Res,OU = >IT,DC=corproot,DC=net)(memberOf=CN=DG_IT-CLI-DAR_A_05,OU=IT_CLI-DAR,OU= I >T_Generic,OU=IT_Res,OU=IT,DC=corproot,DC=net)(memberOf=CN=DG_IT-CLI-DAR _ >A_06,OU=IT_CLI-DAR,OU=IT_Generic,OU=IT_Res,OU=IT,DC=corproot,DC=net)) > >Thanks > -----Original Message--

Re: LDAP Transformer

2003-07-01 Thread Yury Mikhienko
On Tue, 1 Jul 2003 14:55:52 +0200 <[EMAIL PROTECTED]> wrote: > hello, > I have integrated ldap into my portal as identhification system. > My problem is that I have to put a filter to search all users from these > seven groups : > DG_IT-CLI-DAR_A_00 to DG_IT-CLI-DAR_A_06 > I have to ways, the firs

Re: LDAP Help? Where is there any complete help/tutorial? Mail archive doesn't work

2003-06-05 Thread Bertrand Delacretaz
Le Jeudi, 5 juin 2003, à 11:22 Europe/Zurich, <[EMAIL PROTECTED]> a écrit : ...I also tried the mail archives, but there are all "dead links" (eg. http://www.mail-archive.com/[EMAIL PROTECTED]/msg28095.html). don't know about mail-archive but most people here use the MARC archives, which work:

RE: ldap transformer with add, delete, update

2003-02-13 Thread Matthew Langham
Ingolf > does anybody know if there is an ldap transformer which is able to add, > delete, and update the ldap directory? > We have one as part of some commercial Cocoon add-on stuff we have. Contact me if you would be interested in more details. Matthew -- Open Source Group Cocoon { Consu

Re: ldap

2002-12-06 Thread Christian Joelly
Hi Brett! then you are on the lucky side ;-) I have a LDAP directory and can't switch to a database without migrating the whole infrastructure. Its a pain to change the cocoon version every few months when you realize that things are not working properly, so im thinking of using another framework

Re: ldap

2002-12-06 Thread Brett McCormick
I haven't gotten LDAPTransformer to work, and I haven't found any good docs on it. I decided to use an SQL db for now, and switch to LDAP later. On Friday, 6 December 2002, at 09:16:09, Christian Joelly wrote: > > Hi Tim! > > thanks for your response. I'll switch to LDAPTransformer. > > Chri

Re: ldap

2002-12-06 Thread Christian Joelly
Hi Tim! thanks for your response. I'll switch to LDAPTransformer. Chris On Fri, Dec 06, 2002 at 09:27:13AM +1100, Bentley, Tim wrote: > > Unfortunately I am no longer using Cocoon, so I haven't tested eldap with > the latest versions and am not in a position to provide much help :-( > However,

RE: ldap

2002-12-05 Thread Bentley, Tim
rom: Christian Joelly [mailto:[EMAIL PROTECTED]] > Sent: Friday, 6 December 2002 5:04 AM > To: [EMAIL PROTECTED] > Cc: Bentley, Tim > Subject: Re: ldap > > > Hello Tim! > > i want to use your eldap logicsheet with cocoon 2.0.3 but get > some errors which doesnt o

Re: ldap

2002-12-05 Thread Christian Joelly
Hello Tim! i want to use your eldap logicsheet with cocoon 2.0.3 but get some errors which doesnt occur with cocoon 2.0.1: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling logincheck_xsp: Line 995, column 73: il

RE: LDAP

2002-11-18 Thread Martin Geissler
Hello, as far as i know is the LDAP Tranformer not included in Cocoon 2.0.3 Perhaps use the sources at the Code Repository. Regards Martin >>> [EMAIL PROTECTED] Freitag, 15. November 2002 14:52:53 >>> Hi!. Can anyone give me any example of use LDAP Transformer on Cocoon 2.0.3, because I can't f

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

RE: LDAP and Cocoon 2.0

2002-02-12 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Does anyone have an example of connecting to an LDAP with Cocoon 2.0? I don't have. > I am > currently using Tomcat 3.2.1, and Cocoon 2.0. I have seen an example for > posted for Cocoon 1.x, but I could not install it so that it would wo

RE: ldap

2001-08-23 Thread Bentley, Tim
Beat - Here's the current version. In addition to querying, you can do adds, removes and deletes. The Add syntax is as follows: ldap://yourmachine:porthere cn=James BROWN,ou=Administration,ou=Corporate,o=DemoCorp,c=au error top inetorgperson BROWN James BROWN

RE: LDAP/ELDAP Logicsheet

2001-07-26 Thread Bentley, Tim
ilto:[EMAIL PROTECTED]] > Sent: Thursday, 26 July 2001 20:42 > To: [EMAIL PROTECTED] > Subject: Re: LDAP/ELDAP Logicsheet > > > Sorry about my previous message, I didn't took the time to > scroll down t

Re: LDAP/ELDAP Logicsheet

2001-07-26 Thread Tibi DONDERA
Sorry about my previous message, I didn't took the time to scroll down to the end of the message... Tibi Dondera - Please check that your question has not already been answered in the FAQ before posting.

Re: LDAP/ELDAP Logicsheet

2001-07-26 Thread Tibi DONDERA
PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 10:05 AM Subject: re: LDAP/ELDAP Logicsheet > Tibi - > > Yeah, sorry. It is still 'almost finished'! I do have a version which > works with Cocoon2, but I haven't had a chance to combine the

RE: LDAP taglib: Able to retrieve metadata?

2001-06-21 Thread Bentley, Tim
Paul - Hope this reply is still relevant to you - I've been off-line for a couple of weeks. > I know that I could use an LDAP query to retrieve a search result set, > and then use XSP to grab the tag names instead of the values > themselves, but it appears that the LDAP tablib will not return an

RE: ldap-query

2001-06-07 Thread Bentley, Tim
Niklas - There are various examples in the release, and lots of stuff in the archives about processing forms - this isn't really an LDAP-specific thing. I don't have an example to hand, but if you do some searching in the mailing list archives you should be able to find some help. I'd be intere