summaryrefslogtreecommitdiffstats
path: root/server/etc/smb-og.conf.tmpl
blob: 1ee7024c9f85af167969d991c312363ed422094a (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
31
32
33
34
35
36
37
[tftpboot]
   comment = el directorio fisico ogclient debe estar como escritura
   writeable = no
   read only = yes
   #locking = no
   path = /var/lib/tftpboot
   guest ok = no

#[ogboot]
#   comment = OpenGnSys Boot
#   writeable = no
#   read only = yes
#   #locking = no
#   path = /var/lib/tftpboot
#   guest ok = no

[ogclient]
   comment = OpenGnSys Client
   read only = yes
   locking = no
   path = OPENGNSYSDIR/client
   guest ok = no

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

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