From 40ff6f21dbde577bd65721285d659152f27e90a6 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 6 Dec 2007 11:56:14 -0500 Subject: Prompt user before downloading a keytab that this will create a new secret, breaking any existing keytabs for that principal. --- ipa-server/ipa-gui/ipagui/templates/principallist.kid | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ipa-server/ipa-gui/ipagui/templates/principallist.kid b/ipa-server/ipa-gui/ipagui/templates/principallist.kid index dcd9dd4b..d4177d8d 100644 --- a/ipa-server/ipa-gui/ipagui/templates/principallist.kid +++ b/ipa-server/ipa-gui/ipagui/templates/principallist.kid @@ -16,6 +16,14 @@ +

${len(principals)} results returned:

@@ -33,7 +41,7 @@ - ${principal.hostname} -- cgit