From 4d6bc5a8dd346170b63b51144afe81f73a10ee2e Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sun, 8 Oct 2023 14:21:42 +0200
Subject: [PATCH] Extended ldap search/auth related questions

---
 Doc/Sdi/Ldap/ldap.xml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/Doc/Sdi/Ldap/ldap.xml b/Doc/Sdi/Ldap/ldap.xml
index 6cd7d158f..6f2a9895b 100644
--- a/Doc/Sdi/Ldap/ldap.xml
+++ b/Doc/Sdi/Ldap/ldap.xml
@@ -687,8 +687,19 @@ userPassword: {SSHA}noneOfYourBusiness</programlisting>
           <code>ou=userlist,dc=hdm-stuttgart,dc=de</code>. Use the
           corresponding <xref linkend="glo_DN"/> <abbrev>e.g.</abbrev>
           <code>uid=xy234, ou=userlist,dc=hdm-stuttgart,dc=de</code> to
-          reconnect using password authentication. Then browse your own entry
-          again. Can you spot any difference?</para>
+          reconnect using password authentication.</para>
+
+          <itemizedlist>
+            <listitem>
+              <para>Then browse your own entry again. Can you spot any
+              difference? </para>
+            </listitem>
+
+            <listitem>
+              <para>Then browse your colleague's entry. Can you spot any
+              difference? </para>
+            </listitem>
+          </itemizedlist>
         </listitem>
 
         <listitem>
-- 
GitLab