diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index e20e1cdf7..c61cc0ff9 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -501,6 +501,7 @@ sub setAuthentication { sub write_smb_conf { my ($domain) = @_; + $domain =~ tr/a-z/A-Z/; #- was going to just have a canned config in samba-winbind #- and replace the domain, but sylvestre/buchan didn't bless it yet |