source: server/etc/smb-og.conf.tmpl @ 2fae617b

webconsole3
Last change on this file since 2fae617b was 1236d17, checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago

añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error

  • Property mode set to 100644
File size: 547 bytes
Line 
1[tftpboot]
2   comment = OpenGnsys init files
3   browseable = no
4   writeable = no
5   path = OPENGNSYSDIR/tftpboot
6   guest ok = no
7
8[ogclient]
9   comment = OpenGnsys Client
10   browseable = no
11   writeable = no
12   locking = no
13   path = OPENGNSYSDIR/client
14   guest ok = no
15
16[oglog]
17   comment = OpenGnsys Log
18   browseable = no
19   writeable = yes
20   path = OPENGNSYSDIR/log/clients
21   guest ok = no
22
23[ogimages]
24   comment = OpenGnsys Repository
25   browseable = no
26   writeable = yes
27   locking = no
28   path = OPENGNSYSDIR/images
29   guest ok = no
30
Note: See TracBrowser for help on using the repository browser.