Merge pull request #3 from belonesox/samba:rosa2014.1

Bug 4484 — default workgroup=WORKGROUP
This commit is contained in:
belonesox 2014-10-06 19:45:27 +04:00
commit 36d6a74882
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ class SmbConf(object):
#essential for anonymous access from windows PC
self.replace_or_add_global_option('map to guest', 'bad user')
self.replace_or_add_global_option('workgroup', 'WORKGROUP')
def output2file(self, out_filename):
with open(out_filename, 'w') as f:

View file

@ -102,7 +102,7 @@
Summary: Samba SMB server
Name: samba
Version: 4.1.9
Release: 6
Release: 8
Epoch: 1
License: GPLv3
Group: System/Servers