From 68f74fbaf11344c802a8a46ecf05115c120b86d5 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 30 May 2019 23:56:03 +0000 Subject: [PATCH] Fixes #550 - Note that encrypt is the default option There are two options to hprop. It's important to note that the default behavior is to transmit the database with encrypted keys. --- kdc/hprop.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kdc/hprop.8 b/kdc/hprop.8 index 973235f2a..2746e1d8f 100644 --- a/kdc/hprop.8 +++ b/kdc/hprop.8 @@ -115,7 +115,8 @@ The encryption keys in the database can either be in clear, or encrypted with a master key. This option transmits the database with unencrypted keys. .It Fl E , Fl Fl encrypt -This option transmits the database with encrypted keys. +This option transmits the database with encrypted keys. This is the +default if no option is supplied. .It Fl n , Fl Fl stdout Dump the database on stdout, in a format that can be fed to hpropd. .El