From: Tom J. <tj...@do...> - 2000-11-09 21:56:43
|
Hey folks, I'd like to delete some attributes by feeding ldap->modify an arrayref, but due to my situation I've no guarantee that all of the attributes listed in arrayref will exist on the target object. Does anyone know what the following code will return into $result if one or more of the attributes in $arrayref do not exist on the target object? my $mesg = $ldap->modify($dn, delete => $arrayref); my $result = $mesg->code; Alternately, can anyone think of a better way to go about this (or check first to see if the attributes exist? Thanks much, Tom Jordan University of Wisconsin Madison |