From: Chris R. <cre...@da...> - 2000-05-28 22:31:11
|
Just out of curiosity, is there anything special ya'll might know about that would cause the Perl LDAP module to flip-out when trying to use arrays in the modify method while talking to a version 2 LDAP tree? I can use hashes all day long, but the second I try it with an array it gives me an error code 2 (incorrect version number or incorrect PDU structure). I'm using OpenLDAP 1.2.7 and my array is in the form of ('key', 'value'). The main problem is I want to have multiple entries of the same key, and of course a hash would "kindly" trunicate me down to one. Also, I'm using perl 5.6.0 and perl-ldap 0.17 Thanks -- Chris |