diff options
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 7fcc3bf0a4..86b74d5630 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -2074,7 +2074,7 @@ NTSTATUS samdb_set_password(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, /* a user password change and we've checked already the old * password somewhere else (callers responsability) */ ret = ldb_request_add_control(req, - DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID, + DSDB_CONTROL_PASSWORD_CHANGE_OID, true, NULL); if (ret != LDB_SUCCESS) { talloc_free(req); |