summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-30 04:40:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:59 -0500
commitab3f0c5b1e9c5fd192c5514cbe9451b938f9cd5d (patch)
tree662e9bc2f69243c0d74087fa52d46c2445dc207f /source/lib
parent70edd716ef0ccb218fe18d1233bd30abe46b62bf (diff)
downloadsamba-ab3f0c5b1e9c5fd192c5514cbe9451b938f9cd5d.tar.gz
samba-ab3f0c5b1e9c5fd192c5514cbe9451b938f9cd5d.tar.xz
samba-ab3f0c5b1e9c5fd192c5514cbe9451b938f9cd5d.zip
r17928: Implement the basic store for CLDAP sitename
support when looking up DC's. On every CLDAP call store the returned client sitename (if present, delete store if not) in gencache with infinate timeout. On AD DNS DC lookup, try looking for sitename DC's first, only try generic if sitename DNS lookup failed. I still haven't figured out yet how to ensure we fetch the sitename with a CLDAP query before doing the generic DC list lookup. This code is difficult to understand. I'll do some experiments and backtraces tomorrow to try and work out where to force a CLDAP site query first. Jeremy.
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/gencache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/gencache.c b/source/lib/gencache.c
index d4582b34f9d..fe038011d88 100644
--- a/source/lib/gencache.c
+++ b/source/lib/gencache.c
@@ -431,5 +431,3 @@ void gencache_unlock_entry( const char *key )
tdb_unlock_bystring(cache, key);
return;
}
-
-