summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-21 22:55:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:39 -0500
commit3b7f8ddd9a7c0d372a0585790913ac95c9eb3324 (patch)
tree7eb8e1ba7394573ce6eac56d873f3801d7a45209 /source4/auth/kerberos
parente0febb258a29ac5deb034075219114337f468001 (diff)
downloadsamba-3b7f8ddd9a7c0d372a0585790913ac95c9eb3324.tar.gz
samba-3b7f8ddd9a7c0d372a0585790913ac95c9eb3324.tar.bz2
samba-3b7f8ddd9a7c0d372a0585790913ac95c9eb3324.zip
r10398: Don't do DNS lookups on short names (no .).
Andrew Bartlett (This used to be commit 77aca9619d24a8e118f53bcd1a1e54b8437812a8)
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt
index cfbf904bb3..3b2989eee1 100644
--- a/source4/auth/kerberos/kerberos-notes.txt
+++ b/source4/auth/kerberos/kerberos-notes.txt
@@ -365,4 +365,12 @@ by providing specific, english text-string error messages instead of
just error code translations.
+Short name rules
+----------------
+
+Samba is highly likely to be misconfigured, in many weird and
+interesting ways. As such, we have a patch for Heimdal that avoids
+DNS lookups on names without a . in them. This should avoid some
+delay and root server load.
+