From dadae3bdd261e7768162448049952244abd7c8af Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 15 Mar 2003 06:10:48 +0000 Subject: Now that mimir has done the grunt work, I'll fix up the comment (This used to be commit 7154fe10969a34b97ddc8321bfb5271b8e6d4795) --- source3/auth/auth_util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index a6ad2b883b..f4c43d2d4b 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -219,10 +219,7 @@ NTSTATUS make_user_info_map(auth_usersupplied_info **user_info, where it doens't supply a domain for logon script 'net use' commands. - The way I do it here is by checking if the fully - qualified username exists. This is rather reliant - on winbind, but until we have a better method this - will have to do + Finally, we do this by looking up a cache of trusted domains! */ domain = client_domain; -- cgit