From d830fcd7d183c9c1756ffdf72cf28f0a90307b85 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 13 Mar 2005 06:43:34 +0000 Subject: r5783: Test renaming of accounts in the RPC-SAMR test, and add support into the SAMR server. Andrew Bartlett (This used to be commit fd748f9d2f8f354f76587d92b94de83bffe1c6dc) --- source4/librpc/idl/samr.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index e8b269dc66..9815a897b7 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -665,7 +665,8 @@ /* this defines the bits used for fields_present in info21 */ typedef [bitmap32bit] bitmap { - SAMR_FIELD_NAME = 0x00000002, + SAMR_FIELD_ACCOUNT_NAME = 0x00000001, + SAMR_FIELD_FULL_NAME = 0x00000002, SAMR_FIELD_DESCRIPTION = 0x00000010, SAMR_FIELD_COMMENT = 0x00000020, SAMR_FIELD_LOGON_SCRIPT = 0x00000100, -- cgit