Remove outdated note in krb5kdc man page
This commit is contained in:
parent
e506fad693
commit
29b7ff3bb1
37
Remove-outdated-note-in-krb5kdc-man-page.patch
Normal file
37
Remove-outdated-note-in-krb5kdc-man-page.patch
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
From 65130d13c59c13b7e5e07cfe69421ce1a08c0b7f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Greg Hudson <ghudson@mit.edu>
|
||||||
|
Date: Tue, 17 Jul 2018 11:33:03 -0400
|
||||||
|
Subject: [PATCH] Remove outdated note in krb5kdc man page
|
||||||
|
|
||||||
|
Commit af5b77c887bfff24603715f8296c00d5eb839b0c (ticket 8348) removed
|
||||||
|
the interface-scanning workaround for platforms without pktinfo
|
||||||
|
support, so there is no longer an interaction between the krb5kdc -w
|
||||||
|
option and this workaround.
|
||||||
|
|
||||||
|
ticket: 8716 (new)
|
||||||
|
tags: pullup
|
||||||
|
target_version: 1.16-next
|
||||||
|
|
||||||
|
(cherry picked from commit 728b66ab867e31c4c338c6a6309d629d39a4ec3f)
|
||||||
|
---
|
||||||
|
doc/admin/admin_commands/krb5kdc.rst | 7 -------
|
||||||
|
1 file changed, 7 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/doc/admin/admin_commands/krb5kdc.rst b/doc/admin/admin_commands/krb5kdc.rst
|
||||||
|
index bda2c015c..b605b563d 100644
|
||||||
|
--- a/doc/admin/admin_commands/krb5kdc.rst
|
||||||
|
+++ b/doc/admin/admin_commands/krb5kdc.rst
|
||||||
|
@@ -72,13 +72,6 @@ will relay SIGHUP signals to the worker subprocesses, and will
|
||||||
|
terminate the worker subprocess if the it is itself terminated or if
|
||||||
|
any other worker process exits.
|
||||||
|
|
||||||
|
-.. note::
|
||||||
|
-
|
||||||
|
- On operating systems which do not have *pktinfo* support,
|
||||||
|
- using worker processes will prevent the KDC from listening
|
||||||
|
- for UDP packets on network interfaces created after the KDC
|
||||||
|
- starts.
|
||||||
|
-
|
||||||
|
The **-x** *db_args* option specifies database-specific arguments.
|
||||||
|
See :ref:`Database Options <dboptions>` in :ref:`kadmin(1)` for
|
||||||
|
supported arguments.
|
@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
|
|||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.16.1
|
Version: 1.16.1
|
||||||
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
|
|
||||||
# lookaside-cached sources; two downloads and a build artifact
|
# lookaside-cached sources; two downloads and a build artifact
|
||||||
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
|
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
|
||||||
@ -100,6 +100,7 @@ Patch80: Zap-copy-of-secret-in-RC4-string-to-key.patch
|
|||||||
Patch81: Fix-some-broken-tests-for-Python-3.patch
|
Patch81: Fix-some-broken-tests-for-Python-3.patch
|
||||||
Patch82: Eliminate-preprocessor-disabled-dead-code.patch
|
Patch82: Eliminate-preprocessor-disabled-dead-code.patch
|
||||||
Patch83: Make-krb5kdc-p-affect-TCP-ports.patch
|
Patch83: Make-krb5kdc-p-affect-TCP-ports.patch
|
||||||
|
Patch84: Remove-outdated-note-in-krb5kdc-man-page.patch
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://web.mit.edu/kerberos/www/
|
URL: http://web.mit.edu/kerberos/www/
|
||||||
@ -746,6 +747,9 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 19 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-17
|
||||||
|
- Remove outdated note in krb5kdc man page
|
||||||
|
|
||||||
* Thu Jul 19 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-16
|
* Thu Jul 19 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-16
|
||||||
- Make krb5kdc -p affect TCP ports
|
- Make krb5kdc -p affect TCP ports
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user