Ignore:
Timestamp:
08/24/2014 07:33:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
a939ab2a
Parents:
634578e
Message:

Fix slapd runtime error.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14039 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap-systemd.xml

    r634578e r0616b513  
    212212
    213213chmod -v 700 /var/lib/openldap                                         &amp;&amp;
    214 chown -v -R root:ldap /var/lib/openldap                                &amp;&amp;
     214chown -v -R ldap:ldap /var/lib/openldap                                &amp;&amp;
    215215chmod -v 640 /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example}       &amp;&amp;
    216216chown -v root:ldap /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.