From: Graham B. <gb...@po...> - 2000-05-30 08:54:44
|
Can you post some example code so we can see exactly what you are trying to describe. Graham. On Sun, May 28, 2000 at 05:29:12PM -0500, Chris Reahard wrote: > 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 > |