From: Stefan Metzmacher Date: Mon, 19 Jun 2017 08:56:38 +0000 (+0200) Subject: docs-xml: remove unused "auth methods" option X-Git-Tag: talloc-2.1.11~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2a052b3bb8569df97aede7bcea08f69839fe7fa;p=thirdparty%2Fsamba.git docs-xml: remove unused "auth methods" option Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/smbdotconf/security/authmethods.xml b/docs-xml/smbdotconf/security/authmethods.xml deleted file mode 100644 index 17323aa47c1..00000000000 --- a/docs-xml/smbdotconf/security/authmethods.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - This option allows the administrator to chose what authentication methods smbd - will use when authenticating a user. This option defaults to sensible values based on . - This should be considered a developer option and used only in rare circumstances. In the majority (if not all) - of production servers, the default setting should be adequate. - - - - Each entry in the list attempts to authenticate the user in turn, until - the user authenticates. In practice only one method will ever actually - be able to complete the authentication. - - - - Possible options include guest (anonymous access), - sam (lookups in local list of accounts based on netbios - name or domain name), winbind (relay authentication requests - for remote users through winbindd), ntdomain (pre-winbindd - method of authentication for remote domain users; deprecated in favour of winbind method), - trustdomain (authenticate trusted users by contacting the - remote DC directly from smbd; deprecated in favour of winbind method). - - - - -guest sam winbind -