summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswd_glue.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2022-02-10 14:11:03 +1300
committerAndrew Bartlett <abartlet@samba.org>2022-03-17 01:57:38 +0000
commit557b1ab5f9661f52c2a47b648294603cf108404c (patch)
treedbcd2d8caba41f7d6518bf58709ce02034b176b1 /source4/kdc/kpasswd_glue.h
parent0a907c2f45c34efcac784738c9d75303b9d04d2f (diff)
downloadsamba-557b1ab5f9661f52c2a47b648294603cf108404c.tar.gz
kdc: Remove pre-check for existing NT and LM hash from kpasswd
We no longer use the old NT and LM hash as proof of performing a password change, and this removes the privileged status of these attributes. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/kdc/kpasswd_glue.h')
-rw-r--r--source4/kdc/kpasswd_glue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/kdc/kpasswd_glue.h b/source4/kdc/kpasswd_glue.h
index 4d5c6c4d895..49246af9016 100644
--- a/source4/kdc/kpasswd_glue.h
+++ b/source4/kdc/kpasswd_glue.h
@@ -23,7 +23,6 @@
NTSTATUS samdb_kpasswd_change_password(TALLOC_CTX *mem_ctx,
struct loadparm_context *lp_ctx,
struct tevent_context *event_ctx,
- struct ldb_context *samdb,
struct auth_session_info *session_info,
const DATA_BLOB *password,
enum samPwdChangeReason *reject_reason,