mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 09:32:49 +00:00
Merge pull request #3 from belonesox/samba:rosa2014.1
Bug 4484 — default workgroup=WORKGROUP
This commit is contained in:
commit
36d6a74882
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue