From: Jim H. <ha...@us...> - 2000-06-19 15:04:16
|
Yes, the replace operation is just that: $ldap->modify($dn, replace => {$attr=>$value} ); --Jim Harle US Naval Academy On Mon, 19 Jun 2000, Bouarich, Reda wrote: > Hello people, > I'm using a ldap->modify operation to update my entry datas, but using that, > i'm supposed to know the value of the attribute i'm modifying > > (the syntax is not respected) > e.g-> $ldap->modify > delete > cn => 'current value' > add > cn=> 'new value'. > > It's not convenient when i'm manipulating files! > So, is there any other way, something like a "replace operation" or anything > else? > Thanks a lot. > > Reda Bouarich > Compaq Computer Corp > tel: 04-92-95-58-65 > email: Red...@co... > > > > |