diff options
author | Jeremy Allison <jra@samba.org> | 2006-09-02 01:23:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:39:45 -0500 |
commit | 0c9ca3fe19249c19ac3525f3e6e19242b3e77f7f (patch) | |
tree | 82f2ce1064950b62752bc131fc30c51a42722e3c /source3/nsswitch | |
parent | 56fc28708060c398cd651e46a6a29c12936eb580 (diff) | |
download | samba-0c9ca3fe19249c19ac3525f3e6e19242b3e77f7f.tar.gz samba-0c9ca3fe19249c19ac3525f3e6e19242b3e77f7f.tar.bz2 samba-0c9ca3fe19249c19ac3525f3e6e19242b3e77f7f.zip |
r17994: Add debugs that showed me why my site code wasn't
working right. Don't update the server site when we
have a client one...
Jeremy.
(This used to be commit 7acbcf9a6c71f8e7f9167880488613c930cef4d9)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index b3332970db..6c35539e4d 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -606,6 +606,7 @@ static BOOL dcip_to_name( const char *domainname, const char *realm, fstrcpy(name, ads->config.ldap_server_name); namecache_store(name, 0x20, 1, &ip_list); + DEBUG(10,("dcip_to_name: flags = 0x%x\n", (unsigned int)ads->config.flags)); #ifdef HAVE_KRB5 if ((ads->config.flags & ADS_KDC) && ads_sitename_match(ads)) { /* We're going to use this KDC for this realm/domain. |