summaryrefslogtreecommitdiff
path: root/docs/docbook
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-27 17:28:38 +0000
committerJohn Terpstra <jht@samba.org>2003-05-27 17:28:38 +0000
commit1c859d606ce734f29fc0767f82345f739f114057 (patch)
tree100b44af020c59fad56bd43a56b43968e11485f8 /docs/docbook
parentc693127d590817d3fd8698aa853137feea511ed6 (diff)
downloadsamba-1c859d606ce734f29fc0767f82345f739f114057.tar.gz
samba-1c859d606ce734f29fc0767f82345f739f114057.tar.bz2
samba-1c859d606ce734f29fc0767f82345f739f114057.zip
Added another Common Error
(This used to be commit f336bb55f7eeb37504cbef099dcb789c766d44d6)
Diffstat (limited to 'docs/docbook')
-rw-r--r--docs/docbook/projdoc/passdb.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml
index 9505b10a61..deb29e12a7 100644
--- a/docs/docbook/projdoc/passdb.xml
+++ b/docs/docbook/projdoc/passdb.xml
@@ -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>