From: Daniel Albers Date: Thu, 9 Apr 2020 09:25:34 +0000 (+0200) Subject: Fix typo in SPAKE modprinc example X-Git-Tag: krb5-1.19-beta1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1062%2Fhead;p=thirdparty%2Fkrb5.git Fix typo in SPAKE modprinc example ticket: 8896 (new) tags: pullup target_version: 1.18-next --- diff --git a/doc/admin/spake.rst b/doc/admin/spake.rst index 8b9f4710cd..001f92915c 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.