samba: Add support for configuring unix charset
This commit is contained in:
parent
de5f1955b4
commit
a9a4cee9c0
2 changed files with 4 additions and 1 deletions
|
@ -82,6 +82,8 @@ class samba::server::configs {
|
|||
# full ad realm name.
|
||||
# $localconf:
|
||||
# Source of optional local configuration.
|
||||
# $charset:
|
||||
# Charset the unix machine Samba runs on uses. Defaults to iso-8859-1.
|
||||
#
|
||||
# === Global variables
|
||||
#
|
||||
|
@ -105,6 +107,7 @@ class samba::server(
|
|||
$auth="tdbsam",
|
||||
$workgroup="WORKGROUP",
|
||||
$description="Samba Server Version %v",
|
||||
$charset="iso-8859-1",
|
||||
$interfaces=undef,
|
||||
$localconf=undef,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue