diff options
author | Gerald Carter <jerry@samba.org> | 2003-07-01 03:49:41 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-07-01 03:49:41 +0000 |
commit | db6ce132e360a42ea6843c81429be194662fce39 (patch) | |
tree | 5af278aeaf68a5deefe5bcc2d63b7c2cfb22b8fe /source3/auth | |
parent | 8d4a397d858b1eeb349ddc35fc2cc7d50c79f62f (diff) | |
download | samba-db6ce132e360a42ea6843c81429be194662fce39.tar.gz samba-db6ce132e360a42ea6843c81429be194662fce39.tar.bz2 samba-db6ce132e360a42ea6843c81429be194662fce39.zip |
* fix the trustdom_cache to work when winbindd is not running.
smbd will update the trustdom_cache periodically after locking
the timestamp key
(This used to be commit 7bc4b65b91f98271089335cc301146d5f0c76c3a)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 30510c1bfa..5185f876c6 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -216,9 +216,6 @@ NTSTATUS make_user_info_map(auth_usersupplied_info **user_info, /* do what win2k does. Always map unknown domains to our own and let the "passdb backend" handle unknown users */ - /* FIXME!!!! grr...this is a broken check currently since is_trusted_domain() - is useless without winbindd --jerry */ - if ( !is_trusted_domain(domain) ) domain = get_global_sam_name(); |