From 1c859d606ce734f29fc0767f82345f739f114057 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 27 May 2003 17:28:38 +0000 Subject: Added another Common Error (This used to be commit f336bb55f7eeb37504cbef099dcb789c766d44d6) --- docs/docbook/projdoc/passdb.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/docbook') 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 + + + auth methods does not work + + + If you explicitly set an 'auth methods' parameter, guest must be specified as the first + entry on the line. Eg: auth methods = guest sam. + + + + This is the exact opposite of the requirement for the passdb backed + option, where it must be the LAST parameter on the line. + + + + + -- cgit