SUMMARY: WinDD and Samba on a Sun

Simon-Bernard Drolet (Simon-Bernard.Drolet@M3iSystems.com)
Mon, 17 Mar 1997 17:02:21 -0500

This is a multi-part message in MIME format.

--Boundary_(ID_ub5KZ+cQO/SPw98qz6lkpw)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit

Thank's to everyone,

With some help and a lot of reading (man pages of samba), I finally
created a samba package that's working on my Sun with my WinDD server.

There's a lot of gotchas when using WinDD and Samba. Here's my smb.conf
and take notes that I'm using encrypted passwords with authentication
done on the WinDD side (I'm using WinDD NIS so the Unix and NT password
are the same!).

This way, I've got the best of both world !

Thank's.

-- 
Simon-Bernard Drolet      Email: Simon-Bernard.Drolet@M3iSystems.QC.CA
Unix System Administrator Tel: (514) 928-3386 ext. 2330
M3i Systems Inc.          Fax: (514) 442-5076
Longueuil, Quebec, Canada http://www.M3iSystems.QC.CA

--Boundary_(ID_ub5KZ+cQO/SPw98qz6lkpw) Content-type: text/plain; name=smb.conf; charset=us-ascii Content-disposition: inline; filename=smb.conf Content-transfer-encoding: 7bit

; ; Commented lines are default values. ; ; [global] ; no admin users auto services = homes printers allow hosts = .M3iSystems.QC.CA ; alternate permissions = no ; available = yes browsable = yes case sensitive = yes create mask = 0750 dead time = 15 debug level = 1 default case = lower delete readonly = yes domain master = no encrypt passwords = yes guest account = nobody guest ok = yes getwd cache = yes hide dot files = no invalid users = root load printers = yes lock directory = /var/opt/samba/locks locking = yes log file = /var/opt/samba/%m.log lppause command = /bin/lp -H hold %p-%j lpq cache time = 10 lpq command = /bin/lpstat -o %p lpresume command = /bin/lp -H resume %p-%j lprm command = /bin/cancel %p-%j mangle case = no mangled names = no map archive = yes map hidden = no map system = no max connections = 0 max log size = 1000 max xmit = 65535 message command = /bin/mail -s 'Message from %f on %m' root < %s; /bin/rm -f %s null passwords = no password server = Marge preserve case = yes print command = /bin/lp -c -d %p %s;/bin/rm -f %s printcap name = /opt/local/etc/samba/printcap printing = sysv protocol = NT1 read prediction = yes security = server server string = SaMBa %v on %h short preserve case = yes smbrun = /opt/local/bin/smbrun socket options = TCP_NODELAY status = yes sync always = no time offset = 0 wide links = no wins proxy = no wins support = no wins server = 198.168.19.11 workgroup = DMSWINDD writable = yes [homes] comment = User's home directories browseable = no guest ok = no fake oplocks = yes printable = no username = %u

[printers] comment = Unix printers path = /tmp printable = yes

--Boundary_(ID_ub5KZ+cQO/SPw98qz6lkpw)--