mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 01:22:47 +00:00
Bug 4484
This commit is contained in:
parent
ba999a30c1
commit
f62a7f4695
1 changed files with 1 additions and 0 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue