mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
b49c371762
commit
daf1523eff
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user