Initialize the file descriptor in the files_struct before trying to close it. Otherwi...
[Samba/gebeck_regimport.git] / examples / dce-dfs / smb.conf
blob1f060282c370e891be54bfdc1839b3cf3279225e
1 [global]
2    printing = bsd
3    printcap name = /etc/printcap
4    load printers = no
5    guest account = guest
6    log file = /usr/local/samba/var/log.%m
7    log level = 8
9 [homes]
10    comment = Home Directories
11    browseable = no
12    read only = no
13    create mode = 0750
15 [test]
16    comment = test stuff
17    path = /dept/mis/home/testacct
18    valid users = testacct
19    public = no
20    writable = yes
22 [namespace]
23    comment = DCE-DFS Global Root 
24    path = /...
25    public = no
26    writable = yes
28 [oecdfs]
29    comment = Corporate Cell
30    path = /.../corp.boston.oec.com/fs
31    browseable = no
32    read only = no
33    create mode = 0750
35 [develdfs]
36    comment = Technology Development Cell
37    path = /.../devel.boston.oec.com/fs
38    browseable = no
39    read only = no
40    create mode = 0750