diff options
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> |