From: Mark W. <mew...@un...> - 2000-08-14 21:03:31
|
To delete: $ldap->modify( $dn, delete => {'jpegphoto'} ); to replace: $ldap->modify( $dn, replace => {'jpegphoto' => new_binary_data} ); Mark On Mon, 14 Aug 2000, Chelsie Pentz wrote: > Hi all, > Does anyone know how to delete or replace an existing picture in the > repository? It doesn't seem to be the same syntax as modifing the other > attributes. > > Thanks, > Chelsie > > |