diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-03-13 06:43:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:03 -0500 |
commit | d830fcd7d183c9c1756ffdf72cf28f0a90307b85 (patch) | |
tree | b125df7c75f6fd18ae74a4cb005b2219088d6e16 /source4/librpc/idl | |
parent | d93d5f967f3f3e8c0061bcfc213be0a9278b0372 (diff) | |
download | samba-d830fcd7d183c9c1756ffdf72cf28f0a90307b85.tar.gz samba-d830fcd7d183c9c1756ffdf72cf28f0a90307b85.tar.bz2 samba-d830fcd7d183c9c1756ffdf72cf28f0a90307b85.zip |
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)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 3 |
1 files changed, 2 insertions, 1 deletions
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, |