mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
08.01.2011 c4ee943091df75861bb4e4ab391c91fd1b89aa31
Fix OPENDJ-191: Forgot compare operation
2 files modified
7 ■■■■ changed files
opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml 7 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
@@ -203,7 +203,7 @@
    to directory data that the client wants to lookup or change.</para>
   </listitem>
   <listitem>
    <para>Search (lookup). After binding, the client can request the server to
    <para>Search (lookup). After binding, the client can request that the server
    return entries based on an LDAP filter, which is an expression that the
    server uses to find entries that match the request, and a base DN under
    which to search. For example, to lookup all entries for people with email
@@ -213,6 +213,11 @@
    <literal>(mail=bjensen@example.com)</literal>.</para>
   </listitem>
   <listitem>
    <para>Compare. After binding, the client can request that the server
    compare an attribute value the client specifies with the value stored
    on an entry in the directory.</para>
   </listitem>
   <listitem>
    <para>Modify. After binding, the client can request that the server
    change one or more attribute values stored on one or more entries. Often
    administrators do not allow clients to change directory data, so request
opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png