updated the appliance README
[kai/samba.git] / examples / appliance / README
1 This directory provides build tools for building a Samba based domain
2 appliance.
3
4 A appliance is a box that gets its username and group database from a
5 domain controller, and does its authentication via a domain
6 controller. Right now this is only supported by combining two CVS
7 branches of Samba, which is what the files in this directory do.
8
9 To setup an appliance do the following:
10
11 1) build and install Samba using the .spec file or Makefile in this
12    directory.
13
14 2) setup winbindd by following the directions in the winbindd man
15    page.
16
17 3) test winbindd, validating that domain users and groups are visible
18    and that domain authentication works, both using unix tools and
19    smbclient. 
20
21 for appliance printing support also do this:
22
23 4) create a print$ share with write permission for print
24    administrators.
25
26 4) create the "nt printer driver" directory (by default
27    /usr/local/samba/lib/ntprinters) and make it writable by print
28    adminisrators.
29
30 5) populate your /etc/printcap printer database
31
32 6) add printers using the NT "add printer wizard" in the Printers
33    network folder.