Author: bdubbs
Date: Sat Oct 4 15:23:32 2014
New Revision: 14490
Log:
Fix ownership for /var/lib/openldap
Modified:
trunk/BOOK/server/other/openldap.xml
Modified: trunk/BOOK/server/other/openldap.xml
==============================================================================
--- trunk/BOOK/server/other/openldap.xml Sat Oct 4 12:58:39 2014
(r14489)
+++ trunk/BOOK/server/other/openldap.xml Sat Oct 4 15:23:32 2014
(r14490)
@@ -36,14 +36,6 @@
&lfs76_checked;
-<!--
- <warning>
- <para>
- Starting with Berkeley DB-6.0.20, there is a problem of license, if you
- are intending to distribute this system.
- </para>
- </warning>
--->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -92,12 +84,6 @@
<ulink
url="&patch-root;/openldap-&openldap-version;-symbol_versions-1.patch"/>
</para>
</listitem>
- <!-- <listitem>
- <para>
- Optional patch:
- <ulink url="&patch-root;/openldap-&openldap-version;-ntlm-1.patch"/>
- </para>
- </listitem> -->
</itemizedlist>
<bridgehead renderas="sect3">OpenLDAP Dependencies</bridgehead>
@@ -128,18 +114,6 @@
<sect2 role="installation">
<title>Installation of OpenLDAP</title>
- <!-- <important>
- <para>
- Without the following patch, the <application>Evolution</application>
- Exchange addressbook integration uses simple binds with cleartext
- passwords. If you are going to build
- <application>Evolution Data Server</application> with
- <application>OpenLDAP</application> support, apply the following patch:
- </para>
-
-<screen><userinput>patch -Np1 -i
../openldap-&openldap-version;-ntlm-1.patch</userinput></screen>
- </important> -->
-
<note>
<para>
If you only need to install the client side <command>ldap*</command>
@@ -223,7 +197,7 @@
<screen role="root"><userinput>make install &&
chmod -v 700 /var/lib/openldap
&&
-chown -v -R root:ldap /var/lib/openldap
&&
+chown -v -R ldap:ldap /var/lib/openldap
&&
chmod -v 640 /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example}
&&
chown -v root:ldap /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example}
&&
install -v -dm700 -o ldap -g ldap /etc/openldap/slapd.d
&&
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page