mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
c0cbf5936f
Reviewed-by: Simo Sorce <idra@samba.org> Autobuild-User(master): Simo Sorce <idra@samba.org> Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
42 lines
771 B
Plaintext
42 lines
771 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
|
|
browseable = 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
|
|
browseable = no
|
|
read only = no
|
|
create mode = 0750
|
|
|
|
[develdfs]
|
|
comment = Technology Development Cell
|
|
path = /.../devel.boston.oec.com/fs
|
|
browseable = no
|
|
read only = no
|
|
create mode = 0750
|
|
|