summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 05:06:27 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 05:06:27 +0000
commitafa4f02ec6c07205fa16d6e436e773551db78684 (patch)
treef8b6b6094b60c1da3a3c0262e56f8caba4dfcc97 /examples
parent42e136937085af86910efe4b5dc40d65b5542d91 (diff)
downloadsamba-afa4f02ec6c07205fa16d6e436e773551db78684.tar.gz
samba-afa4f02ec6c07205fa16d6e436e773551db78684.tar.bz2
samba-afa4f02ec6c07205fa16d6e436e773551db78684.zip
updated the appliance README
(This used to be commit 0e29eef8374e7bf0002acbd04d5438c5c1690c44)
Diffstat (limited to 'examples')
-rw-r--r--examples/appliance/README34
1 files changed, 32 insertions, 2 deletions
diff --git a/examples/appliance/README b/examples/appliance/README
index a286d7ffab..04061d3f42 100644
--- a/examples/appliance/README
+++ b/examples/appliance/README
@@ -1,3 +1,33 @@
-This is the beginnings of how to setup Samba as a network
-appliance.
+This directory provides build tools for building a Samba based domain
+appliance.
+A appliance is a box that gets its username and group database from a
+domain controller, and does its authentication via a domain
+controller. Right now this is only supported by combining two CVS
+branches of Samba, which is what the files in this directory do.
+
+To setup an appliance do the following:
+
+1) build and install Samba using the .spec file or Makefile in this
+ directory.
+
+2) setup winbindd by following the directions in the winbindd man
+ page.
+
+3) test winbindd, validating that domain users and groups are visible
+ and that domain authentication works, both using unix tools and
+ smbclient.
+
+for appliance printing support also do this:
+
+4) create a print$ share with write permission for print
+ administrators.
+
+4) create the "nt printer driver" directory (by default
+ /usr/local/samba/lib/ntprinters) and make it writable by print
+ adminisrators.
+
+5) populate your /etc/printcap printer database
+
+6) add printers using the NT "add printer wizard" in the Printers
+ network folder.