]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix typo in SPAKE modprinc example 1062/head
authorDaniel Albers <daniel@lbe.rs>
Thu, 9 Apr 2020 09:25:34 +0000 (11:25 +0200)
committerGreg Hudson <ghudson@mit.edu>
Thu, 9 Apr 2020 19:49:05 +0000 (15:49 -0400)
ticket: 8896 (new)
tags: pullup
target_version: 1.18-next

doc/admin/spake.rst

index 8b9f4710cd3d9bc2156e69739ed7138da5a4a199..001f92915c35637f57a1c5d431b052f2fce152f5 100644 (file)
@@ -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.