From 17303ca864ad2e1d2ef3325fe24892449e589be6 Mon Sep 17 00:00:00 2001 From: mharmsen Date: Mon, 1 Jun 2009 20:26:54 +0000 Subject: Bugzilla Bug #503255 - Fix confusing "Security Domain" message when using "status". git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@538 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec | 5 ++++- .../shared/docroot/tps/admin/console/config/securitydomainpanel.vm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'pki/dogtag/tps-ui') diff --git a/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec b/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec index 0dff91edb..386b10632 100644 --- a/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec +++ b/pki/dogtag/tps-ui/dogtag-pki-tps-ui.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_ui_prefix}-%{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 7 +%define base_release 8 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -222,6 +222,9 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Mon Jun 1 2009 Matthew Harmsen 1.1.0-8 +- Bugzilla Bug #503255 - Fix confusing "Security Domain" message when using + "status" * Wed May 20 2009 Ade Lee 1.1.0-7 - Bugzilla Bug #497583 - web wizard tps - menu highlight and label typo * Sat May 16 2009 Jack Magne 1.1.0-6 diff --git a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm index 569d8425d..6ab73ef21 100644 --- a/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm +++ b/pki/dogtag/tps-ui/shared/docroot/tps/admin/console/config/securitydomainpanel.vm @@ -109,7 +109,7 @@ Enter the URL to an existing security domain. - +
NOTE:   Since a Security Domain MUST be a CA (although all CAs are NOT necessarily Security Domains), an appropriate value for this URL may be obtained by logging into the machine which hosts the desired Security Domain CA as 'root' and running the command "$initCommand status" from the command-line. If no Security Domain URL is shown, the CA subsystem is not a Security Domain.Since a Security Domain MUST be a CA (although all CAs are NOT necessarily Security Domains), an appropriate value for this URL may be obtained by logging into the machine which hosts the desired Security Domain CA as 'root' and running the command "$initCommand status" from the command-line.

-- cgit