On 22/8/03 3:07 pm, Chris Ridd <[EMAIL PROTECTED]> wrote: > On 22/8/03 2:50 pm, Erik Ableson <[EMAIL PROTECTED]> wrote: > >> I'm trying to search in an ou that contains accented characters in the name. >> >> OU=Groupes S�curit�,DC... >> >> and it returns zero objects with the filter of (objectclass=group). Since I >> was recently arguing with character sets on this box, I've tried a few >> encode:decode operations on the OU string, but that just causes the script to >> stall indefinitely. >> >> Setup: >> >> Windows XP >> ActiveState perl 5.8 >> Net::LDAP > > If you're using LDAP then you need to have a string containing UTF-8.
s/LDAP/LDAP v3/ :-) Cheers, Chris
