Changeset 9dad1d4


Ignore:
Timestamp:
10/04/2014 10:23:32 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a1446bf
Parents:
791213b
Message:

Fix ownership for /var/lib/openldap

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14490 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r791213b r9dad1d4  
    3737    &lfs76_checked;
    3838
    39 <!--
    40     <warning>
    41       <para>
    42         Starting with Berkeley DB-6.0.20, there is a problem of license, if you
    43         are intending to distribute this system.
    44       </para>
    45     </warning>
    46 -->
    4739    <bridgehead renderas="sect3">Package Information</bridgehead>
    4840    <itemizedlist spacing="compact">
     
    9385        </para>
    9486      </listitem>
    95       <!-- <listitem>
    96         <para>
    97           Optional patch:
    98           <ulink url="&patch-root;/openldap-&openldap-version;-ntlm-1.patch"/>
    99         </para>
    100       </listitem> -->
    10187    </itemizedlist>
    10288
     
    128114  <sect2 role="installation">
    129115    <title>Installation of OpenLDAP</title>
    130 
    131     <!-- <important>
    132       <para>
    133         Without the following patch, the <application>Evolution</application>
    134         Exchange addressbook integration uses simple binds with cleartext
    135         passwords. If you are going to build
    136         <application>Evolution Data Server</application> with
    137         <application>OpenLDAP</application> support, apply the following patch:
    138       </para>
    139 
    140 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen>
    141     </important> -->
    142116
    143117    <note>
     
    224198
    225199chmod -v 700 /var/lib/openldap                                         &amp;&amp;
    226 chown -v -R root:ldap /var/lib/openldap                                &amp;&amp;
     200chown -v -R ldap:ldap /var/lib/openldap                                &amp;&amp;
    227201chmod -v 640 /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example}       &amp;&amp;
    228202chown -v root:ldap /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.