Changes

Jump to: navigation, search

Installation instructions

340 bytes added, 13:38, 1 September 2006
Server side
Configuration on the server side is pretty straightforward. <br>If you run Samba, where security = share, add something like this to your <code>smb.conf</code> file:
<code>
read only = yes
browseable = no
valid users = guest, nobody# Note this will _only_ allow these users to connect
guest ok = Yes
</code>
 
 
If you run Samba, where security = user, add something like this to your <code>smb.conf</code> file and connect using a username and password:
 
<code>
[wpkg]
comment = Windows Packager
path = /home/samba/wpkg
read only = yes
browseable = no
</code>
Then [[WPKG_with_Active_Directory | configure your Active Directory]] to run this script on a workstation when it is booted.
 
= Client side =
Anonymous user

Navigation menu