Specifications

Table Of Contents
VMware Server Virtual Machine Guide
206 VMware, Inc.
;[printers]
; comment = All Printers
; path = /var/spool/samba
; browseable = yes
; guest ok = yes
; writable = no
; printable = yes
; create mode = 0700
; print command = lpr-cups -P %p -o raw %s -r # using client side
; printer drivers.
; print command = lpr-cups -P %p %s # using cups own drivers (use
; generic PostScript on clients).
; lpq command = lpstat -o %p
; lprm command = cancel %p-%j
;[system]
; comment = System share
; path = /
; valid users = username
; public = no
; browsable = yes
; writable = yes
; printable = no
Adding User Names and Passwords to the VMware Server Samba
Password File
You!must!be!sure!the!Samba!password!file!includes!entries!for!all!users!of!the!virtual!
machine!who!will!access!the! host’s!file!system.!The!user!names!and!passwords!in!the!
Samba!password!file!must!be!the!same!as!those!used!for!logging!on!to!the!guest!
operating!system.
You!can!
add!user!names!and!passwords!to!the!VMware!Server!Samba!password!file!at!
any!time!from!a!terminal!window!on!your!Linux!host!computer.!
1Log!on!to!the!root!account.
su -
2Run!the!VMware!Server!Samba!password!command.
vmware-smbpasswd vmnet1 -a <username>
<username>!is!the!user!name!you!want!to!add.!Follow!the!instructions!on!the!
screen.!