diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-09 12:08:36 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-09 12:08:36 +0000 |
commit | 6d6be870e369acc432e2e424a88a72148b7d2a75 (patch) | |
tree | 793609c156fd129951b79d7ec58ca8a1d1d59a19 /docs/docbook | |
parent | 2ed7730f2d498a446dc7281e652d02a9dd2d94cf (diff) | |
download | samba-6d6be870e369acc432e2e424a88a72148b7d2a75.tar.gz samba-6d6be870e369acc432e2e424a88a72148b7d2a75.tar.bz2 samba-6d6be870e369acc432e2e424a88a72148b7d2a75.zip |
Add some printing question & answers
(This used to be commit 998537ca398100974075d11e28d5199997424f15)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/faq/printing.sgml | 16 | ||||
-rw-r--r-- | docs/docbook/faq/sambafaq.sgml | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/faq/printing.sgml b/docs/docbook/faq/printing.sgml new file mode 100644 index 0000000000..cc8d210cf9 --- /dev/null +++ b/docs/docbook/faq/printing.sgml @@ -0,0 +1,16 @@ +<chapter id="FAQ-Printing"> +<title>Printing problems</title> + +<sect1> +<title>cupsaddsmb fails!</title> +<para> +This can have a few causes: + +<simplelist> +<member>Does the user you are trying to add the printer with have the correct rights? Make sure +this user is listed in 'printer admin = ' in the section [global]</member> +</simplelist> + +</para> +</sect1> +</chapter> diff --git a/docs/docbook/faq/sambafaq.sgml b/docs/docbook/faq/sambafaq.sgml index e9e5ed7a3c..2cc7d466fd 100644 --- a/docs/docbook/faq/sambafaq.sgml +++ b/docs/docbook/faq/sambafaq.sgml @@ -5,6 +5,7 @@ <!ENTITY clientapp SYSTEM "clientapp.sgml"> <!ENTITY features SYSTEM "features.sgml"> <!ENTITY config SYSTEM "config.sgml"> +<!ENTITY printing SYSTEM "printing.sgml"> ]> <book id="Samba-FAQ"> @@ -34,4 +35,5 @@ and the old samba text documents which were mostly written by John Terpstra. &clientapp; &errors; &features; +&printing; </book> |