diff options
author | Günther Deschner <gd@samba.org> | 2007-06-27 12:35:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:38 -0500 |
commit | 39607c9129a0a07464c52c4fedbaabbe3ff8acee (patch) | |
tree | 93e2ef71510dfcdfcb471fabbecb018c8f42e196 /source3/passdb | |
parent | 6024286ee77c0f28831f3eab08c8ea45dac6424e (diff) | |
download | samba-39607c9129a0a07464c52c4fedbaabbe3ff8acee.tar.gz samba-39607c9129a0a07464c52c4fedbaabbe3ff8acee.tar.bz2 samba-39607c9129a0a07464c52c4fedbaabbe3ff8acee.zip |
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
only query transitive forest trusts.
Guenther
(This used to be commit e744efa1ee33fb150132f0b7f46ee1711681afc6)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/lookup_sid.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |