summaryrefslogtreecommitdiff
path: root/source4/dsdb/common
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-16 18:45:26 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-16 18:45:26 +0200
commitdadcc840091c848ccedc3348591d0e19eff75182 (patch)
tree25cf70f387a09f9ca4d99cf41e8d5c19a449e562 /source4/dsdb/common
parentc80d4cb6fe6b02307599e0b9ad20031a3130f2f5 (diff)
downloadsamba-dadcc840091c848ccedc3348591d0e19eff75182.tar.gz
samba-dadcc840091c848ccedc3348591d0e19eff75182.tar.bz2
samba-dadcc840091c848ccedc3348591d0e19eff75182.zip
s4:samdb_set_password_sid - fix comment
Add more possible result NTSTATUS codes
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r--source4/dsdb/common/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c
index a69ae80915..701040f233 100644
--- a/source4/dsdb/common/util.c
+++ b/source4/dsdb/common/util.c
@@ -2181,7 +2181,8 @@ NTSTATUS samdb_set_password(struct ldb_context *ldb, TALLOC_CTX *mem_ctx,
*
* Results: NT_STATUS_OK, NT_STATUS_INTERNAL_DB_CORRUPTION,
* NT_STATUS_INVALID_PARAMETER, NT_STATUS_UNSUCCESSFUL,
- * NT_STATUS_WRONG_PASSWORD, NT_STATUS_PASSWORD_RESTRICTION
+ * NT_STATUS_WRONG_PASSWORD, NT_STATUS_PASSWORD_RESTRICTION,
+ * NT_STATUS_TRANSACTION_ABORTED, NT_STATUS_NO_SUCH_USER
*/
NTSTATUS samdb_set_password_sid(struct ldb_context *ldb, TALLOC_CTX *mem_ctx,
const struct dom_sid *user_sid,