You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sz...@apache.org on 2010/09/03 21:45:17 UTC

svn commit: r992433 - in /directory/apacheds-manuals/trunk/src/basic-user-guide: handling-of-data-3-operations.xml images/searchApacheDirectoryStudio.png images/searchSofterra.png

Author: szoerner
Date: Fri Sep  3 19:45:16 2010
New Revision: 992433

URL: http://svn.apache.org/viewvc?rev=992433&view=rev
Log:
Completed the content for the search section

Added:
    directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchApacheDirectoryStudio.png   (with props)
    directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchSofterra.png   (with props)
Modified:
    directory/apacheds-manuals/trunk/src/basic-user-guide/handling-of-data-3-operations.xml

Modified: directory/apacheds-manuals/trunk/src/basic-user-guide/handling-of-data-3-operations.xml
URL: http://svn.apache.org/viewvc/directory/apacheds-manuals/trunk/src/basic-user-guide/handling-of-data-3-operations.xml?rev=992433&r1=992432&r2=992433&view=diff
==============================================================================
--- directory/apacheds-manuals/trunk/src/basic-user-guide/handling-of-data-3-operations.xml (original)
+++ directory/apacheds-manuals/trunk/src/basic-user-guide/handling-of-data-3-operations.xml Fri Sep  3 19:45:16 2010
@@ -28,10 +28,29 @@ under the License.
   xml:lang="en">
 
   <title>LDAP Operations</title>
+  
+  <itemizedlist>
+      <listitem>
+        <para>
+          <xref linkend="LDAP Operations Overview" />
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          <xref linkend="LDAP Operations Searching" />
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          <xref linkend="LDAP Operations Modification" />
+        </para>
+      </listitem>
+    </itemizedlist>
+  
 
    <section id="LDAP Operations Overview">
 
-     <title>LDAP Operations Overview</title>
+     <title>Overview</title>
 
      <para>
        This section gives an overview of the LDAP operational model.
@@ -117,8 +136,8 @@ under the License.
 
   </section>
 
-  <section id="LDAP Operations: Searching">
-     <title>LDAP Operations: Searching</title>
+  <section id="LDAP Operations Searching">
+     <title>Searching</title>
      <para>
        This section gives an overview on how to search your directory.
      </para>
@@ -537,24 +556,66 @@ uid: wbligh
      <section id="Searching with a graphical client tool">
        <title>Searching with a graphical client tool</title>
        <para>
+       If you connect to ApacheDS with graphical tools, 
+       normally a search dialog is provided which allows you to enter the parameters needed to perform your search.
+       </para>
+       <para>
+         Here is the search query used throughout this section, performed with Apache Directory Studio.
+         Simply select the base entry in the tree and select "LDAP Search" from the Search Menu (flashlight icon in Eclipse). 
+         <figure id="searchApacheDirectoryStudio">
+           <title>Search performed within Apache Directory Studio</title>
+           <mediaobject>
+             <imageobject>
+               <imagedata fileref="images/searchApacheDirectoryStudio.png" />
+             </imageobject>
+           </mediaobject>
+         </figure>
+       </para>
+       <para>
+         For comparison , this is how it looks like in Softerra LDAP Browser:
+         <figure id="searchSofterra">
+           <title>Search performed within Softerra LDAP Browser</title>
+           <mediaobject>
+             <imageobject>
+               <imagedata fileref="images/searchSofterra.png" />
+             </imageobject>
+           </mediaobject>
+         </figure>
+       </para>
+       <para>
+         Other tools will present similar screens to consume the parameters explained in this section in order to perform a search.
        </para>
      </section>
 
      <section id="Searching with LDAP Resources">
        <title>Resources</title>
-       <para>
-       </para>
+       <itemizedlist>
+        <listitem>
+            <link xlink:href="http://www.faqs.org/rfcs/rfc4515.html">RFC 4515</link>
+            LDAP: String Representation of Search Filters
+        </listitem>
+        <listitem>
+            <link xlink:href="http://linux.die.net/man/1/ldapsearch">man ldapsearch</link>
+            contains the options for the OpenLDAP of this LDAP search tool
+        </listitem>
+        <listitem>
+            The
+            <link xlink:href="http://java.sun.com/products/jndi/tutorial/">JNDI tutorial</link>
+            is a good resource to learn about LDAP client programming with Java
+        </listitem>
+        
+       </itemizedlist>  
      </section>
 
   </section>
 
 
-  <section id="LDAP Operations: Modification">
-     <title>LDAP Operations: Modification</title>
+  <section id="LDAP Operations Modification">
+     <title>Modification</title>
      <para>
        This section gives an overview on how to manipulate entries within your directory. 
-       Manipulating data with the help of Apache directory studio and graphical tools is straight forward. 
-       This section concentrates on using LDIF and command line tools.
+       Manipulating data with the help of Apache Directory Studio and graphical tools in general is straight forward. 
+       This section therefore concentrates on using LDIF and command line tools.
      </para>
 
 

Added: directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchApacheDirectoryStudio.png
URL: http://svn.apache.org/viewvc/directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchApacheDirectoryStudio.png?rev=992433&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchApacheDirectoryStudio.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchSofterra.png
URL: http://svn.apache.org/viewvc/directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchSofterra.png?rev=992433&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/apacheds-manuals/trunk/src/basic-user-guide/images/searchSofterra.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream