From b3b7b140cc1678b2353153259d70d4be631e2709 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 30 Aug 2001 18:54:01 +0000 Subject: [PATCH] remove srv_try_txt, fix spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10604 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.conf.5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/krb5/krb5.conf.5 b/lib/krb5/krb5.conf.5 index 076e66a12..6903d1683 100644 --- a/lib/krb5/krb5.conf.5 +++ b/lib/krb5/krb5.conf.5 @@ -153,8 +153,6 @@ How to print date strings in logs, this string is passed to Write log-entries using UTC instead of your local time zone. .It Li srv_lookup = Va boolean Use DNS SRV records to lookup realm configuration information. -.It Li srv_try_txt = Va boolean -If a SRV lookup fails, try looking up the same info in a DNS TXT record. .It Li scan_interfaces = Va boolean Scan all network interfaces for addresses, as opposed to simply using the address associated with the system's host name. @@ -344,7 +342,7 @@ that reads .Nm and tries to emit useful diagnostics from parsing errors. Note that this program does not have any way of knowing what options are -actually used and thus cannot warn about unknown or misspelt ones. +actually used and thus cannot warn about unknown or misspelled ones. .Sh SEE ALSO .Xr kinit 1 , .Xr krb5_425_conv_principal 3 ,