summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-06-27 12:35:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:38 -0500
commite744efa1ee33fb150132f0b7f46ee1711681afc6 (patch)
tree4192d68937170a0eb07c745da4facc54e2cccd1a /source/passdb
parentdee99e40454b00da70343047c57e0cb0f2c489bd (diff)
downloadsamba-e744efa1ee33fb150132f0b7f46ee1711681afc6.tar.gz
samba-e744efa1ee33fb150132f0b7f46ee1711681afc6.tar.xz
samba-e744efa1ee33fb150132f0b7f46ee1711681afc6.zip
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
only query transitive forest trusts. Guenther
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/lookup_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/lookup_sid.c b/source/passdb/lookup_sid.c
index dd7ffa8d819..f6aacd17675 100644
--- a/source/passdb/lookup_sid.c
+++ b/source/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
*/