FW: LDAP Transformer with XSP page?

2003-07-02 Thread Maxime.Gheysen
ion.java:118) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(Ac tTypeNode.java:133) -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 7:23 AM To: [EMAIL PROTECTED] Subject: Re: LDAP Transformer with XSP page? On Tue,

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
Hello Maxime, it is possible. the xsp page has to generate the correct xml syntax for the LDAP transformer. (example at wiki) Martin >>> [EMAIL PROTECTED] Dienstag, 1. Juli 2003 16:20:59 >>> Is it possible to create the ldap.xml, with the ldap queries in a xsp page? ---

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
be to set into my filter a parameter in >the sitemap, like > >But it seems that the ldap transformer has a lot of bugs. The parameter >rootdn works, password works, but both filter and serverurl doesn't >work!!! > >So the only way to filter it is to search by the attribute &qu

Re: LDAP Transformer

2003-07-01 Thread Yury Mikhienko
> I have to ways, the first would be to set into my filter a parameter in > the sitemap, like > > But it seems that the ldap transformer has a lot of bugs. The parameter > rootdn works, password works, but both filter and serverurl doesn't > work!!! > try the foll

LDAP Transformer

2003-07-01 Thread Maxime.Gheysen
it seems that the ldap transformer has a lot of bugs. The parameter rootdn works, password works, but both filter and serverurl doesn't work!!! So the only way to filter it is to search by the attribute "memberOf" in every user data. But this attribute is a DN (means not substri

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

ldap transformer with add, delete, update

2003-02-13 Thread Ingolf Koch
Hi, does anybody know if there is an ldap transformer which is able to add, delete, and update the ldap directory? Thanks, Ingolf - Please check that your question has not already been answered in the FAQ before posting

LDAP Transformer

2002-11-25 Thread Olivier GUCKERT
Hello here I want to use the LDAP Transformer to make an authentification by sending ID an passwd to an LDAP. Which tags should i use and how ? Thanks - Please check that your question has not already been answered in the

LDAP transformer after XSLT transformer -PLEASE HELP

2002-06-06 Thread Paul Terray
Hi, I am trying to add a parameter to a LDAP request, by transforming it with a XSLT stylesheet just before. However, even if my XSLT stylesheet just copy the request without changing it, there is an error in the LDAP transformer : "Could not read resource file:/C:/Program Files/Apache T

LDAP transformer and utf8 encoding

2002-06-05 Thread Paul Terray
Hello, A message already passed on that subject on the list, but there was no answer, so I try again: It seems that the LDAP transformer give back utf8 encoding (which is normal: this is the standard encoding for LDAP), but the subsequent transformers and serializers take it as iso-8859-1

Re: Problem with special german characters and LDAP -Transformer

2002-04-23 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: > Hello, > > I have still Problems with the special german characters and the > LDAP-Transformer. > When I write > ="org.apache.cocoon.serialization.HTMLSerializer"> > -//W3C//DTD HTML 4.01 Transitional//EN > ISO-8859-1 >

Re: Problem with special german characters and LDAP -Transformer

2002-04-23 Thread Katrin_Seiffert
Hello, I have still Problems with the special german characters and the LDAP-Transformer. When I write -//W3C//DTD HTML 4.01 Transitional//EN ISO-8859-1 yes nothing happens. When I make in the xsp-page between a ldap-query, the characters return fine. Why return the LDAP

Re: Antwort: Problem with special german characters and LDAP -Transformer

2002-04-23 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: > Hi, > > >>I use the LDAP-Transformer. It's works fine. But I have a Problem with >>special german characters. I must use the character set "ISO-8859-1". >>The Problem occurs only on LDAP-Transformer-Datas. On the normal conve

Antwort: Problem with special german characters and LDAP-Transformer

2002-04-23 Thread Christoph . Oberle
Hi, > I use the LDAP-Transformer. It's works fine. But I have a Problem with > special german characters. I must use the character set "ISO-8859-1". > The Problem occurs only on LDAP-Transformer-Datas. On the normal conversion > from xml to html using xslt occurs no P

Problem with special german characters and LDAP-Transformer

2002-04-23 Thread Katrin_Seiffert
Hello, I use the LDAP-Transformer. It's works fine. But I have a Problem with special german characters. I must use the character set "ISO-8859-1". The Problem occurs only on LDAP-Transformer-Datas. On the normal conversion from xml to html using xslt occurs no Problems with

LDAP Transformer usage

2002-04-16 Thread Simeon Walker
Hi, has anyone manage to use the LDAP Transformer recently? I have it compiled ok and configured in my sitemap, I just can't figure out the format of the elements. Any suggestions appreciated. Regards, Simeon -- Simeon Walker, email: [EMAIL PROTECTED] Scho

RE: Problems with the LDAP-Transformer on Cocoon 2.0.1

2002-03-19 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Hello, > > I have problems with the LDAP-Transformer on Cocoon 2.0.1 (also on Cocoon > 2.0). > > I have download the jndi.jar - file and have then perform ".\build.bat > -Dinclude.webapp.libs=ye

Problems with the LDAP-Transformer on Cocoon 2.0.1

2002-03-19 Thread Katrin_Seiffert
Hello, I have problems with the LDAP-Transformer on Cocoon 2.0.1 (also on Cocoon 2.0). I have download the jndi.jar - file and have then perform ".\build.bat -Dinclude.webapp.libs=yes webapp". With the new cocoon.war - file I have installed the cocoon on Tomcat 4.0.1. Cocoon run fin