lsa.idl: Sync a couple more constants from Samba 4.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 15 Oct 2008 14:54:01 +0000 (16:54 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 15 Oct 2008 14:54:01 +0000 (16:54 +0200)
source3/librpc/idl/lsa.idl

index ff4aafa0bdfcf6813a19763acfd0cf73f98fbad4..0a6c3b95d4a2dcdf90b8a1ba9fb782695c8a00ef 100644 (file)
@@ -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,