samba: Force workgroup name to upper case.

This commit is contained in:
Timo Makinen 2014-01-17 20:45:23 +02:00
parent d37d829af3
commit c14530e44e

View file

@ -2,7 +2,7 @@
[global]
# host naming
workgroup = <%= @workgroup %>
workgroup = <%= @workgroup.upcase %>
server string = <%= @description %>
netbios name = <%= @names[0] %>
<% if @names.length > 1 -%>