From dadcc840091c848ccedc3348591d0e19eff75182 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 16 Aug 2010 18:45:26 +0200 Subject: s4:samdb_set_password_sid - fix comment Add more possible result NTSTATUS codes --- source4/dsdb/common/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb/common') 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, -- cgit