1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/examples/dce-dfs/smb.conf
Andreas Schneider 1ba146dda3 examples: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Rowland Penny <rpenny@samba.org>
2023-03-28 09:33:31 +00:00

42 lines
768 B
Plaintext

[global]
printing = bsd
printcap name = /etc/printcap
load printers = no
guest account = guest
log file = /usr/local/samba/var/log.%m
log level = 8
[homes]
comment = Home Directories
browsable = no
read only = no
create mode = 0750
[test]
comment = test stuff
path = /dept/mis/home/testacct
valid users = testacct
public = no
writable = yes
[namespace]
comment = DCE-DFS Global Root
path = /...
public = no
writable = yes
[oecdfs]
comment = Corporate Cell
path = /.../corp.boston.oec.com/fs
browsable = no
read only = no
create mode = 0750
[develdfs]
comment = Technology Development Cell
path = /.../devel.boston.oec.com/fs
browsable = no
read only = no
create mode = 0750