Buchan Milne <[EMAIL PROTECTED]> writes: > I haven't got a patch, but can I make a request while you're hacking? I > haven't tested install yet, but I don't think this buglet has been fixed:
[...]
> Please ensure $domain is capitalised before creating the directory. You
> capitalise a bit later:
>
> sub write_smb_conf {
> my ($domain) = @_;
> $domain =~ tr/a-z/A-Z/;
>
> Where you could capitalise immediately after getting from the user:
> my $domain = $o->{netc}{WINDOMAIN};
ok, done
