summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-15 19:52:18 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-17 18:45:32 +0200
commitbbb9dc806e4399c65dee9b5dc2cde0bfaa9609bd (patch)
tree57fac86a5faea10568b7e5b9c3a4dc1df6ee78cc /source4/dsdb/common
parent7eebcebbab8f62935bd1d5460e58b0a8f2cc30e8 (diff)
downloadsamba-bbb9dc806e4399c65dee9b5dc2cde0bfaa9609bd.tar.gz
samba-bbb9dc806e4399c65dee9b5dc2cde0bfaa9609bd.tar.bz2
samba-bbb9dc806e4399c65dee9b5dc2cde0bfaa9609bd.zip
s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"
Rename it to "DSDB_CONTROL_PASSWORD_CHANGE_OID". This control will afterwards contain a record with the specified old password as NT and/or LM hash.
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r--source4/dsdb/common/util.c2
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);