From: Prayank C. <pra...@su...> - 2002-06-29 12:26:37
|
Hi all, I tried to find a solution in the archives but cudnt unfortunately find one. The problem is as follows: I want to modify an attribute value(mail) for an entry, The scriptlet is as follows : $dn='uid=abc, ou=orgn,o=net'; $result=$ldap->modify( $dn, replace => { mail => 'ab...@or...' } ); when I do result->code..i get a return value of 50 but the change doesnot take effect. Please let me the know the way. regs Prayank Chandorkar |