summaryrefslogtreecommitdiffstats
path: root/server/etc/smb-og.conf.tmpl
blob: 3ce6baad15476d2472c2dea4e3590d34ed958122 (plain)
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
29
30
[tftpboot]
   comment = OpenGnSys init files
   browseable = no
   writeable = no
   path = OPENGNSYSDIR/tftpboot
   guest ok = no

[ogclient]
   comment = OpenGnSys Client
   browseable = no
   writeable = no
   locking = no
   path = OPENGNSYSDIR/client
   guest ok = no

[oglog]
   comment = OpenGnSys Log
   browseable = no
   writeable = yes
   path = OPENGNSYSDIR/log/clients
   guest ok = no

[ogimages]
   comment = OpenGnSys Repository
   browseable = no
   writeable = yes
   locking = no
   path = OPENGNSYSDIR/images
   guest ok = no