silverlocket
IS-IT--Management
Hi guys....
I'm trying to delete the value held by an ldap entry.
But instead of deleting the value i'm getting the attribute deleted... Could anyone give me a clue?
Here's my code...
my @entries = $mesg2->entries;
foreach my $entry (@entries) {
$entry->delete("cpUSRTimeZoneName" => []);
$entry->update($ldap);
$entry->dump;
}
Thx
Susan
I'm trying to delete the value held by an ldap entry.
But instead of deleting the value i'm getting the attribute deleted... Could anyone give me a clue?
Here's my code...
my @entries = $mesg2->entries;
foreach my $entry (@entries) {
$entry->delete("cpUSRTimeZoneName" => []);
$entry->update($ldap);
$entry->dump;
}
Thx
Susan