diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-01-17 14:56:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:10 -0500 |
commit | 580e77c8dfd2e337be9631b65cc62fedffe1279a (patch) | |
tree | d0ef450e7682da5d5bd637480ae281ad2370d020 | |
parent | 4e10a3e70672d3a07f54c3c37dcc3dd4ea8d5840 (diff) | |
download | samba-580e77c8dfd2e337be9631b65cc62fedffe1279a.tar.gz samba-580e77c8dfd2e337be9631b65cc62fedffe1279a.tar.bz2 samba-580e77c8dfd2e337be9631b65cc62fedffe1279a.zip |
Add note about WERR_BAD_PASSWORD when 'security = share'
(This used to be commit 6aaddb56d127dcb8b2a9ebe0d85da81e5520f440)
-rw-r--r-- | docs/Samba-HOWTO-Collection/CUPS-printing.xml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/docs/Samba-HOWTO-Collection/CUPS-printing.xml b/docs/Samba-HOWTO-Collection/CUPS-printing.xml index ad3bc5013e..6504dd8e03 100644 --- a/docs/Samba-HOWTO-Collection/CUPS-printing.xml +++ b/docs/Samba-HOWTO-Collection/CUPS-printing.xml @@ -5132,7 +5132,7 @@ Samba.</para> </sect2> - <sect2> + <sect2 id="root-ask-loop"> <title><quote>cupsaddsmb</quote> Keeps Asking for Root Password in Never-ending Loop</title> <para>Have you <smbconfoption><name>security</name><value>user</value></smbconfoption>? Have @@ -5147,7 +5147,12 @@ Samba.</para> If the error is: <quote>tree connect failed: NT_STATUS_BAD_NETWORK_NAME</quote>, you may have forgotten to create the <filename>/etc/samba/drivers</filename> directory. </para> + </sect2> + + <sect2> + <title><quote>cupsaddsmb</quote> or <quote>rpcclient addriver</quote> Keeps Giving WERR_BAD_PASSWORD</title> + <para>See <link linkend="root-ask-loop">the previous common error</link>.</para> </sect2> <sect2> @@ -5459,15 +5464,3 @@ files from the Adobe Web site.</para></sect2> </sect1> </chapter> - - - - - - - - - - - - |