Hi, I am using Perl-ldap ( and excellent it is too ) to connect to an Active Directory. I am using an SSL connection since I do not want to pass the password in the clear.
When reading a large sub-tree, in a number of pages, I get this error ( LDAP_DECODING_ERROR:C<Net::LDAP> ). If I change the page size it occurs after a different number of entries. e.g Page size 250 - after 20250 entries 50 - after 5400 entries If I make the connection without SSL there is no problem and all the records can be read without sign of the decoding error. Any clues anyone. TIA Simon