From e2a052b3bb8569df97aede7bcea08f69839fe7fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 19 Jun 2017 10:56:38 +0200 Subject: [PATCH] docs-xml: remove unused "auth methods" option Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- docs-xml/smbdotconf/security/authmethods.xml | 34 -------------------- 1 file changed, 34 deletions(-) delete mode 100644 docs-xml/smbdotconf/security/authmethods.xml 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 - -- 2.47.3