aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Albers <daniel@lbe.rs>2020-04-09 11:25:34 +0200
committerGreg Hudson <ghudson@mit.edu>2020-04-10 13:12:35 -0400
commit1132233154eda74ff43af42d66e8370e6fc40036 (patch)
treed248ad9088778af7ebc8f11575792fdc18da132f
parent0ea94d49ba5861b2f78de4f27d37a53e0f4264b6 (diff)
downloadkrb5-1132233154eda74ff43af42d66e8370e6fc40036.zip
krb5-1132233154eda74ff43af42d66e8370e6fc40036.tar.gz
krb5-1132233154eda74ff43af42d66e8370e6fc40036.tar.bz2
Fix typo in SPAKE modprinc example
(cherry picked from commit 74550f3deabb268a00b43fe0ac7debde0e108938) ticket: 8896 version_fixed: 1.18.1
-rw-r--r--doc/admin/spake.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin/spake.rst b/doc/admin/spake.rst
index 8b9f471..001f929 100644
--- a/doc/admin/spake.rst
+++ b/doc/admin/spake.rst
@@ -27,7 +27,7 @@ KDC. Simply setting it to ``edwards25519`` is recommended::
Set the **+requires_preauth** and **-allow_svr** flags on client
principal entries, as you would for any preauthentication mechanism::
- kadmin: modprinc +requires_preauth -allow_srv PRINCNAME
+ kadmin: modprinc +requires_preauth -allow_svr PRINCNAME
Clients which do not implement SPAKE preauthentication will fall back
to encrypted timestamp.