From 89eadba7b81bffcdcf2362ab3805250d5cb8db0b Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Mon, 14 Oct 2002 18:56:00 +0000 Subject: Hide password to browse W2k servers. (Buchan Milne). Domain name to all caps in smb.conf. (Buchan Milne). --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') 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 -- cgit v1.2.1