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 2018/09/09 15:55:44 UTC

svn commit: r1034904 [23/35] - in /websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14: ./ apache_directory_studio/ apache_directory_studio/css/ apache_directory_studio/images/ apacheds/ apacheds/css/ apacheds/images/ apacheds/...

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connection_properties.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connection_properties.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connection_properties.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,196 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Connection properties</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_properties.html" title="Properties"><link rel="prev" href="tools_properties.html" title="Properties"><link rel="next" href="tools_entry_properties.html" title="Entry properties"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Connection properties</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_properties.html">Prev</a>&nbsp;</td><th align="center" width="60%">Properties</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="tools_entry_properties.html">Next</a><
 /td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_connection_properties"></a>Connection properties</h3></div></div></div><p>
+		The following properties can be modified on the Connection
+		properties pages:
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_network_parameter"></a>Network Parameter</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_1.png"></div></div>
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>Connection name</td><td>
+							The name of the connection. In the
+							Connections view the connection is listed
+							with this name. The name must be unique.
+						</td></tr><tr><td>Hostname</td><td>
+							The hostname or IP address of the LDAP
+							server. A history of recently used hostnames
+							is available through the drop-down list.
+						</td></tr><tr><td>Port</td><td>
+							The port of the LDAP server. The default
+							port for non-encyrpted connections is 389.
+							The default port for ldaps:// connections is
+							636. A history of recently used ports is
+							available through the drop-down list.
+						</td></tr><tr><td>Encryption method</td><td>
+							The encryption to use. Possible values are
+							'No encrypton', 'ldaps://' and 'StartTLS
+							extension'.
+						</td></tr><tr><td>Check Network Parameter</td><td>
+							Use this function if you want validate that the
+							entered information is correct and the server
+							is reachable.
+						</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_authentication"></a>Authentication</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_2.png"></div></div>
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>Authentication Method</td><td>
+							Select your authentication method between:
+							<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc">Anonymous Authentication: connects to the directory without authentication.</li><li style="list-style-type: disc">Simple Authentication: uses simple authentication using a bind DN and password, the credentials are transmitted in clear-text over the network.</li><li style="list-style-type: disc">CRAM-MD5 (SASL): authenticates to the directory using a challenge-response authentication mechanism, the credentials are not transmitted in clear-text over the network.</li><li style="list-style-type: disc">DIGEST-MD5 (SASL): another challenge-response authentication mechanism, additionally you could define your realm and QoP parameters.</li><li style="list-style-type: disc">GSSAPI (Kerberos): users Kerberos based authentication, additional parameters could be defined.</li></ul></div>
+						</td></tr><tr><td>Bind DN or user</td><td>
+							The distinguished name or user ID used to bind.
+							Previously entered DNs could be selected
+							from drop-down list.
+						</td></tr><tr><td>Bind Password</td><td>The password used to bind.</td></tr><tr><td>Save password</td><td>
+							If checked the password will be saved in
+							configuration. If not checked you have
+							to enter the password whenever you
+							connect to the server. Warning: The
+							password is saved as plain text!
+						</td></tr><tr><td>Check Authentication</td><td>
+							Use this function if you want to attempt
+							a connection plus a bind to the host
+							upon completion of the wizard to
+							validate that the entered information is
+							correct.
+						</td></tr></tbody></table></div><p>
+			Additional authentication parameters for SASL and Kerberos:
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_2b.png"></div></div>
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Option</th><th>Description</th></tr></thead><tbody><tr><td>SASL Realm</td><td>The SASL Relam used to bind, only applicaple if DIGEST-MD5 is choosen.</td></tr><tr><td>Quality of Protection</td><td>The QoP to use: authentication only, with integrity protection, 
+						and with privacy protection</td></tr><tr><td>Protection Strength</td><td>The protection strength to use</td></tr><tr><td>Mutual Authentication</td><td>If checked mutual authentication is used, 
+						that means the server has to authenticate itself
+						to the client. If unchecked only the client
+						authenticates itself to the server.</td></tr><tr><td>Use native TGT</td><td>If checked the native credential cache
+						is used, thus no additional authentication is
+						necessary. Note that on Windows systems that
+						requires a modification of the registry.</td></tr><tr><td>Object TGT from KDC</td><td>If checked a new TGT is obtained from
+						the KDC. Username and password must be 
+						provided.</td></tr><tr><td>Use native system configuration</td><td>If checked the native Kerberos configuration
+						is used (e.g. /etc/krb5.conf).</td></tr><tr><td>Use configuration file</td><td>If checked a custom configuration file
+						could be used.</td></tr><tr><td>Use following configuration</td><td>If checked the Kerberos configuration
+						parameters (realm, host, port) could be set
+						in the dialog.</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_browser_options"></a>Browser Options</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_3.png"></div></div>
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>Get base DNs from Root DSE</td><td>
+							If checked the base DNs are fetched from
+							namingContexts attribute of the Root
+							DSE.
+						</td></tr><tr><td>Fetch Base DNs</td><td>
+							Use this function to get the
+							namingContext values from the Root DSE.
+							The returned values will appear in the
+							'Base DN' drop-down list.
+						</td></tr><tr><td>Base DN</td><td>
+							The base DN to use. You may enter a DN
+							manually or you may select one from the
+							drop-down list. This field is only
+							enabled if the option 'Get base DNs from
+							root DSE' is off.
+						</td></tr><tr><td>Count Limit</td><td>
+							Maximum number of entries returned from
+							server when browsing the directory, it
+							is also used as default value when
+							searching the directory. A value of 0
+							means no count limit. Note that this
+							value is a client-side value, its
+							possible that also a server-side limit
+							is used.
+						</td></tr><tr><td>Time Limit</td><td>
+							The maximum time in seconds the
+							server searches for results. This is
+							used as default value when browsing or
+							searching the directory. A value of 0
+							means no limit. Note that this value is
+							a client-side value, its possible that
+							also a server-side limit is used.
+						</td></tr><tr><td>Alias Dereferencing</td><td>
+							Specifies whether aliases should be
+							dereferenced while finding the search base
+							entry or when performing the search or
+							both.
+							To manage (create, modify, delete) alias
+							objects you have to uncheck both options. 
+						</td></tr><tr><td>Referrals Handling</td><td>
+							Specifies the referral handling. 
+							
+							<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc">Follow Referrals manually:
+								Received referrals and search continuations are just displayed 
+								in the Browser. As soon as you open or expand such an search 
+								continuation the search is continued. You are asked which connection 
+								you want to use to follow a specific referral URL, this way you have 
+								full control regarding encryption and authentication options when 
+								following referrals.</li><li style="list-style-type: disc">Follow Referrals automatically: 
+								Follows referrals and search continuations immediately if they are 
+								received from the directory server. You are asked which connection 
+								you want to use to follow a specific referral URL, this way you 
+								have full control regarding encryption and authentication options 
+								when following referrals.</li><li style="list-style-type: disc">Ignore Referrals:
+								Any referral or search continuation received from the directory server 
+								is silently ignored. No error is logged, no dialog appears, no special 
+								entry is displayed in the DIT, no ManageDsaIT control is sent to the 
+								server.</li></ul></div>
+						</td></tr><tr><td>Use ManageDsaIT control while browsing</td><td>
+							If enabled the ManageDsaIT control is sent to the server in each request. 
+							This signals the directory server to not send referrals and search 
+							continuations, but return the special referral objects. This only works 
+							if the directory server supports the ManageDsaIT control.
+						</td></tr><tr><td>Fetch subentries while browsing</td><td>
+							If enabled enabled both, normal and subentries 
+							according to RFC 3672 are fetched. This causes 
+							additional search requests while browsing the
+							directory.
+						</td></tr><tr><td>Paged Search</td><td>
+							If enabled the simple paged result control is used
+							while browsing the directory. 
+							With the page size you could define how many entries 
+							should be retrieved	in one request. 
+							If Scroll Mode is enabled only one page is fetched
+							from the server at once while browsing, you could 
+							'scroll' through the pages by using the 'next page' 
+							and 'top page' items. If disabled 
+							<span class="strong"><strong>all</strong></span>
+							entries are fetched from the server, the paged 
+							result control is only used in background to 
+							avoid server-side limits.
+						</td></tr><tr><td>Fetch operational attributes while browsing</td><td>
+							If enabled enabled both, user attributes and
+							operational attributes are retrieved while browsing.
+							If the server supports the feature 
+							'All Operational Attributes' then a '+' is used to 
+							retrieve operational attributes, otherwise all
+							operational attributes defined in the schema are 
+							requested.
+						</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_edit_options"></a>Edit Options</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_3b.png"></div></div>
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>Modify Mode</td><td>
+							Specify the modify mode for attributes with an equality matching rule.
+							Description of options:
+							<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc">Optimized Modify Operations: uses add/delete by default, 
+								uses replace if operation count is less</li><li style="list-style-type: disc">Always REPLACE: always uses replace operations to perform 
+								entry modifications</li><li style="list-style-type: disc">Always ADD/DELETE: always uses add and/or delete operations 
+								to perform entry modifications</li></ul></div>
+						</td></tr><tr><td>Modify Mode (no equality matching rule)</td><td>
+							Specify the modify mode for attributes with *no* equality matching rule.
+							Description of options:
+							<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc">Optimized Modify Operations: uses add/delete by default, 
+								uses replace if operation count is less</li><li style="list-style-type: disc">Always REPLACE: always uses replace operations to perform 
+								entry modifications</li><li style="list-style-type: disc">Always ADD/DELETE: always uses add and/or delete operations 
+								to perform entry modifications</li></ul></div>
+							Recommended values for various LDAP servers:
+							<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc">ApacheDS: Optimized Modify Operations or REPLACE</li><li style="list-style-type: disc">OpenLDAP: REPLACE</li><li style="list-style-type: disc">OpenDS / SunDSEE: Optimized Modify Operations or REPLACE</li><li style="list-style-type: disc">FedoraDS / 389DS: Optimized Modify Operations 
+								(missing equality matching rules for many standard attribute types)</li><li style="list-style-type: disc">Active Directory: Optimized Modify Operations 
+								(exposes no equality matching rules at all)</li><li style="list-style-type: disc">eDirectory: Optimized Modify Operations 
+								(exposes no equality matching rules at all)</li></ul></div>
+						</td></tr><tr><td>Modify Order</td><td>
+							Specify the modify order when using add and delete operations.
+						</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_rootdse"></a>Root DSE</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_4.png"></div></div>
+		</p><p>
+			The Root DSE properties page provides information about the
+			connected directory server like directory type and version,
+			controls, extensions and features.
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connection_properties_schema"></a>Schema</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_connection_properties_5.png"></div></div>
+		</p><p>
+			The Schema properties page provides some information about
+			the schema. The 'Schema Information' group shows the schema
+			DN an modification timestamp. With the 'Reload Schema'
+			button a schema reload could be forced, the schema is
+			reloaded automatically if the directory's schema is newer
+			than the cached one. The 'Schema Cache' group shows
+			information about the cached schema.
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_properties.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_properties.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_entry_properties.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Properties&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Entry properties</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connection_properties.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connections_view.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connections_view.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connections_view.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,34 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Connections view</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_viewsandeditors.html" title="Views and editors"><link rel="prev" href="tools_viewsandeditors.html" title="Views and editors"><link rel="next" href="tools_browser_view.html" title="LDAP Browser view"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Connections view</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_viewsandeditors.html">Prev</a>&nbsp;</td><th align="center" width="60%">Views and editors</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="tools_browser_v
 iew.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_connections_view"></a>Connections view</h3></div></div></div><p>
+		The Connections view shows all the LDAP connections that you have added.
+		Here is an example screenshot of the Connection view:
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_connections_view_1.png"></div></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connections_view_organize"></a>Organize Connections</h4></div></div></div><p>
+		    It is possible to organize connections in folders and sub-folders.   
+		 	Use drag-and-drop to re-organize connections and folders.
+		</p><p>
+		    You could copy and paste the connection parameters as LDAP URL 
+		    to/from the clipboard. This makes it very easy to share connection parameters
+		    with other users.
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connections_view_icons"></a>Icons</h4></div></div></div><p>
+		 	The following icons can appear in the Connections view:
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col align="center"><col align="left"></colgroup><thead><tr><th align="center">Icon</th><th align="left">Description</th></tr></thead><tbody><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_connected.gif"></span></span></td><td align="left">Connection is opened.</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_disconnected.gif"></span></span></td><td align="left">Connection is closed.</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_ssl_connected.gif"></span></span></td><td align="left">Secure Connection is opened.</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_ssl_disconnected.gif"></span></span></td><td align="left">Secure Connection is closed.</td></tr><tr><td
  align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_folder.gif"></span></span></td><td align="left">Connection folder</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connections_view_toolbar"></a>Toolbar</h4></div></div></div><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col align="center"><col><col></colgroup><thead><tr><th align="center">Icon</th><th>Action</th><th>Description</th></tr></thead><tbody><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_add.gif"></span></span></td><td>New Connection...</td><td>Starts the <a href="tools_newconnection_wizard.html" title="New Connection wizard">New Connection wizard</a></td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_connect.gif"></span></span></td><td>Open Connec
 tion</td><td>Opens the selected connection(s)</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_disconnect.gif"></span></span></td><td>Close Connection</td><td>Closes the selected connection(s)</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/expandall.gif"></span></span></td><td>Expand All</td><td>Expands all connection folders</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/collapseall.gif"></span></span></td><td>Collapse All</td><td>Collapses all connection folders</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_connections_view_contextmenu"></a>Context Menu</h4></div></div></div><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col align="center"><col><col><col></colgroup><thead><tr><th align="center">I
 con</th><th>Action</th><th>Description</th><th>Shortcut</th></tr></thead><tbody><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_add.gif"></span></span></td><td>New Connection...</td><td>Starts the <a href="tools_newconnection_wizard.html" title="New Connection wizard">New Connection wizard</a></td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_folder_add.gif"></span></span></td><td>New Connection Folder...</td><td>Opens a dialog to create a new connection folder.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_connect.gif"></span></span></td><td>Open Connection</td><td>Opens the selected connection(s)</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/connection_disconnect.gif"></span></span></td><td>Close Co
 nnection</td><td>Closes the selected connection(s)</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/browser_schemabrowsereditor.gif"></span></span></td><td>Open Schema Browser</td><td>Opens the Schema Browser and shows the schema of the selected connection</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/copy.gif"></span></span></td><td>Copy Connection</td><td>Copies the selected connection(s) as LDAP URL(s) to the clipboard. To duplicate an existing connection please combine copy and paste.</td><td>
+					  	<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>-<span><strong class="keycap">C</strong></span></strong></span>
+					  	or
+					  	<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>-<span><strong class="keycap">Insert</strong></span></strong></span>
+					  </td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/paste.gif"></span></span></td><td>Paste Connection</td><td>Pastes the copied connection(s) or LDAP URL(s) from clipboard. Only enabled if there are connections or LDAP URLs in clipboard.</td><td>
+					  	<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>-<span><strong class="keycap">V</strong></span></strong></span>
+					  	or
+					  	<span><strong class="shortcut"><span><strong class="keycap">Shift</strong></span>-<span><strong class="keycap">Insert</strong></span></strong></span>
+					  </td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/delete.gif"></span></span></td><td>Delete Connection</td><td>Deletes the selected connections(s). Only enabled if the selected connections are closed.</td><td><span><strong class="shortcut"><span><strong class="keycap">Delete</strong></span></strong></span></td></tr><tr><td align="center">&nbsp;</td><td>Select All</td><td>Selects all connections.</td><td><span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>-<span><strong class="keycap">A</strong></span></strong></span></td></tr><tr><td align="center">&nbsp;</td><td>Rename Connection...</td><td>Opens a dialog to rename the selected connection.</td><td><span><strong class="shortcut"><span><strong class="keycap">F2</strong></span></strong></span></td></tr><tr><td align="center">&nbsp;</td><td>Rename Connection Folder...</td><td>Opens a dialog to rename the selected connection folder.</td><td><span><st
 rong class="shortcut"><span><strong class="keycap">F2</strong></span></strong></span></td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/import_ldif.gif"></span></span></td><td><span class="guimenu">Import</span> &rarr; <span class="guisubmenu">LDIF Import...</span>
+					  </td><td>Starts the <a href="tools_ldifimport_wizard.html" title="LDIF Import wizard">LDIF Import wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/import_dsml.gif"></span></span></td><td><span class="guimenu">Import</span> &rarr; <span class="guisubmenu">DSML Import...</span>
+					  </td><td>Starts the <a href="tools_dsmlimport_wizard.html" title="DSML Import wizard">DSML Import wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/import_connections.gif"></span></span></td><td><span class="guimenu">Import</span> &rarr; <span class="guisubmenu">Import Connections...</span>
+					  </td><td>Starts the <a href="tools_connectionsimport_wizard.html" title="Import Connections wizard">Import Connection wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_ldif.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">LDIF Export...</span>
+					  </td><td>Starts the <a href="tools_ldifexport_wizard.html" title="LDIF Export wizard">LDIF Export wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_dsml.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">DSML Export...</span>
+					  </td><td>Starts the <a href="tools_dsmlexport_wizard.html" title="DSML Export wizard">DSML Export wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_csv.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">CSV Export...</span>
+					  </td><td>Starts the <a href="tools_csvexport_wizard.html" title="CSV Export wizard">CSV Export wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_xls.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">Excel Export...</span>
+					  </td><td>Starts the <a href="tools_excelexport_wizard.html" title="Excel Export wizard">Excel Export wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_odf.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">ODF Export...</span>
+					  </td><td>Starts the <a href="tools_odfexport_wizard.html" title="ODF Export wizard">ODF Export wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center"><span class="guiicon"><span class="inlinemediaobject"><img src="icons/export_connections.gif"></span></span></td><td><span class="guimenu">Export</span> &rarr; <span class="guisubmenu">Export Connections...</span>
+					  </td><td>Starts the <a href="tools_connectionsexport_wizard.html" title="Connections Export wizard">Export Connections wizard</a>.</td><td>&nbsp;</td></tr><tr><td align="center">&nbsp;</td><td>Properties</td><td>Opens the <a href="tools_connection_properties.html" title="Connection properties">connection properties</a> dialog.</td><td>
+					  	<span><strong class="shortcut"><span><strong class="keycap">Alt</strong></span>-<span><strong class="keycap">Enter</strong></span></strong></span>
+					  </td></tr></tbody></table></div></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_viewsandeditors.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_viewsandeditors.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_browser_view.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Views and editors&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;LDAP Browser view</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connections_view.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsexport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsexport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsexport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,31 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Connections Export wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_odfexport_wizard.html" title="ODF Export wizard"><link rel="next" href="tools_referral_connection_dialog.html" title="Select Referral Connection dialog"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Connections Export wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_odfexport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" 
 width="20%">&nbsp;<a accesskey="n" href="tools_referral_connection_dialog.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_connectionsexport_wizard"></a>Connections Export wizard</h3></div></div></div><p>
+		This wizard is used to export all defined connections in the 
+        <a href="tools_connections_view.html" title="Connections view">Connections view</a>
+        to a file.
+	</p><p>
+		To start the wizard select
+		<span class="strong"><strong>
+			Export &gt;
+			<span class="inlinemediaobject"><img src="icons/export_connections.gif"></span>
+			Export Connections...
+		</strong></span>
+		from the context menu of the Connections view.
+	</p><p>
+		On the wizard page you have to select the target file.
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_connectionsexport_wizard_1.png"></div></div>
+	</p><p>
+		<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>To file</td><td>
+							The file to export all the connections to. Type in the
+							full path or
+							<span class="strong"><strong>
+								Browse...
+							</strong></span>
+							to select the path on the file system.
+							The drop-down list provides a history of
+							recently used files.
+						</td><td>empty</td></tr><tr><td>Overwrite existing file</td><td>
+							If the export file already exist, you
+							must permit to overwrite the file.
+						</td><td>off</td></tr></tbody></table></div>
+	</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_odfexport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_referral_connection_dialog.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">ODF Export wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Select Referral Connection dialog</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsexport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsimport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsimport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsimport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,27 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Import Connections wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_dsmlimport_wizard.html" title="DSML Import wizard"><link rel="next" href="tools_ldifexport_wizard.html" title="LDIF Export wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Import Connections wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_dsmlimport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a 
 accesskey="n" href="tools_ldifexport_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_connectionsimport_wizard"></a>Import Connections wizard</h3></div></div></div><p>
+		This wizard imports previously exported connections to the 
+		<a href="tools_connections_view.html" title="Connections view">Connections view</a>.
+	</p><p>
+		To start the wizard select
+		<span class="strong"><strong>
+			Import &gt;
+			<span class="inlinemediaobject"><img src="icons/import_connections.gif"></span>
+			Import Connections...
+		</strong></span>
+		from the context menu of the Connections view.
+	</p><p>
+		On the wizard page you have to select the source file.
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_connectionsimport_wizard_1.png"></div></div>
+	</p><p>
+		<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>From file</td><td>
+							The file containing all the connections. Type in the
+							full path or
+							<span class="strong"><strong>
+								Browse...
+							</strong></span>
+							to select the path on the file system.
+							The drop-down list provides a history of
+							recently used files.
+						</td><td>empty</td></tr></tbody></table></div>
+	</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_dsmlimport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_ldifexport_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">DSML Import wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;LDIF Export wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_connectionsimport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_csvexport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_csvexport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_csvexport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,69 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>CSV Export wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_dsmlexport_wizard.html" title="DSML Export wizard"><link rel="next" href="tools_excelexport_wizard.html" title="Excel Export wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">CSV Export wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_dsmlexport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a accesskey="n" 
 href="tools_excelexport_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_csvexport_wizard"></a>CSV Export wizard</h3></div></div></div><p>This wizard is used to export entries to CSV files.</p><p>
+		To start the wizard choose one of the following options:
+		<div class="itemizedlist"><ul type="disc"><li><p>
+					In the LDAP Browser view select an entry or a search
+					and choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_csv.gif"></span>
+						CSV Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Connections view select a connection and
+					choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_csv.gif"></span>
+						CSV Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Workbench menu bar select
+					<span class="strong"><strong>File &gt; Export...</strong></span>
+					and choose
+					<span class="strong"><strong>
+						<span class="inlinemediaobject"><img src="icons/export_csv.gif"></span>
+						LDAP to CSV
+					</strong></span>
+					.
+				</p></li></ul></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_csvexport_wizard_1"></a>Data to Export</h4></div></div></div><p>
+			On the Data to Export page you have to specify which
+			entries and attributes to export. 
+		</p><p>
+			The layout of the page is similar to the 
+			<a href="tools_search_dialog.html" title="Search dialog">
+				LDAP Search page
+			</a>
+			. In the <span class="strong"><strong>Returning Attributes</strong></span> section
+			you can also choose the following option:
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>Export DN</td><td>
+								Exports the distinguished name as first column in the CSV file.
+							</td><td>on</td></tr></tbody></table></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_csvexport_wizard_2"></a>CSV File</h4></div></div></div><p>
+			On the CSV File page you have to select the target CSV file.
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_csvexport_wizard_1.png"></div></div>
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>CSV File</td><td>
+								The CSV file to export to. Type in the
+								full path or
+								<span class="strong"><strong>
+									Browse...
+								</strong></span>
+								to select the path on the file system.
+								The drop-down list provides a history of
+								recently used files.
+							</td><td>empty</td></tr><tr><td>Overwrite existing CSV file</td><td>
+								If the export file already exist, you
+								must permit to overwrite the file.
+							</td><td>off</td></tr><tr><td>Text Formats</td><td>
+								Opens the
+								<a href="preferences_text_formats.html" title="Text Formats preferences">
+									Text Formats preferences
+								</a>
+								where you could modify the CSV format.
+							</td><td>-</td></tr></tbody></table></div>
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_dsmlexport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_excelexport_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">DSML Export wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Excel Export wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_csvexport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlexport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlexport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlexport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,69 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>DSML Export wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_ldifexport_wizard.html" title="LDIF Export wizard"><link rel="next" href="tools_csvexport_wizard.html" title="CSV Export wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">DSML Export wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_ldifexport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a accesskey="n" hr
 ef="tools_csvexport_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_dsmlexport_wizard"></a>DSML Export wizard</h3></div></div></div><p>
+		This wizard is used to export entries to DSMLv2 files.
+	</p><p>
+		To start the wizard choose one of the following options:
+		<div class="itemizedlist"><ul type="disc"><li><p>
+					In the LDAP Browser view select an entry or a search
+					and choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_dsml.gif"></span>
+						DSML Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Connections view select a connection and
+					choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_dsml.gif"></span>
+						DSML Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Workbench menu bar select
+					<span class="strong"><strong>File &gt; Export...</strong></span>
+					and choose
+					<span class="strong"><strong>
+						<span class="inlinemediaobject"><img src="icons/export_dsml.gif"></span>
+						LDAP to DSML
+					</strong></span>
+					.
+				</p></li></ul></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_dsmlexport_wizard_1"></a>Data to Export</h4></div></div></div><p>
+			On the Data to Export page you have to specify which
+			entries and attributes to export. 
+		</p><p>
+			The layout of the page is similar to the 
+			<a href="tools_search_dialog.html" title="Search dialog">
+				LDAP Search page
+			</a>
+			. In the <span class="strong"><strong>Returning Attributes</strong></span> section
+			you can also choose the following options:
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>All user attributes</td><td>
+								Exports all user attributes.
+							</td><td>on if the Returning Attributes field is empty</td></tr><tr><td>
+								Operational attributes
+							</td><td>
+								Exports all operational attributes.
+							</td><td>off</td></tr></tbody></table></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_dsmlexport_wizard_2"></a>DSML File</h4></div></div></div><p>
+			On the DSML File page you have to select the target DSML file.
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_dsmlexport_wizard_1.png"></div></div>
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>DSML File</td><td>
+								The DSML file to export to. Type in the
+								full path or
+								<span class="strong"><strong>
+									Browse...
+								</strong></span>
+								to select the path on the file system.
+								The drop-down list provides a history of
+								recently used files.
+							</td><td>empty</td></tr><tr><td>Overwrite existing DSML file</td><td>
+								If the export file already exist, you
+								must permit to overwrite the file.
+							</td><td>off</td></tr></tbody></table></div>
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_ldifexport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_csvexport_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">LDIF Export wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;CSV Export wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlexport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlimport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlimport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlimport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,68 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>DSML Import wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_ldifimport_wizard.html" title="LDIF Import wizard"><link rel="next" href="tools_connectionsimport_wizard.html" title="Import Connections wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">DSML Import wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_ldifimport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a 
 accesskey="n" href="tools_connectionsimport_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_dsmlimport_wizard"></a>DSML Import wizard</h3></div></div></div><p>
+		This wizard imports DSMLv2 files into the directory.
+	</p><p>
+		To start the wizard choose one of the following options:
+		<div class="itemizedlist"><ul type="disc"><li><p>
+					In the Connections view select a connection and
+					choose
+					<span class="strong"><strong>
+						Import &gt;
+						<span class="inlinemediaobject"><img src="icons/import_dsml.gif"></span>
+						DSML Import...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the LDAP Browser view select an entry and choose
+					<span class="strong"><strong>
+						Import &gt;
+						<span class="inlinemediaobject"><img src="icons/import_dsml.gif"></span>
+						DSML Import...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Workbench menu bar select
+					<span class="strong"><strong>File &gt; Import...</strong></span>
+					and choose
+					<span class="strong"><strong>
+						<span class="inlinemediaobject"><img src="icons/import_dsml.gif"></span>
+						DSML into LDAP
+					</strong></span>
+					.
+				</p></li></ul></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_dsmlimport_wizard_ui"></a>The wizard</h4></div></div></div><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_dsmlimport_wizard_1.png"></div></div>
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>DSML file</td><td>
+								The DSML file to import. Type in the
+								full path or
+								<span class="strong"><strong>
+									Browse...
+								</strong></span>
+								to select the path on the file system.
+								The drop-down list provides a history of
+								recently used files.
+							</td><td>empty</td></tr><tr><td>Import into</td><td>
+								The connection into which the DSML
+								should be imported. Use the
+								<span class="strong"><strong>
+									Browse...
+								</strong></span>
+								button to select a connection.
+							</td><td>
+								The connection that was selected when
+								the wizard has been started.
+							</td></tr><tr><td>Save response</td><td>
+								When checked the response of the DSML request execution 
+								is saved into a response file.
+							</td><td>on</td></tr><tr><td>Use default response file</td><td>
+								By default the extension ".response.xml" is
+								appended the import filename.
+							</td><td>on</td></tr><tr><td>Use custom response file</td><td>
+								When checked you could specify a custom
+								response file.
+							</td><td>off</td></tr><tr><td>Overwrite existing response file</td><td>
+								If the default or custom response file already
+								exist, you must permit to overwrite the
+								response file.
+							</td><td>off</td></tr></tbody></table></div>
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_ldifimport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_connectionsimport_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">LDIF Import wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Import Connections wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_dsmlimport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_editentry_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_editentry_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_editentry_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,59 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Edit Entry wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_newcontextentry_wizard.html" title="New Context Entry wizard"><link rel="next" href="tools_attribute_wizard.html" title="Attribute wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Edit Entry wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_newcontextentry_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a acc
 esskey="n" href="tools_attribute_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_editentry_wizard"></a>Edit Entry wizard</h3></div></div></div><p>
+		This wizard helps you to edit an entry offline. You could make
+		multiple modifications, when finishing the wizard all your 
+		modifications are sent to the directory in one request. This
+		wizard is especially helpful when adding additional object
+		classes which require additional attributes.
+	</p><p>
+		To start the wizard choose <span class="strong"><strong>Edit Entry...</strong></span>
+		from the Entry editor's context menu or use the 
+		<span><strong class="shortcut"><span><strong class="keycap">F8</strong></span></strong></span> shortcut.
+	</p><p>
+		The wizard is also the default value editor for the objectClass attribute,
+		so you could also start the wizard by editing the objectClass attribute. 
+	</p><p>
+		Editing the LDAP entry is a two-step process:
+		<div class="orderedlist"><ol type="1"><li><p>
+					<a href="tools_editentry_wizard.html#tools_editentry_wizard_1" title="Page 1">
+						Specify object classes of the entry.
+					</a>
+				</p></li><li><p>
+					<a href="tools_editentry_wizard.html#tools_editentry_wizard_2" title="Page 2">
+						Edit attributes and values of the entry.
+					</a>
+				</p></li></ol></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_editentry_wizard_1"></a>Page 1</h4></div></div></div><p>
+			On the first page you could change the object classes of
+			the entry.
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_newentry_wizard_2.png"></div></div>
+		</p><p>
+			The list
+			<span class="strong"><strong>Available object classes</strong></span>
+			on the left side lists the object classes provided from
+			schema of the current connection. The list
+			<span class="strong"><strong>Selected object classes</strong></span>
+			lists the object classes of the entry. To add object
+			classed to the "selected" list select some in the
+			"available" list and click the
+			<span class="strong"><strong>Add</strong></span>
+			button. You could also double-click an object class in the
+			"available" list. To remove object classed from the
+			"selected" list select some in the "selected" list and click
+			the
+			<span class="strong"><strong>Remove</strong></span>
+			button. You could also double-click an object class in the
+			"selected" list.
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_editentry_wizard_2"></a>Page 2</h4></div></div></div><p>
+			On the second page you could change the attributes of the entry.
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_newentry_wizard_4.png"></div></div>
+		</p><p>
+			The layout and features are similar to the Entry editor. You
+			could add, edit or delete attributes and values.
+		</p><p>
+			As soon as all MUST attributes are filled the
+			<span class="strong"><strong>Finish</strong></span>
+			button is activated. When clicking the button all modifications
+			will be sent to to the direcrory.
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_newcontextentry_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_attribute_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">New Context Entry wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Attribute wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_editentry_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_editors.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_editors.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_editors.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,27 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Entry editors</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_viewsandeditors.html" title="Views and editors"><link rel="prev" href="tools_browser_view_contextmenu.html" title="Context Menu"><link rel="next" href="tools_table_entry_editor_overview.html" title="Table Entry Editor Overview"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Entry editors</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_browser_view_contextmenu.html">Prev</a>&nbsp;</td><th align="center" width="60%">Views and editors</th><td align="right" width="20%">&nbsp;<a acc
 esskey="n" href="tools_table_entry_editor_overview.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_entry_editors"></a>Entry editors</h3></div></div></div><div class="toc"><dl><dt><span class="section"><a href="tools_table_entry_editor_overview.html">Table Entry Editor Overview</a></span></dt><dt><span class="section"><a href="tools_table_entry_editor_features.html">Table Entry Editor Features</a></span></dt><dt><span class="section"><a href="tools_table_entry_editor_contextmenu.html">Table Entry Editor Context Menu</a></span></dt><dt><span class="section"><a href="tools_ldif_entry_editor_overview.html">LDIF Entry Editor Overview</a></span></dt><dt><span class="section"><a href="tools_ldif_entry_editor_contextmenu.html">LDIF Entry Editor Context Menu</a></span></dt></dl></div><p>
+		Entry editors are used to view and edit the attributes and values of an entry. 
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_entry_editors_types"></a>Editor Types</h4></div></div></div><p>
+			There are two editor types available.
+			<div class="itemizedlist"><ul type="disc"><li><p>Table Entry editor: Displays the entry's attributes and values in a table grid.
+					</p></li><li><p>LDIF Entry editor: Displays the entry's attributes and values in LDIF format.
+					</p></li></ul></div>
+		</p><p>
+			By default the single-tab Table Entry editor is used, you could change that setting in the
+			<a href="preferences_entry_editors.html" title="Entry Editors preferences">Entry Editor preferences</a>. 
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_entry_editors_single_multi_tab"></a>Single-Tab vs. Multi-Tab</h4></div></div></div><p>
+			Each editor type can be used in single-tab or multi-tab mode.
+			<div class="itemizedlist"><ul type="disc"><li><p>Single-tab means that only one instance of the editor is used, 
+					all entries are opened in the same editor tab.</p></li><li><p>Multi-tab means that each entry is opened in its own editor tab.</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_entry_editors_open_mode"></a>Open Mode</h4></div></div></div><p>
+			With the open mode you could define how an entry should be opened while
+			navigating through the DIT in the LDAP Browser view.
+			<div class="itemizedlist"><ul type="disc"><li><p>Traditional: Editors open on single-click, using arrow keys triggers
+					the opening of a new editor.</p></li><li><p>Application-wide open mode + double-click: Editors open on double-click,
+					using arrow keys requires an explicit enter to open the entry in an editor.  
+					</p></li><li><p>Application-wide open mode + single-click: Editors open on single-click,
+					arrow key and hover behaviour could be configured.
+					</p></li></ul></div>
+		</p><p>
+			By default the traditional open mode is used, you could change that setting in the
+			<a href="preferences_entry_editors.html" title="Entry Editors preferences">Entry Editor preferences</a>. 
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_browser_view_contextmenu.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_viewsandeditors.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_table_entry_editor_overview.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Context Menu&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Table Entry Editor Overview</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_editors.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_properties.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_properties.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_properties.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,19 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Entry properties</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_properties.html" title="Properties"><link rel="prev" href="tools_connection_properties.html" title="Connection properties"><link rel="next" href="tools_attribute_properties.html" title="Attribute properties"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Entry properties</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_connection_properties.html">Prev</a>&nbsp;</td><th align="center" width="60%">Properties</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="tools_a
 ttribute_properties.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_entry_properties"></a>Entry properties</h3></div></div></div><p>
+		The Entry properties page shows some information about the entry.
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_entry_properties_1.png"></div></div>
+	</p><p>
+		The first two lines shows the DN and LDAP-URL of the entry.
+	</p><p>
+		The 'Create and Modify Information' group shows the create
+		and modify timestamp and DN. If no values are shown use the 'Refresh'
+		button to load the attributes.
+	</p><p> 
+		The 'Sizing Information' group shows information about
+		the entry size in bytes, the number of children, attributes and values.
+		To take operational attributes into account check 
+		'Include operational attributes'. The 'Refresh' button reloads the
+		attributes and counts children.
+	</p><p>
+		You could select and copy all displayed information.
+	</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_connection_properties.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_properties.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_attribute_properties.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Connection properties&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Attribute properties</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_entry_properties.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_excelexport_wizard.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_excelexport_wizard.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_excelexport_wizard.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,75 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Excel Export wizard</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_csvexport_wizard.html" title="CSV Export wizard"><link rel="next" href="tools_odfexport_wizard.html" title="ODF Export wizard"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Excel Export wizard</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_csvexport_wizard.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a accesskey="n" hre
 f="tools_odfexport_wizard.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_excelexport_wizard"></a>Excel Export wizard</h3></div></div></div><p>This wizard is used to export entries to Excel files.</p><p>
+		To start the wizard choose one of the following options:
+		<div class="itemizedlist"><ul type="disc"><li><p>
+					In the LDAP Browser view select an entry or a search
+					and choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_xls.gif"></span>
+						Excel Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Connections view select a connection and
+					choose
+					<span class="strong"><strong>
+						Export &gt;
+						<span class="inlinemediaobject"><img src="icons/export_xls.gif"></span>
+						Excel Export...
+					</strong></span>
+					from context menu.
+				</p></li><li><p>
+					In the Workbench menu bar select
+					<span class="strong"><strong>File &gt; Export...</strong></span>
+					and choose
+					<span class="strong"><strong>
+						<span class="inlinemediaobject"><img src="icons/export_xls.gif"></span>
+						LDAP to Excel
+					</strong></span>
+					.
+				</p></li></ul></div>
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_excelexport_wizard_1"></a>Data to Export</h4></div></div></div><p>
+			On the Data to Export page you have to specify which
+			entries and attributes to export. 
+		</p><p>
+			The layout of the page is similar to the 
+			<a href="tools_search_dialog.html" title="Search dialog">
+				LDAP Search page
+			</a>
+			. In the <span class="strong"><strong>Returning Attributes</strong></span> section
+			you can also choose the following option:
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>Export DN</td><td>
+								Exports the distinguished name as first column in the Excel file.
+							</td><td>on</td></tr><tr><td>All user attributes</td><td>
+								Exports all user attributes.
+							</td><td>on if the Returning Attributes field is empty</td></tr><tr><td>
+								Operational attributes
+							</td><td>
+								Exports all operational attributes.
+							</td><td>off</td></tr></tbody></table></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_excelexport_wizard_2"></a>Excel File</h4></div></div></div><p>
+			On the Excel File page you have to select the target Excel file.
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_excelexport_wizard_1.png"></div></div>
+		</p><p>
+			<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>Excel File</td><td>
+								The Excel file to export to. Type in the
+								full path or
+								<span class="strong"><strong>
+									Browse...
+								</strong></span>
+								to select the path on the file system.
+								The drop-down list provides a history of
+								recently used files.
+							</td><td>empty</td></tr><tr><td>Overwrite existing Excel file</td><td>
+								If the export file already exist, you
+								must permit to overwrite the file.
+							</td><td>off</td></tr><tr><td>Text Formats</td><td>
+								Opens the
+								<a href="preferences_text_formats.html" title="Text Formats preferences">
+									Text Formats preferences
+								</a>
+								where you could modify the Excel format.
+							</td><td>-</td></tr></tbody></table></div>
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_csvexport_wizard.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_odfexport_wizard.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">CSV Export wizard&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;ODF Export wizard</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_excelexport_wizard.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_filter_editor_dialog.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_filter_editor_dialog.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_filter_editor_dialog.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,41 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Filter Editor dialog</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_referral_connection_dialog.html" title="Select Referral Connection dialog"><link rel="next" href="tools_rename_entry_dialog.html" title="Rename Entry dialog"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Filter Editor dialog</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_referral_connection_dialog.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="ri
 ght" width="20%">&nbsp;<a accesskey="n" href="tools_rename_entry_dialog.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_filter_editor_dialog"></a>Filter Editor dialog</h3></div></div></div><p>
+		To edit complex and nested filters you could use the filter editor dialog.
+		It provides syntax highlighting, content assistance and a formatter for
+		nested filters. 
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_filter_editor_dialog_1.png"></div></div>	
+	</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_filter_editor_dialog_syntax_coloring"></a>Syntax coloring</h4></div></div></div><p>
+			Syntax coloring helps you to distinguish the different elements of an LDAP filter. 
+			The following colors and fonts are used:
+		</p><div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col></colgroup><thead><tr><th>Element</th><th>Color</th></tr></thead><tbody><tr><td>opening and closing parenthesis</td><td>black and bold</td></tr><tr><td>filter operator (&amp; | !)</td><td>green and bold</td></tr><tr><td>attribute</td><td>violett</td></tr><tr><td>filter type</td><td>red and bold</td></tr><tr><td>assertion value</td><td>blue</td></tr></tbody></table></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_filter_editor_dialog_content_assist"></a>Content assistance and code completion</h4></div></div></div><p>
+			The filter editor provides the following helpful features when editing an LDAP filter:
+			<div class="itemizedlist"><ul type="disc"><li><p>
+						Automatically adds and removes opening and closing parenthesis: just start typing the attribute or filter operator.
+					</p></li><li><p>
+						Hit <span><strong class="shortcut"><span><strong class="keycap">Strg</strong></span>-<span><strong class="keycap">Space</strong></span></strong></span>
+						to open a list of available code completions, press Esc to close the list. 
+					</p></li><li><p>
+						Attribute completion: when typing an attribute, e.g. "tel" a list with attributes that start with 
+						the "tel" is opened.
+				 		<div class="screenshot"><div class="mediaobject"><img src="images/tools_filter_editor_dialog_2.png"></div></div>
+					</p></li><li><p>
+						Object class completion: if the attribute is objectClass a list with available object classes
+						is opened.
+				 		<div class="screenshot"><div class="mediaobject"><img src="images/tools_filter_editor_dialog_3.png"></div></div>
+					</p></li><li><p>
+						Matching rule completion: for filters with extensible matching a list with available 
+						matching rules is provided. 
+				 		<div class="screenshot"><div class="mediaobject"><img src="images/tools_filter_editor_dialog_4.png"></div></div>
+					</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="tools_filter_editor_dialog_format"></a>Formatting</h4></div></div></div><p>
+			In the filter editor it is possible to format complex and nested filters.
+			The formatter is invoked by pressing the <span class="strong"><strong>Format</strong></span>
+			button and formats the filter the following way:
+			<div class="itemizedlist"><ul type="disc"><li><p>
+						Each filter item gets its own line.
+					</p></li><li><p>
+						Each level of a nested filter is intended according to the level.
+					</p></li></ul></div>
+			When opening the editor the filter is formatted automatically.
+			When pressing OK the line breaks and white-spaces are removed.
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_referral_connection_dialog.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_rename_entry_dialog.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Select Referral Connection dialog&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Rename Entry dialog</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_filter_editor_dialog.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_goto_dn_dialog.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_goto_dn_dialog.html (added)
+++ websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_goto_dn_dialog.html Sun Sep  9 15:55:38 2018
@@ -0,0 +1,10 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Go to DN dialog</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="tools_wizardsanddialogs.html" title="Wizards and dialogs"><link rel="prev" href="tools_move_entries_dialog.html" title="Move Entries dialog"><link rel="next" href="tools_certificate_trust_dialog.html" title="Certificate Trust dialog"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Go to DN dialog</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tools_move_entries_dialog.html">Prev</a>&nbsp;</td><th align="center" width="60%">Wizards and dialogs</th><td align="right" width="20%">&nbsp;<a ac
 cesskey="n" href="tools_certificate_trust_dialog.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="tools_goto_dn_dialog"></a>Go to DN dialog</h3></div></div></div><p>
+		The Goto DN dialog is used find an entry in the DIT by its distinguished name. 
+	</p><p>
+		To start the Go to DN dialog
+		choose <span class="strong"><strong>Go to DN...</strong></span> from context menu.
+	</p><p>
+		<div class="screenshot"><div class="mediaobject"><img src="images/tools_goto_dn_1.png"></div></div>	
+	</p><p>
+		Enter the DN of the entry into the input field and press OK.
+	</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tools_move_entries_dialog.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="tools_wizardsanddialogs.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tools_certificate_trust_dialog.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Move Entries dialog&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Certificate Trust dialog</td></tr></table></div></body></html>
\ No newline at end of file

Propchange: websites/production/directory/content/studio/users-guide/2.0.0.v20180908-M14/ldap_browser/tools_goto_dn_dialog.html
------------------------------------------------------------------------------
    svn:eol-style = native