You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/10/30 12:49:25 UTC

svn commit: r831275 - in /directory/studio/trunk/ldapbrowser-help/src/main: docbook/ resources/html/images/

Author: seelmann
Date: Fri Oct 30 11:49:24 2009
New Revision: 831275

URL: http://svn.apache.org/viewvc?rev=831275&view=rev
Log:
added certificate trust dialog

Added:
    directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.54_tools_certificate_trust_dialog.xml
    directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_trust_dialog.png   (with props)
    directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_1.png   (with props)
    directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_2.png   (with props)
Modified:
    directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml
    directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml

Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml?rev=831275&r1=831274&r2=831275&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml (original)
+++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml Fri Oct 30 11:49:24 2009
@@ -58,6 +58,7 @@
   <!ENTITY tools_rename_entry_dialog SYSTEM "2.51_tools_rename_entry_dialog.xml">
   <!ENTITY tools_move_entries_dialog SYSTEM "2.52_tools_move_entries_dialog.xml">
   <!ENTITY tools_goto_dn_dialog SYSTEM "2.53_tools_goto_dn_dialog.xml">
+  <!ENTITY tools_certificate_trust_dialog SYSTEM "2.54_tools_certificate_trust_dialog.xml">
 
   <!ENTITY tools_value_editors SYSTEM "2.70_tools_value_editors.xml">
 

Added: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.54_tools_certificate_trust_dialog.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.54_tools_certificate_trust_dialog.xml?rev=831275&view=auto
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.54_tools_certificate_trust_dialog.xml (added)
+++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.54_tools_certificate_trust_dialog.xml Fri Oct 30 11:49:24 2009
@@ -0,0 +1,101 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="tools_certificate_trust_dialog">
+	<title>Certificate Trust dialog</title>
+	<para>
+		The Certificate Trust dialog pops up if a secure connection (ldaps or StartTLS) is
+		established and the server's certificate is invalid. 
+	</para>
+	
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata scale="50"
+						fileref="images/tools_certificate_trust_dialog.png" format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>	
+	</para>
+	
+	<para>
+		<informaltable frame="all">
+			<tgroup cols="2">
+				<colspec colname="Option" colwidth="1*" />
+				<colspec colname="Description" colwidth="2*" />
+				<thead>
+					<row>
+						<entry>Option</entry>
+						<entry>Description</entry>
+					</row>
+				</thead>
+				<tbody>
+					<row>
+						<entry>Dont't trust this certificate.</entry>
+						<entry>If you don't trust the certificate choose this option,
+						the connection won't be established</entry>
+					</row>
+					<row>
+						<entry>Trust this certificate for this session.</entry>
+						<entry>The certificate is only valid within this session and
+						added to the temporary certificate store. 
+						After a restart of Studio you are asked again
+						You could see all temporary trusted certificates in the 
+						<link linkend="tools_certificate_validation_preferences">
+						Certificate Validation preferences</link>.</entry>
+					</row>
+					<row>
+						<entry>Always trust this certificate.</entry>
+						<entry>The certificate is permanently valid and added to the 
+						permanent certificate store.
+						You could see all permanent trusted certificates in the 
+						<link linkend="tools_certificate_validation_preferences">
+						Certificate Validation preferences</link></entry>
+					</row>
+					<row>
+						<entry>View Certificate...</entry>
+						<entry>Opens the Certificate Viewer dialog, where you
+						could examine the certificate.</entry>
+					</row>
+				</tbody>
+			</tgroup>
+		</informaltable>
+	</para>
+	
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata scale="50"
+						fileref="images/tools_certificate_viewer_dialog_1.png" format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>	
+	</para>
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata scale="50"
+						fileref="images/tools_certificate_viewer_dialog_2.png" format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>	
+	</para>
+</section>
\ No newline at end of file

Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml?rev=831275&r1=831274&r2=831275&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml (original)
+++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml Fri Oct 30 11:49:24 2009
@@ -65,6 +65,7 @@
 		&tools_rename_entry_dialog;
 		&tools_move_entries_dialog;
 		&tools_goto_dn_dialog;
+		&tools_certificate_trust_dialog;
 
 	</section>
 	

Added: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_trust_dialog.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_trust_dialog.png?rev=831275&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_trust_dialog.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_1.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_1.png?rev=831275&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_2.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_2.png?rev=831275&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_certificate_viewer_dialog_2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream