samba: Force workgroup name to upper case.
This commit is contained in:
parent
d37d829af3
commit
c14530e44e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
[global]
|
||||
|
||||
# host naming
|
||||
workgroup = <%= @workgroup %>
|
||||
workgroup = <%= @workgroup.upcase %>
|
||||
server string = <%= @description %>
|
||||
netbios name = <%= @names[0] %>
|
||||
<% if @names.length > 1 -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue