summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-06-22 18:31:21 +0000
committerGerald Carter <jerry@samba.org>2001-06-22 18:31:21 +0000
commit097c4632189cb79090aafe422580a0acde3bb381 (patch)
treee0b7e1ac9dc5f55387bc0a01998d01c131ced3a5
parentd6fc92e5429d553d4d3c656b9fff17051d56ce46 (diff)
downloadsamba-097c4632189cb79090aafe422580a0acde3bb381.tar.gz
samba-097c4632189cb79090aafe422580a0acde3bb381.tar.xz
samba-097c4632189cb79090aafe422580a0acde3bb381.zip
clarified the 'printer admin' description and example [print$] share.
Will regenerate the HOWTO, et. al. later
-rw-r--r--docs/docbook/projdoc/printer_driver2.sgml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/printer_driver2.sgml b/docs/docbook/projdoc/printer_driver2.sgml
index e6cc8cd92d0..8bc671ce7d8 100644
--- a/docs/docbook/projdoc/printer_driver2.sgml
+++ b/docs/docbook/projdoc/printer_driver2.sgml
@@ -126,12 +126,19 @@ Windows NT print servers to provide support for printer driver
download).
</para>
-<para>You should modify the server's smb.conf file to create the
+<para>You should modify the server's smb.conf file to add the global
+parameters and to create the
following file share (of course, some of the parameter values,
such as 'path' are arbitrary and should be replaced with
appropriate values for your site):</para>
<para><programlisting>
+[global]
+ ; members of the ntadmin group should be able
+ ; to add drivers and set printer properties
+ ; root is implicitly a 'printer admin'
+ printer admin = @ntadmin
+
[print$]
path = /usr/local/samba/printers
guest ok = yes
@@ -142,7 +149,7 @@ appropriate values for your site):</para>
; sure this account can copy files to the share. If this
; is setup to a non-root account, then it should also exist
; as a 'printer admin'
- write list = ntadmin
+ write list = @ntadmin,root
</programlisting></para>
<para>The <ulink url="smb.conf.5.html#WRITELIST"><parameter>