s4:samdb_set_password_sid - fix comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 16 Aug 2010 16:45:26 +0000 (18:45 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 16 Aug 2010 16:45:26 +0000 (18:45 +0200)
Add more possible result NTSTATUS codes

source4/dsdb/common/util.c

index a69ae80915f0c7a3886ee5b623d3b16f3787385b..701040f233b7be71b4fb3f9d4aecf1354874c3a3 100644 (file)
@@ -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,