Posted By:
Anonymous
Posted On:
Thursday, April 1, 2004 09:11 AM
How do I encode german 'Umlauts' correctly into an LDAP URL? Specifically, I want to access the object ldap://xxx/cn=Domänen-Admins,cn=users,dc=... on an Active Directory Service. I have already tried the following: ldap://xxx/cn=Dom%e4nen-Admins,cn=users,dc=... - that's what I've guessed from the LDAP URL specification. However, I'm still getting a NameNotFoundException. If it's not an umlaut, but e.g. a space (%20), my method works perfectly. What am I doing wrong? Flo
More>>
How do I encode german 'Umlauts' correctly into an LDAP URL? Specifically, I want to access the object
ldap://xxx/cn=Domänen-Admins,cn=users,dc=...
on an Active Directory Service.
I have already tried the following:
ldap://xxx/cn=Dom%e4nen-Admins,cn=users,dc=...
- that's what I've guessed from the LDAP URL specification. However, I'm still getting a NameNotFoundException.
If it's not an umlaut, but e.g. a space (%20), my method works perfectly. What am I doing wrong?
Flo
<<Less