From 94bc020f84c6e53552a2c0dba01ae81c69983196 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 2 Oct 2006 06:00:14 +0000 Subject: r19025: - remove read-only and policy dependent fields and flags - do not stop NET-API-USERMODIFY test when a single field fails - add account flags to the fields tested - separate "cleanup" step from closing domain at the end rafal (This used to be commit 16fde3b8e2c93ec10e43bb09334bf460db8ac70b) --- source4/torture/libnet/usertest.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/torture/libnet/usertest.h') diff --git a/source4/torture/libnet/usertest.h b/source4/torture/libnet/usertest.h index 8da32d70aa..717c1e6578 100644 --- a/source4/torture/libnet/usertest.h +++ b/source4/torture/libnet/usertest.h @@ -27,10 +27,9 @@ } -#define FIELDS_NUM 15 +#define FIELDS_NUM 11 enum test_fields { none = 0, account_name, full_name, description, home_directory, home_drive, - comment, logon_script, profile_path, acct_expiry, allow_password_change, - force_password_change, last_logon, last_logoff, last_password_change }; + comment, logon_script, profile_path, acct_expiry, acct_flags }; #define TEST_CHG_ACCOUNTNAME "newlibnetusertest%02d" -- cgit