# Copyright (c) 2021 by Visuality Systems, Ltd.
#
# This file contains the CIFS/SMB common configuration.
# Each entry should be kept on an individual line.


# Domain Parameters:
#       DOMAIN=name[:D/W]
#                    Name of the domain/workgroup
#                    The optional D/W modifier specifies whether the name should
#                    be treated as a Domain or a Workgroup:
#                      D - The CIFS/SMB server is a member of a NT Domain and is
#                          able to authorize both domain and local users.
#                          The domain must be specified as a FQDN (fully
#                          qualified domain name).
#                      W (default) - The CIFS/SMB Server is a member of a
#                          Workgroup and is able to authorize local users only
#   Note:
#       In the context of CIFS/SMB Client this parameter is used as Domain/Workgroup name
#       in default user credentials.
#   Example 1:
#       DOMAIN=WORKGROUP:W
#
#   Example 2:
#       DOMAIN=DOM1.local:D

DOMAIN=WORKGROUP:W

# WINS Parameters:
#       WINS=IP
#                    IP address of the WINS. For non-WINS networks this
#                    parameter should be omitted (the 'WINS' keyword
#                    should not appear in the file)
#   Example:
#       WINS=192.168.0.1

#WINS=192.168.0.1

# DNS Parameters:
#       DNS=IP
#                    IP addresses of the DNS. For non-DNS networks this
#                    parameter should be omitted (the 'DNS' keyword
#                    should not appear in the file)
#   Example 1:
#       DNS=192.168.0.2
#
#   Example 2:
#       DNS=192.168.0.2;192.168.0.3

#DNS=192.168.0.2

# Hostname Parameters:
#       HOSTNAME=
#                    NetBIOS host name with length up to 15 symbols, allows to specify host name other than the real one.
#                    Please note when this parameter is omitted or empty default host name reported by underlying system will be used.
#                    Long names will be truncated.
#
#   Example:
#       HOSTNAME=myhost
#

#HOSTNAME=myhost

# Default Credentials Parameters:
#       USERNAME=
#       PASSWORD=password[:E]
#                    Username and password for default user to be used for communication with Domain Controller.
#                    Please note is has to have domain admin rights in Active Directory for NQ Server to be able to join Windows domain.
#
#                    :E  - Password is encrypted. 
#                    Please note for generation of encrypted password YNQ Password Utility must be used.
#
#   Example 1 (plain text password):
#       USERNAME=user
#       PASSWORD=12345
#
#   Example 2 (encrypted password):
#       USERNAME=user
#       PASSWORD=6eb2383ae4abb2c5f1640e8b453a19bb0d611e527bd6f012:E
#       
#

USERNAME=user
PASSWORD=12345

# Internal Capture Parameters:
#       INTERNALCAPTURE=TRUE/FALSE
#
# Please note this parameter has no effect when compiled without UD_NQ_INCLUDESMBCAPTURE
#

#INTERNALCAPTURE=FALSE

# Internal Capture Base Folder Path Parameter:
#       INTERNALCAPTUREBASEFOLDER=
#                               This parameter allows to specify the location of NQ internal capture file
#     
# Note:
#   This parameter has no effect when compiled without UD_NQ_INCLUDESMBCAPTURE.   
#   When this parameter is used NQ ignores UD_CM_CAPTURE_BASEFOLDER.                
#   This parameter specifies the base folder of capture file, if you want to specify
#   the name of capture file, please change the following macro: UD_CM_CAPTURE_FILENAME
#

#INTERNALCAPTUREBASEFOLDER=./nqcapture/

# Internal Trace Parameters:
#       INTERNALTRACE=TRUE/FALSE
#
# Please note this parameter has no effect when compiled without NQ_DEBUG (UD_NQ_INCLUDETRACE)
#

#INTERNALTRACE=FALSE

# Log Base Folder Path Parameter:
#       LOGBASEFOLDER=
#                    This parameter allows to specify the location of NQ log file
#     
# Note:
#   This parameter has no effect when compiled without UD_CM_LOG_TOFILE.   
#   When this parameter is used NQ ignores UD_CM_LOG_BASEFOLDER.                
#   This parameter specifies the base folder of log file, if you want to specify
#   the name of log file, please change the following macro: UD_CM_LOG_FILENAME
#

#LOGBASEFOLDER=./nqlog/

# Event Log Base Folder Path Parameter:
#       EVENTLOGBASEFOLDER=
#                         This parameter allows to specify the location of NQ event log file
# 
# Note:
#   This parameter has no effect when compiled without UD_NQ_INCLUDEEVENTLOG.   
#   When this parameter is used NQ ignores UD_CM_EVENTLOG_BASEFOLDER.                
#   This parameter specifies the base folder of event log file, if you want to specify
#   the name of event log file, please change the following macro: UD_CM_EVENTLOG_FILENAME
#

#EVENTLOGBASEFOLDER=./nqeventlog/