svn commit: samba r23630 - in branches: SAMBA_3_0/source/passdb
SAMBA_3_0_26/source/passdb SAMBA_4_0/source/librpc/idl
gd at samba.org
gd at samba.org
Wed Jun 27 12:35:15 GMT 2007
Author: gd
Date: 2007-06-27 12:35:12 +0000 (Wed, 27 Jun 2007)
New Revision: 23630
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23630
Log:
Found out what LSA_LOOKUP_NAMES level 5 means:
only query transitive forest trusts.
Guenther
Modified:
branches/SAMBA_3_0/source/passdb/lookup_sid.c
branches/SAMBA_3_0_26/source/passdb/lookup_sid.c
branches/SAMBA_4_0/source/librpc/idl/lsa.idl
Changeset:
Modified: branches/SAMBA_3_0/source/passdb/lookup_sid.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/lookup_sid.c 2007-06-27 12:30:21 UTC (rev 23629)
+++ branches/SAMBA_3_0/source/passdb/lookup_sid.c 2007-06-27 12:35:12 UTC (rev 23630)
@@ -631,7 +631,7 @@
* 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
*/
Modified: branches/SAMBA_3_0_26/source/passdb/lookup_sid.c
===================================================================
--- branches/SAMBA_3_0_26/source/passdb/lookup_sid.c 2007-06-27 12:30:21 UTC (rev 23629)
+++ branches/SAMBA_3_0_26/source/passdb/lookup_sid.c 2007-06-27 12:35:12 UTC (rev 23630)
@@ -631,7 +631,7 @@
* 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
*/
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl 2007-06-27 12:30:21 UTC (rev 23629)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl 2007-06-27 12:35:12 UTC (rev 23630)
@@ -343,7 +343,7 @@
* 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 @@
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;
More information about the samba-cvs
mailing list