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) vals.nextElement().toString()).

Is there any other (better) solution for this problem?

Thank you for answer
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to