diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:54:01 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:54:01 +0200 |
commit | d210393639eeb387470e7acd06d0b8ed81d057c7 (patch) | |
tree | 7b36fe1470ee75d90fca52aa72b884870c1eab16 /source3/librpc | |
parent | 5390dc0d242e77a14a7873972431776a1e18dc45 (diff) | |
download | samba-d210393639eeb387470e7acd06d0b8ed81d057c7.tar.gz samba-d210393639eeb387470e7acd06d0b8ed81d057c7.tar.bz2 samba-d210393639eeb387470e7acd06d0b8ed81d057c7.zip |
lsa.idl: Sync a couple more constants from Samba 4.
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index ff4aafa0bd..0a6c3b95d4 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -696,10 +696,11 @@ import "misc.idl", "security.idl"; ); /* Function: 0x22 */ - NTSTATUS lsa_DeleteObject( - [in,out] policy_handle *handle + NTSTATUS lsa_DeleteObject ( + [in,out] policy_handle *handle ); + /*******************/ /* Function: 0x23 */ NTSTATUS lsa_EnumAccountsWithUserRight ( @@ -1076,6 +1077,11 @@ import "misc.idl", "security.idl"; [in] uint32 unknown2 ); + const int LSA_CLIENT_REVISION_NO_DNS = 0x00000001; + const int LSA_CLIENT_REVISION_DNS = 0x00000002; + + const int LSA_LOOKUP_OPTIONS_NO_ISOLATED = 0x80000000; + /* Function 0x4d */ NTSTATUS lsa_LookupNames4( [in,range(0,1000)] uint32 num_names, |