From da6d635d66e57bd6cf550849c769123d133f6502 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Fri, 6 May 2016 11:07:13 +0200 Subject: [PATCH] TLS hint in Ldap, domain correction hdm-stuttgart.de --> mi.hdm... --- Doc/Sdi/apache.xml | 10 ++++++---- Doc/Sdi/ldap.xml | 11 +++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Doc/Sdi/apache.xml b/Doc/Sdi/apache.xml index 6a9238c95..93577a97f 100644 --- a/Doc/Sdi/apache.xml +++ b/Doc/Sdi/apache.xml @@ -102,8 +102,9 @@ <listitem> <para>Supply two <link xlink:href="https://httpd.apache.org/docs/2.4/vhosts">virtual host - directives</link> enabling <uri>http://xy123.hdm-stuttgart.de</uri> - and <uri>http://manual.mi.hdm-stuttgart.de</uri> to serve your + directives</link> enabling + <uri>http://xy123.mi.hdm-stuttgart.de</uri> and + <uri>http://manual.mi.hdm-stuttgart.de</uri> to serve your documents.</para> <tip> @@ -143,8 +144,9 @@ <itemizedlist> <listitem> - <para><link xlink:href="https://httpd.apache.org/docs/2.4/ssl">Apache - SSL/TLS Encryption</link></para> + <para><link + xlink:href="https://httpd.apache.org/docs/2.4/ssl">Apache SSL/TLS + Encryption</link></para> </listitem> <listitem> diff --git a/Doc/Sdi/ldap.xml b/Doc/Sdi/ldap.xml index 92f14a929..0d15cb0e2 100644 --- a/Doc/Sdi/ldap.xml +++ b/Doc/Sdi/ldap.xml @@ -719,9 +719,12 @@ modifying entry "olcDatabase={0}config,cn=config"</programlisting> <xref linkend="glo_Maven"/> based <xref linkend="glo_Soft_Eclipse"/> project which reads your own HdM <xref linkend="glo_LDAP"/> data being provided by the MI replica server - <code>ldap1.mi.hdm-stuttgart.de</code>. This server allows for - retrieving all attributes belonging to your personal records. Thus an - authenticated bind using your HdM credentials is mandatory.</para> + <code>ldap1.mi.hdm-stuttgart.de</code>.</para> + + <para>This server allows for retrieving all attributes belonging to your + personal records. Thus an authenticated bind using your HdM credentials + is mandatory. Use <xref linkend="glo_TLS"/> to prevent password + sniffing!</para> <tip> <itemizedlist> @@ -773,7 +776,7 @@ modifying entry "olcDatabase={0}config,cn=config"</programlisting> omitting the value(s).</para> <tip> - <para> <classname + <para><classname xlink:href="http://www.ldaptive.org/javadocs/org/ldaptive/LdapAttribute.html">LdapAttribute</classname>.<methodname xlink:href="http://www.ldaptive.org/javadocs/org/ldaptive/LdapAttribute.html#isBinary()">isBinary()</methodname> is your friend.</para> -- GitLab