mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
mit_samba: Add missing argument passed to authsam_make_user_info_dc()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
dd5439e8c8
commit
5ac9de30f0
@ -644,6 +644,7 @@ int mit_samba_kpasswd_change_password(struct mit_samba_context *ctx,
|
||||
ctx->db_ctx->samdb,
|
||||
lpcfg_netbios_name(ctx->db_ctx->lp_ctx),
|
||||
lpcfg_sam_name(ctx->db_ctx->lp_ctx),
|
||||
lpcfg_sam_dnsname(ctx->db_ctx->lp_ctx),
|
||||
p->realm_dn,
|
||||
p->msg,
|
||||
data_blob(NULL, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user