From b69d781273c9f7c9096adc972b59b47558385e50 Mon Sep 17 00:00:00 2001 From: Lizhou Sha Date: Tue, 15 Dec 2015 23:04:02 -0500 Subject: [PATCH] updated the correct invocation of cpw -e option in kadmin --- doc/root-instance.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/root-instance.mdwn b/doc/root-instance.mdwn index 09d65ac..b53a8ac 100644 --- a/doc/root-instance.mdwn +++ b/doc/root-instance.mdwn @@ -109,7 +109,7 @@ be sure to ask for a pts id, if you want to use your tickets with AFS. You should change your root instance’s password with a command like this, to upgrade your key from critically weak DES encryption algorithm to strong AES encryption: - kadmin -p andersk/root -q 'cpw -e aes256-cts:normal -e aes128-cts:normal andersk/root' + kadmin -p andersk/root -q 'cpw -e aes256-cts:normal,aes128-cts:normal andersk/root' (Note: This previously made your password incompatible with a [handful of services](http://debathena.mit.edu/trac/ticket/529) that you should not have been using with your root instance in the first place, but these services have now been fixed.) You can confirm the change with -- 2.44.0