non-ASCII chars from LDAP correctly encoded in Perl

2005-10-28 Thread Peter Marschall
Hi list, hi gurus (Graham & Chris ;-), I am trying to get non-ACII characters in attributes/objects that I get back from directories using Net::LDAP correctly encoded in Perl-unicode (I.e. so that uc("Hägar") results in "HÄGAR" and not in "HäGAR" or even errors) Unfortunately I have not found an

Re: ($ldap->entries)

2005-10-28 Thread Peter Marschall
Hi, On Thursday, 27. October 2005 18:51, Donny Jekels wrote: > I am using the Net:LDAP package, to update entries in Active Directory. > > This is my first attempt to use the module in addition to my limited > knowledge on the schema attributes in active directory. > I was able to modify the email