Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 1997 18:13:56 +0100 (MET)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        fherda@herda.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Samba Configuration File - smb.conf
Message-ID:  <199702121713.SAA12675@gilberto.physik.rwth-aachen.de>
In-Reply-To: <19970212161126.AAB6891@dcro6.dcro.dla.mil> from "Frank A. Herda, C.M.H." at "Feb 12, 97 11:11:09 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> I have just installed the samba port as I need
> a compatable file system access scheme.
> 
> Could someone please include a sample smb.conf
> file in their e-mail to me?
this is my global section:

[global]
;;;   debug level = 9
;;;   os level = 50
;;;   wins proxy = yes
   printing = bsd
   load printers = yes
   print command = /usr/bin/lpr -h -P%p %s
   lpq command = echo "no entries"
   printer name  = lp0
   printcap name = /etc/printcap
   guest account = guest
   create mask = 0755
   max xmit = 32768
   log level = 3
   log file = /var/log/smb.log.%m
;                                                                   
[printers]
   path = /tmp
   printer=lp0
   printable = yes
   public = yes
   writable = yes
   create mode = 0700
   valid users = you
                                 
;
[public]
   path = /home/public
   public = yes
   writable = yes
   printable = no
;                                       

Maybe I'm not running exactly the version of ports or packages
so YMMV. (there have been keywords added from one version to another
and syntax may have changed slightly.


> 
> The documentation is a little confusing as to
> what needs to be included in this file that I
> need.  i.e.  I just want a specified file system to be
> available to be mounted.
> 
> Thanks for your help!
> 
> 
> Col. Frank A. Herda, C.M.H.
> (216)479-7989 Voicemail/Pager
> http://www.herda.com
> 
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702121713.SAA12675>