-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
ksmbd.conf
28 lines (25 loc) · 945 Bytes
/
ksmbd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;******************************************************************************
; Rules to update this file:
; - Every [share] definition should start on new line
; - Every parameter should be indented with single tab
; - There should be single spaces around equal (eg: " = ")
; - Multiple parameters should be separated with comma
; eg: "invalid users = usr1,usr2,usr3"
;
; Make sure to configure the server after making changes to this file.
;******************************************************************************
; example config for /etc/ksmbd/ksmbd.conf
[global]
netbios name = SMBD
[me]
comment = content server share
# guest ok = yes
writable = yes
path = /some/where
write ok = yes
store dos attributes = no
force user = me
force group = me
hide dot files = no
valid users = me
write list = me