View | Details | Raw Unified | Return to bug 215645
Collapse All | Expand All

(-)SambaAD.pm (+5 lines)
Lines 137-142 Link Here
137
137
138
    my ($self, $workgroup) 	= @_;
138
    my ($self, $workgroup) 	= @_;
139
    $ads			= $self->GetADS ($workgroup);
139
    $ads			= $self->GetADS ($workgroup);
140
    # we need to adjust system time before joining
141
    my $out	= SCR->Execute (".target.bash_output", "net time set -S $ads");
142
    if ($out->{"exit"} ne 0) {
143
	y2warning ("adjusting time failed: ", Dumper ($out));
144
    }
140
    return $ads;
145
    return $ads;
141
}
146
}
142
147

Return to bug 215645