summaryrefslogtreecommitdiffstats
path: root/server/etc
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2011-06-29 18:07:46 +0000
committerramon <ramongomez@us.es>2011-06-29 18:07:46 +0000
commite65b63cc71e6ad3a9d9f59f8e0004de081e1e5c6 (patch)
tree2f5121b3939a391627e94efe084ef524f136ed9f /server/etc
parent35b6d4ae95a08654fb255ad06dbbacd9a9a9ab37 (diff)
VersiĆ³n 1.0.2: servicios Samba marcados como no visibles.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2114 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/etc')
-rw-r--r--server/etc/smb-og.conf.tmpl19
1 files changed, 6 insertions, 13 deletions
diff --git a/server/etc/smb-og.conf.tmpl b/server/etc/smb-og.conf.tmpl
index 1ee7024c..894bbc72 100644
--- a/server/etc/smb-og.conf.tmpl
+++ b/server/etc/smb-og.conf.tmpl
@@ -1,37 +1,30 @@
[tftpboot]
comment = el directorio fisico ogclient debe estar como escritura
+ browseable = no
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
+ browseable = no
+ writeable = no
locking = no
path = OPENGNSYSDIR/client
guest ok = no
[oglog]
comment = OpenGnSys Log
- read only = no
+ browseable = no
writeable = yes
path = OPENGNSYSDIR/log/clients
guest ok = no
[ogimages]
comment = OpenGnSys Repository
- read only = no
+ browseable = no
writeable = yes
locking = no
path = OPENGNSYSDIR/images
guest ok = no
+