changepass-lib.pl has
sub change_samba_password
{
local ($user, $oldpass, $newpass) = @_;
but then uses
if ($config{'smbpasswd'} =~ /\s-r\s/) {
print TEMP $old,"\n";
}
print TEMP $new,"\n",$new,"\n";
($old and $new are not defined)
patch attached
BR,
jsveiga
PS: Version is 1.600, the Milestone combobox does not include this one.
This will be fixed in the next Usermin release.