Added another Common Error
authorJohn Terpstra <jht@samba.org>
Tue, 27 May 2003 17:28:38 +0000 (17:28 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 27 May 2003 17:28:38 +0000 (17:28 +0000)
(This used to be commit f336bb55f7eeb37504cbef099dcb789c766d44d6)

docs/docbook/projdoc/passdb.xml

index 9505b10a61685324b5b992d0998ba100dcab5b25..deb29e12a77f87690b723505290aa91f89a9d61d 100644 (file)
@@ -1517,5 +1517,22 @@ access to attrs=lmPassword,ntPassword
        </para>
 
        </sect2>
+
+       <sect2>
+       <title>auth methods does not work</title>
+
+       <para>
+       If you explicitly set an 'auth methods' parameter, guest must be specified as the first
+       entry on the line. Eg: <parameter>auth methods = guest sam</parameter>.
+       </para>
+
+       <para>
+       This is the exact opposite of the requirement for the <parameter>passdb backed<parameter>
+       option, where it must be the <emphasis>LAST</emphasis> parameter on the line.
+       </para>
+
+       </sect2>
+
 </sect1>
+
 </chapter>