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