Skip to content

Commit

Permalink
Fixes #550 - Note that encrypt is the default option
Browse files Browse the repository at this point in the history
There are two options to hprop.  It's important to note that the default
behavior is to transmit the database with encrypted keys.

(cherry picked from commit 68f74fb)
  • Loading branch information
quanah authored and jaltman committed May 31, 2019
1 parent 1384b3c commit a7c7e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kdc/hprop.8
Expand Up @@ -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
Expand Down

0 comments on commit a7c7e31

Please sign in to comment.