From 39607c9129a0a07464c52c4fedbaabbe3ff8acee Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 27 Jun 2007 12:35:12 +0000 Subject: r23630: Found out what LSA_LOOKUP_NAMES level 5 means: only query transitive forest trusts. Guenther (This used to be commit e744efa1ee33fb150132f0b7f46ee1711681afc6) --- source3/passdb/lookup_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index dd7ffa8d81..f6aacd1767 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -631,7 +631,7 @@ static BOOL lookup_as_domain(const DOM_SID *sid, TALLOC_CTX *mem_ctx, * 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 */ -- cgit