summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-03-21 08:32:27 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-24 11:57:10 +0100
commitdaf1523effedb3d7c646ed231b053500dfc6d23d (patch)
treecf232ddb3cb4cc791ca4856dc572e78191885e9b /auth/common_auth.h
parentb49c371762bf9c2ccd8d1da070e27d3f14cc347c (diff)
downloadsamba-daf1523effedb3d7c646ed231b053500dfc6d23d.tar.gz
auth: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM defines
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 5d232f4d09b..8cbfc54794b 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -26,7 +26,7 @@
#define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */
#define USER_INFO_DONT_CHECK_UNIX_ACCOUNT 0x04 /* don't check unix account status */
#define USER_INFO_INTERACTIVE_LOGON 0x08 /* Interactive logon */
-#define USER_INFO_LOCAL_SAM_ONLY 0x10 /* Only authenticate against the local SAM, do not map missing passwords to NO_SUCH_USER */
+/*unused #define USER_INFO_LOCAL_SAM_ONLY 0x10 Only authenticate against the local SAM, do not map missing passwords to NO_SUCH_USER */
#define USER_INFO_INFO3_AND_NO_AUTHZ 0x20 /* Only fill in server_info->info3 and do not do any authorization steps */
enum auth_password_state {
@@ -79,8 +79,6 @@ struct loadparm_context;
struct ldb_context;
struct smb_krb5_context;
-#define AUTH_METHOD_LOCAL_SAM 0x01
-
struct auth4_context {
struct {
/* Who set this up in the first place? */