Blame SOURCES/Correct-kpasswd_server-description-in-krb5.conf-5.patch

749169
From fce9cdd8b264343a30b37bea8442da03b258ce45 Mon Sep 17 00:00:00 2001
749169
From: Robbie Harwood <rharwood@redhat.com>
749169
Date: Tue, 16 Oct 2018 17:32:29 -0400
749169
Subject: [PATCH] Correct kpasswd_server description in krb5.conf(5)
749169
749169
ticket: 8754 (new)
749169
tags: pullup
749169
target_version: 1.16-next
749169
749169
(cherry picked from commit 762d804701f78fc76f728ec05a205eea6a2b2dd7)
749169
---
749169
 doc/admin/conf_files/krb5_conf.rst | 3 ++-
749169
 1 file changed, 2 insertions(+), 1 deletion(-)
749169
749169
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
749169
index a959e0e60..cc996f11a 100644
749169
--- a/doc/admin/conf_files/krb5_conf.rst
749169
+++ b/doc/admin/conf_files/krb5_conf.rst
749169
@@ -496,7 +496,8 @@ following tags may be specified in the realm's subsection:
749169
 
749169
 **kpasswd_server**
749169
     Points to the server where all the password changes are performed.
749169
-    If there is no such entry, the port 464 on the **admin_server**
749169
+    If there is no such entry, DNS will be queried (unless forbidden
749169
+    by **dns_lookup_kdc**).  Finally, port 464 on the **admin_server**
749169
     host will be tried.
749169
 
749169
 **master_kdc**