From 7e3ede6fa393a53a056199f7672863f78af15059 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Mon, 15 Nov 2021 17:10:57 +0100
Subject: [PATCH] section change

---
 Doc/Sdi/ldap.xml | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/Doc/Sdi/ldap.xml b/Doc/Sdi/ldap.xml
index 2b5eed21d..86ad2eb0b 100644
--- a/Doc/Sdi/ldap.xml
+++ b/Doc/Sdi/ldap.xml
@@ -962,6 +962,24 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
       </tip>
     </section>
 
+    <section xml:id="ldapExtendPosixAccount">
+      <title>Extending an existing entry</title>
+
+      <para>This exercise sheds some insight on schema support. <xref
+      linkend="glo_LDAP"/> supports building types similar to classes in
+      <acronym>OO</acronym> languages by means of <code>objectClass</code>
+      definitions. On contrary these types are not static but allow for run
+      time modification during an <xref linkend="glo_LDAP"/> object's life
+      span.</para>
+
+      <para>The entry
+      <code>uid=bean,ou=devel,ou=software,ou=departments,dc=betrayer;dc=com</code>
+      may be extended by the <code>objectclass</code>
+      <code>posixAccount</code>. Construct a <acronym>LDIF</acronym> file to
+      add the attributes <code>uidNumber</code>, <code>gidNumber</code> and
+      <code>homeDirectory</code> by a modify/add operation.</para>
+    </section>
+
     <section xml:id="ldapFilter">
       <title>Filter based search</title>
 
@@ -975,8 +993,8 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
         </listitem>
 
         <listitem>
-          <para>All entries either with either a defined <code>uid</code>
-          attribute or a <code>ou</code> attribute starting with letter
+          <para>All entries with either a defined <code>uid</code> attribute
+          or a <code>ou</code> attribute starting with letter
           <quote>d</quote>.</para>
         </listitem>
 
@@ -1034,24 +1052,6 @@ dn: uid=smith,ou=financial,ou=software,ou=departments,dc=betrayer,dc=com
       </tip>
     </section>
 
-    <section xml:id="ldapExtendPosixAccount">
-      <title>Extending an existing entry</title>
-
-      <para>This exercise sheds some insight on schema support. <xref
-      linkend="glo_LDAP"/> supports building types similar to classes in
-      <acronym>OO</acronym> languages by means of <code>objectClass</code>
-      definitions. On contrary these types are not static but allow for run
-      time modification during an <xref linkend="glo_LDAP"/> object's life
-      span.</para>
-
-      <para>The entry
-      <code>uid=bean,ou=devel,ou=software,ou=departments,dc=betrayer;dc=com</code>
-      may be extended by the <code>objectclass</code>
-      <code>posixAccount</code>. Construct a <acronym>LDIF</acronym> file to
-      add the attributes <code>uidNumber</code>, <code>gidNumber</code> and
-      <code>homeDirectory</code> by a modify/add operation.</para>
-    </section>
-
     <section xml:id="ldapTest">
       <title>Accessing <xref linkend="glo_LDAP"/> data by a mail
       client</title>
-- 
GitLab