|
[ SMB ]
# Definition for the Server Message Block Protocol
[ Server ]
#
GroupName of server = FIS
#
# Definitions for the server task
# Note: DO NOT EXCEED the size of the fields as they are shown
unless
# stated in another way. The fields will be truncated if the are
larger!
#
[ Shares ]
Number of shares = 0002 # up to 5 shares may be defined
#
# 123456,
123456789012,123456789012345678901234567890,12345678901234567890123567890
# Number= NameOfShare ,Comment for share ,Local file
system path ,
0001 = Logs ,Logfile_Directory ,C:\\RTOS\\MFN1\\LOG
0002 = RunTime ,Runtime_directory ,C:\\RTOS\\MFN1
#
[ UsrGrp ]
Number of groups = 0002 # up to 5 groups may be defined
#
# 123456, 1234567890,123456789012,1234567890
# Number= NameOfGrp ,NameOfShare ,Permission,
0001 = FullAcc ,RunTime ,READWRITE ,
0002 = Restricted,Logs ,READONLY
#
[ Users ]
Number of users = 0002 #
#
# 123456, 1234567890,123456789012,1234567890.....
# Number= NameOfGrp ,UserName ,Password (not longer that 128
characters)
0001 = FullAcc ,Kuske ,carpe_diem
0002 = Restricted,dieter ,test
#
# ************* END OF SMB SERVER SECTION
**************************** |