diff options
Diffstat (limited to 'server/etc/smb-og.conf.tmpl')
-rw-r--r-- | server/etc/smb-og.conf.tmpl | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/server/etc/smb-og.conf.tmpl b/server/etc/smb-og.conf.tmpl new file mode 100644 index 00000000..1ee7024c --- /dev/null +++ b/server/etc/smb-og.conf.tmpl @@ -0,0 +1,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 |