2025-08-08 20:28:57 +02:00

20 lines
689 B
Plaintext

# FreeNX with ENABLE_SAMBA_PRELOAD=1 will automatically setup
# port 445 and 139 and forward them to the used samba port.
#
# This enables samba browsing to the local subnet in for example
# konqueror.
#
#@ type: bool
ENABLE_SAMBA_PRELOAD=0
# Additional mount options for mount command (mount.cifs)
#@ type: string
SMB_MOUNT_OPTIONS="vers=2.1,iocharset=utf8,file_mode=0660,dir_mode=0770"
# How to inteprete international symbols in win-client resource-names.
# Contains none,one or more charsets pairs - arguments "[from]>[to]" of iconv command.
# if none, it's equivalent of system charset,
# eg ">cp1252 cp1251>" == "latin1>cp1252 cp1251>UTF-8"
#@ type: string
WIN_CP_CONVERT_CHAIN=""