20040802 freebsd windows interoperability using samba - plembo/onemoretech GitHub Wiki

title: FreeBSD-Windows Interoperability Using Samba link: https://onemoretech.wordpress.com/2004/08/02/freebsd-windows-interoperability-using-samba/ author: lembobro description: post_id: 766 created: 2004/08/02 10:43:00 created_gmt: 2004/08/02 10:43:00 comment_status: open post_name: freebsd-windows-interoperability-using-samba status: publish post_type: post

FreeBSD-Windows Interoperability Using Samba

In the past I’ve set up Windows machines to talk lpd and NFS to UNIX boxes, but recently I decided to give Samba another try. Many years ago I used Samba 1.x with some success, and was at first frustrated by 3.0, until I stopped using SWAT and other GUI’s and did everything from the command line. Here’s my smb.conf:

`

# Global parameters
[global]
workgroup = WORKGROUP
server string = Samba Server
passdb backend = tdbsam
log file = /var/log/samba/log.%m
max log size = 50
os level = 33
preferred master = yes
domain master = yes
wins support = yes
printing = bsd
load printers = yes
show add printer wizard = yes
use client driver = no
#
[printers]
comment = All Printers
path = /var/spool/samba
printable = yes
browseable = yes
public = yes
guest ok = yes
#
[share]
path = /usr/local/share
read only = No
[lp]
comment = gimp/pcl-4;r=300x300;q=medium;c=gray;p=letter;m=auto
path = /var/spool/samba
read only = No
printable = Yes
printer name = lp
use client driver = Yes
oplocks = No
share modes = No

`

Copyright 2004-2019 Phil Lembo