diff options
author | John Terpstra <jht@samba.org> | 2003-05-27 17:28:38 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-27 17:28:38 +0000 |
commit | 1c859d606ce734f29fc0767f82345f739f114057 (patch) | |
tree | 100b44af020c59fad56bd43a56b43968e11485f8 /docs/docbook/projdoc/passdb.xml | |
parent | c693127d590817d3fd8698aa853137feea511ed6 (diff) | |
download | samba-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/projdoc/passdb.xml')
-rw-r--r-- | docs/docbook/projdoc/passdb.xml | 17 |
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> |