diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-15 06:10:48 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-15 06:10:48 +0000 |
commit | dadae3bdd261e7768162448049952244abd7c8af (patch) | |
tree | 48a9dcb322cc36eaac1c2297dc7803505fb9e580 /source3/auth | |
parent | 7ae555c43c55ab95f75fb4afdd3d2bcb403ad3b3 (diff) | |
download | samba-dadae3bdd261e7768162448049952244abd7c8af.tar.gz samba-dadae3bdd261e7768162448049952244abd7c8af.tar.bz2 samba-dadae3bdd261e7768162448049952244abd7c8af.zip |
Now that mimir has done the grunt work, I'll fix up the comment
(This used to be commit 7154fe10969a34b97ddc8321bfb5271b8e6d4795)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 5 |
1 files changed, 1 insertions, 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; |