use of dn-attribute in LDAPTransformer

2010-06-15 Thread Stephanie Zohner
Dear community! I have problems using the tag dn-attribute with the LDAP-Transformer. According to the documentation this tag should output the dn of the executed LDAP query. Can anybody send me a working code sample? My tries output either exceptions or empty query results. Thanks in

I cant find LDAPTransformer

2005-04-29 Thread Thomas Maier
I want to use LDAPTransformer. But in the release (2.1.7) i downloaded is none. I searched svn but cant find the LDAPTransformer in the current release. Where can I find it? What classes do I need to get it work? Thanks for help Thomas

AW: I cant find LDAPTransformer

2005-04-29 Thread Thomas Maier
Sorry, I found it in: blocks/naming/java. -Ursprüngliche Nachricht- Gesendet: Freitag, 29. April 2005 11:41 An: users Betreff: I cant find LDAPTransformer I want to use LDAPTransformer. But in the release (2.1.7) i downloaded is none. I searched svn but cant find

LDAPTransformer

2005-04-28 Thread Jean-Claude Moissinac
Hello I would like to use LDAPTranformer for authentication. The DTD is not enough as documentation to use it. What are the supported parameters values?... I know - my ldap server say: ldap.myserver.fr - I have to use SSL or TLS as protocol - I can try a ldap_bind with my login I think I have

LDAPTransformer

2004-05-06 Thread Marc Kramis
Hi I recently used the LDAPTransformer. Two issues that are not clear to me: 1st Username and Password Auth: If I use it for user authentification (I send a username and a password, the ldap server sends me a user for valid password and an error for a invalid password), I get a correct

Re: LDAPTransformer error.

2004-04-30 Thread grofcik.lan
I'm not LDAP expert too, but when I query ldap, and select all attributes for some object, there was a byte array object (for password). Implementation LDAP is IBM Directory Server. regards Martin Joerg Heinicke wrote: On 29.04.2004 15:05, grofcik.lan wrote: Hello, When I use LDAPTransformer

LDAPTransformer error.

2004-04-29 Thread grofcik.lan
Hello, When I use LDAPTransformer (cocoon 2.1.4), I obtained ClassCastException when I try to pass byte array to recodeFromLDAPEncoding((String) vals.nextElement()). Attribute password was represented as a byte array. I changed the code in the LDAPTransformer to recodeFromLDAPEncoding((String

Re: LDAPTransformer error.

2004-04-29 Thread Joerg Heinicke
On 29.04.2004 15:05, grofcik.lan wrote: Hello, When I use LDAPTransformer (cocoon 2.1.4), I obtained ClassCastException when I try to pass byte array to recodeFromLDAPEncoding((String) vals.nextElement()). Attribute password was represented as a byte array. I changed the code

Re: Antw: LDAPTransformer DN (Distinguished Name)

2004-02-17 Thread DAYD3
Day Martin Geissler [EMAIL PROTECTED] 02/13/2004 03:47 AM Please respond to users T To: [EMAIL PROTECTED] cc: bcc: Subject:Antw: LDAPTransformer DN (Distinguished Name) Hello David, we had a similar problem. We needed the DN Name URL Encoded to enter this value as Form

LDAPTransformer DN (Distinguished Name)

2004-02-12 Thread DAYD3
I've been trying unsuccessfully to get the LDAPTransformer to return the Distinguished Name of the entries it finds. I'm using this for User Authentication, so I first do a lookup via anonymous bind, and then once I've found the users DN (which I'm having to manually fudge right now), I rebind