krb5 commit: Fix typo in SPAKE modprinc example
Greg Hudson
ghudson at mit.edu
Thu Apr 9 16:36:00 EDT 2020
https://github.com/krb5/krb5/commit/74550f3deabb268a00b43fe0ac7debde0e108938
commit 74550f3deabb268a00b43fe0ac7debde0e108938
Author: Daniel Albers <daniel at lbe.rs>
Date: Thu Apr 9 11:25:34 2020 +0200
Fix typo in SPAKE modprinc example
ticket: 8896 (new)
tags: pullup
target_version: 1.18-next
doc/admin/spake.rst | 2 +-
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.
More information about the cvs-krb5
mailing list