From 45526e9775395f5d44bad3f5430041f32c84ce1e Mon Sep 17 00:00:00 2001 From: semery Date: Wed, 29 Jun 2005 00:16:52 -0700 Subject: PSARC/2005/277 gkadmin(1m) key encryption type interface 6193587 Can not specify encryption types when creating new principals via gkadmin 6264514 krb5kdc's documentation properties points to kadmind(1M) 6265737 Decrypt integrity failure with kpasswd and AD 6278018 Setting kpasswd_protocol affects more than change password 6280644 "/usr/lib/krb5/kprop -P $port $host" won't work on little endian systems(x86) --- usr/src/cmd/krb5/kadmin/gui/GuiResource.java | 35 +++++++++++++++++----------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'usr/src/cmd/krb5/kadmin/gui/GuiResource.java') diff --git a/usr/src/cmd/krb5/kadmin/gui/GuiResource.java b/usr/src/cmd/krb5/kadmin/gui/GuiResource.java index 9f25430efc..9ce10a3c63 100644 --- a/usr/src/cmd/krb5/kadmin/gui/GuiResource.java +++ b/usr/src/cmd/krb5/kadmin/gui/GuiResource.java @@ -22,7 +22,7 @@ /* * ident "%Z%%M% %I% %E% SMI" * - * Copyright 2000-2002 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -52,6 +52,7 @@ public class GuiResource extends ListResourceBundle { {"Duplicate ", "Duplicate "}, {"- *CHANGES*", "- *CHANGES*"}, {"OK", "OK"}, + {"Clear", "Clear"}, {"New", "New"}, {"Please save or cancel first", "Please save or cancel first"}, {"Cannot find default realm; check /etc/krb5/krb5.conf", @@ -69,12 +70,15 @@ public class GuiResource extends ListResourceBundle { "Please enter a principal name or cancel"}, {"Please enter a password or cancel", "Please enter a password or cancel"}, + {"If changing the key encryption types then specify a new password" + +" for the principal whose keys are being changed", + "If changing the key encryption types then specify a new password" + +" for the principal whose keys are being changed"}, {"Please enter a policy name or cancel", "Please enter a policy name or cancel"}, {"Context-Sensitive Help", "Context-Sensitive Help"}, - {"Click on GUI items to get help.\n\nClick on button below", - "to dismiss, Click on GUI items to get help.\n\nClick on", - "button below to dismiss"}, + {"Click on GUI items to get help.\n\nClick on button below to dismiss", + "Click on GUI items to get help.\n\nClick on button below to dismiss"}, {"Principal Name:", "Principal Name:"}, {"Principal", "Principal"}, {"Password:", "Password:"}, @@ -100,6 +104,7 @@ public class GuiResource extends ListResourceBundle { {"Last Principal Change:", "Last Principal Change:"}, {"Last Changed By:", "Last Changed By:"}, {"Account Expires:", "Account Expires:"}, + {"Encryption Key Types:", "Encryption Key Types:"}, {"Save", "Save"}, {"Previous", "Previous"}, {"Next", "Next"}, @@ -164,6 +169,10 @@ public class GuiResource extends ListResourceBundle { {"Midnight", "Midnight"}, {"Help", "Help"}, {"Help for Date and Time Dialog", "Help for Date and Time Dialog"}, + + {"SEAM Encryption Type List Helper", + "SEAM Encryption Type List Helper"}, + {"Help for Encryption Type Dialog", "Help for Encryption Type Dialog"}, {"SEAM Duration Helper", "SEAM Duration Helper"}, {"Weeks", "Weeks"}, @@ -219,20 +228,18 @@ public class GuiResource extends ListResourceBundle { "You are about to lose changes."}, {"Click OK to proceed or Cancel to continue editing.", "Click OK to proceed or Cancel to continue editing."}, - {"Click Save to commit changes, Discard to discard changes", - "or Cancel to continue editing.", - "Click Save to commit changes", - "Discard to discard changes, or Cancel", - "to continue editing."}, + {"Click Save to commit changes, Discard to discard changes," + +" or Cancel to continue editing.", + "Click Save to commit changes, Discard to discard changes," + +" or Cancel to continue editing."}, {"Unable to access lists; please use the Name field.", "Unable to access lists; please use the Name field."}, {"About SEAM Adminstration Tool", "About SEAM Adminstration Tool"}, {"Sun Enterprise Authentication Mechanism Administration Tool", - "Sun Enterprise Authentication Mechanism Administration", - "Tool"}, - {"Copyright 1999-2002 Sun Microsystems, Inc.", - "Copyright 1999-2002 Sun Microsystems, Inc."}, - {"All Rights Reserved.", "All Rights Reserved."}, + "Sun Enterprise Authentication Mechanism Administration Tool"}, + {"Copyright 2005 Sun Microsystems, Inc. All rights reserved.", + "Copyright 2005 Sun Microsystems, Inc. All rights reserved."}, + {"Use is subject to license terms.", "Use is subject to license terms"}, {"Example: ", "Example: "}, {"or", "or"}, {"Properties", "Properties"}, -- cgit v1.2.3