summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/usertest.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-10-02 06:00:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:29 -0500
commit94bc020f84c6e53552a2c0dba01ae81c69983196 (patch)
treee319c3b19b2d16e638d6a841f10419ad925e4797 /source4/torture/libnet/usertest.h
parent89e4387a08fd90176161d0139ed3b4c3c2c1289c (diff)
downloadsamba-94bc020f84c6e53552a2c0dba01ae81c69983196.tar.gz
samba-94bc020f84c6e53552a2c0dba01ae81c69983196.tar.bz2
samba-94bc020f84c6e53552a2c0dba01ae81c69983196.zip
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)
Diffstat (limited to 'source4/torture/libnet/usertest.h')
-rw-r--r--source4/torture/libnet/usertest.h5
1 files changed, 2 insertions, 3 deletions
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"