r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
authorGünther Deschner <gd@samba.org>
Wed, 27 Jun 2007 12:35:12 +0000 (12:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:53:28 +0000 (14:53 -0500)
only query transitive forest trusts.

Guenther
(This used to be commit 71e5e1109cb924fbcd9eedd031fbf0973e8c8ff5)

source4/librpc/idl/lsa.idl

index a121e55906800695c7dafdae1fec8f0adc76e30a..a121e9900458acbff9c854a05d9e7a3f4f2aaa77 100644 (file)
@@ -343,7 +343,7 @@ import "security.idl";
         * Level 2: Ask domain and trusted domains, no builtin and wkn
         * Level 3: Only ask domain
         * Level 4: W2k3ad: Only ask AD trusts
-        * Level 5: Don't lookup anything
+        * Level 5: Only ask transitive forest trusts
         * Level 6: Like 4
         */
 
@@ -352,7 +352,7 @@ import "security.idl";
                LSA_LOOKUP_NAMES_DOMAINS_ONLY = 2,
                LSA_LOOKUP_NAMES_PRIMARY_DOMAIN_ONLY = 3,
                LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY = 4,
-               LSA_LOOKUP_NAMES_NONE = 5,
+               LSA_LOOKUP_NAMES_FOREST_TRUSTS_ONLY = 5,
                LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY2 = 6
        } lsa_LookupNamesLevel;