summaryrefslogtreecommitdiffstats
path: root/server/etc/smb-og.conf.tmpl
blob: 8975a4784c6a3b239366a48af87e6433f08a283d (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