Title: FW: OLE and Exchange - GetObject fails 0x8007203a connecting to LDAP source
I had find the solution, follow is correct code.
 
%attrs = ( "activities", {"a",["newsletter1", "newsletter2"]} );
ldap_modify_s($ld,$dn,\%attrs);
 
and another question is:
 
I want to parser a ldif file,
the type is:
 
activities: newsletter1
activities: newsletter2
 
how show I do when read activities attribute to %attrs,
if I use $attr{'activities'} = "newsletter1"
the next should be overwrite the first one, pls give
me a hand, thx  
----- Original Message -----
From: chainccc
Sent: Thursday, April 26, 2001 10:43 AM
Subject: ldap add multi value problem

Hi, All;
 
I can use follow scripts to add a multi value,
what should I do, if I want to add 2 or 3 multi
value? thx
 
%attrs = ( "activities", {"a",["newsletter1"]} );
ldap_modify_s($ld,$dn,\%attrs);

Reply via email to