# Copyright (c) 2021 by Visuality Systems, Ltd.
#
# This file contains the configurable information needed by the CIFS Server.
# This file is used to define the resources that NQ server would share with
# other clients over the network. It holds the resource name along with its
# shares, and path, so that the CIFS server would be able to deliver the
# services provided by that resource.

# Share records
#
# File contains share records of the following type:
#
# Share record
#    Share records specify information about shared resources,
#    or "Trees". The format of the Share record is:
#
#    <share name>;<path>;<resource comment>;<type>
#
#    Where:
#       <share name>              name used to access the resource from the network
#       <path>                    local path of the share
#       <resource comment>        shared resource comment
#       <type>                    shared resource type:
#               printer           designates printer share (should be omitted for regular share)
#               encrypted         designates encrypted share (should be omitted for regular share)      
#       
#    Example:
#       HD1Root;/ata0a;Hard Disk 1 Root;
#       Share1;/ata0a/folder;Shared folder;encrypted
#       PrinterColor;/dev/usb/lp0;Shared printer;printer
#       Shared_folder;c:\\Shared_folder;Shared_folder share;

# Message signing policy
#
# MESSAGESIGNING=DISABLED/ENABLED/REQUIRED     Use one of the possible values

MESSAGESIGNING=ENABLED

# Server general settings:
#
# Global encryption.
# Please note this setting is effective for SMB3 only.
#
# GLOBALENCRYPTION=FALSE           Set TRUE to enable global encryption for Server
#

GLOBALENCRYPTION=FALSE

# Support SMB1 dialect:
#       SUPPORTSMB1=TRUE/FALSE
#
# By default SMB1 is supported.
# Please note this parameter has no effect when compiled without UD_NQ_INCLUDESMB1
#

#SUPPORTSMB1=FALSE

# Anonymous Access:
#
# Allow or disable anonymous access to Server.
#
# ANONYMOUSALLOWED=TRUE/FALSE       Set TRUE to enable anonymous access to Server
#

#ANONYMOUSALLOWED=TRUE

# Disk size limit:
#       MAXDISKSIZE=<size>
#
# Disk size limit in megabytes to be reported for each YNQ Server share.
# Must be non-negative integer up to 2^44.
# Note that it does not limit the amount of data you can put on the disk.
#

#MAXDISKSIZE=1000

