# Copyright (c) 2021 by Visuality Systems, Ltd.
#
# This file contains the configurable information needed by the CIFS client.
# It contains the list of mount entries used by CIFS Client.


# Mount entries
#
# Each mount entry appears in the following format:
#
#    <mount point>;<remote path>
#
#    Where:
#       <mount point>             the local path relative to the NETWORK folder
#                                 which the remote share is mounted to (including
#                                 the leading slash)
#       <remote path>             the network path of the remote share in the
#                                 format: \\HOSTNAME\SHARENAME
#    Example:
#       \Share1 on MY-PC;\\MY-PC\Share1
#       \mount_point;\\192.168.19.7\shared folder\documents


# 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
