From 2a423e05476cfae4d3465683831aa4d5f03bd3c9 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 15 Aug 2010 21:06:11 +0200 Subject: s4:kdc/rpc server - adapt the "samdb_set_password" calls which perform password sets --- source4/kdc/kpasswdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/kdc/kpasswdd.c') diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c index 9c02ac3465..6767f30c9d 100644 --- a/source4/kdc/kpasswdd.c +++ b/source4/kdc/kpasswdd.c @@ -377,7 +377,7 @@ static bool kpasswd_process_request(struct kdc_server *kdc, status = samdb_set_password(samdb, mem_ctx, set_password_on_dn, NULL, &password, NULL, NULL, - false, /* this is not a user password change */ + NULL, NULL, /* this is not a user password change */ &reject_reason, &dominfo); } -- cgit