35 lines
985 B
Diff
35 lines
985 B
Diff
From 08b99cc69debeb8da38854ddd09f62f854f29309 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Cabrero <scabrero@suse.de>
|
|
Date: Mon, 14 Jan 2019 13:14:47 +0100
|
|
Subject: [PATCH 5/9] Import krb5-1.6.3-ktutil-manpage.dif
|
|
|
|
---
|
|
src/man/ktutil.man | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/src/man/ktutil.man b/src/man/ktutil.man
|
|
index 75dee9c56..85a121f5b 100644
|
|
--- a/src/man/ktutil.man
|
|
+++ b/src/man/ktutil.man
|
|
@@ -166,6 +166,18 @@ ktutil:
|
|
.sp
|
|
See kerberos(7) for a description of Kerberos environment
|
|
variables.
|
|
+.SH REMARKS
|
|
+Changes to the keytab are appended to the keytab file (i.e., the keytab file
|
|
+is never overwritten). To directly modify a keytab, save the changes to a
|
|
+temporary file and then overwrite the keytab file of interest.
|
|
+.TP
|
|
+.nf
|
|
+Example:
|
|
+ktutil> rkt /etc/krb5.keytab
|
|
+(modifications to keytab)
|
|
+ktutil> wkt /tmp/krb5.newtab
|
|
+ktutil> q
|
|
+# mv /tmp/krb5.newtab /etc/krb5.keytab
|
|
.SH SEE ALSO
|
|
.sp
|
|
kadmin(1), kdb5_util(8), kerberos(7)
|
|
--
|
|
2.20.1
|
|
|