From 74550f3deabb268a00b43fe0ac7debde0e108938 Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Thu, 9 Apr 2020 11:25:34 +0200 Subject: [PATCH] Fix typo in SPAKE modprinc example ticket: 8896 (new) tags: pullup target_version: 1.18-next --- doc/admin/spake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2