This is the ubiqx binary tree and linked list library.
[Samba.git] / packaging / SGI / smb.conf
blob178231d2cd1b544e395fa350ec5b81f20d139b92
1 ; Configuration file for smbd.
2 ; ============================================================================
3 ; For the format of this file and comprehensive descriptions of all the
4 ; configuration option, please refer to the man page for smb.conf(5).
6 ; This is a sample configuration for IRIX 6.x systems
8 ; The following configuration should suit most systems for basic usage and 
9 ; initial testing. It gives all clients access to their home directories and
10 ; allows access to all printers specified in /etc/printcap as well as /usr/tmp.
12 [global]
13    comment = Samba %v
14    workgroup = workgroup
15    printing = sysv
17 ; A printcap file is created during installation that contains the names
18 ; of all printers attached to your system. Names longer than 8 characters
19 ; will not be visible to clients.
21    printcap name = /usr/samba/printcap
23 ; If you are using Impressario then you'll want to use the
24 ; sambalp script provided with this package.  It works around
25 ; a problem in the PostScript generated by the standard Windows
26 ; drivers--there is a check to verify sufficient virtual memory
27 ; is available in the printer to print the job, but this fails
28 ; under Impressario because of a bug in Impressario.  The sambalp
29 ; script strips out the vmstatus check.  BTW, when using this
30 ; setup to print be sure to configure a Windows printer driver
31 ; that generates PostScript--QMS-PS 810 is one that should work
32 ; with the sambalp script.
34    print command = /usr/samba/bin/sambalp %p %s %U %m
35    load printers = yes
36    guest account = nobody
37    browseable = yes
39 ;  Set a max size for log files in Kb
40    log file = /usr/samba/var
41    max log size = 50
43 ;  You will need a world readable lock directory and "share modes=yes"
44 ;  if you want to support the file sharing modes for multiple users
45 ;  of the same files
46    locking = yes
47    lock directory = /usr/samba/var/locks
48    share modes = yes
50 ;   security = user
52 ;  You need to test to see if this makes a difference on your system
53    socket options = TCP_NODELAY
55 ;  Set the os level to > 32 if there is no NT server for your workgroup
56    os level = 0
57    preferred master = no
58    domain master = no
59    local master = no
60    wins support = no
61    wins server = 
63    preserve case = yes
64    short preserve case = yes
66 [homes]
67    comment = Home Directories
68    browseable = no
69    writable = yes
71 [printers]
72    comment = All Printers
73    path = /usr/tmp
74    browseable = no
75    printable = yes
76    public = yes
77    writable = no
78    create mask = 0700
80 [tmp]
81   comment = Temporary file space
82   path = /usr/tmp
83   read only = no
84   public = yes