summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-08 21:36:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:38 -0500
commit2fe65142c2cc5a05fc5a24e8622d397e27b1ad5a (patch)
tree9ecab837d30168f7b0f367fc1f6d07590e50e6d7 /source4/librpc/idl/samr.idl
parent3bca79d03760ab0e14fba0f995c0d821e0f5ee81 (diff)
downloadsamba-2fe65142c2cc5a05fc5a24e8622d397e27b1ad5a.tar.gz
samba-2fe65142c2cc5a05fc5a24e8622d397e27b1ad5a.tar.bz2
samba-2fe65142c2cc5a05fc5a24e8622d397e27b1ad5a.zip
r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verified
although not automatically tested in smbtorture right now. Guenther (This used to be commit 46e191cfa5cc45175b23815017f70d6271e35e23)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index a9bcc49e37..cb57472206 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -37,7 +37,8 @@
ACB_NOT_DELEGATED = 0x00004000, /* 1 = Not delegated */
ACB_USE_DES_KEY_ONLY = 0x00008000, /* 1 = Use DES key only */
ACB_DONT_REQUIRE_PREAUTH = 0x00010000, /* 1 = Preauth not required */
- ACB_PW_EXPIRED = 0x00020000 /* 1 = Password Expired */
+ ACB_PW_EXPIRED = 0x00020000, /* 1 = Password Expired */
+ ACB_NO_AUTH_DATA_REQD = 0x00080000 /* 1 = No authorization data required */
} samr_AcctFlags;
/******************/