
Package openldap-config is added to config customized config file of openldap. Here is the customized change in slapd.service: " -After=syslog.target network-online.target +Before=rsyncd.service +After=network.target syslog-ng.target -PIDFile=/var/run/openldap/slapd.pid +PIDFile=/var/run/slapd.pid -ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS +ExecStart=/etc/init.d/openldap start +ExecStop=/etc/init.d/openldap stop +ExecReload=/etc/init.d/openldap restart +RemainAfterExit=yes " Here is the customized change in slapd.sysconfig: " -#SLAPD_OPTIONS="" +SLAPD_OPTIONS="" " Test: Pass build and multi node deploy test. Confirmed related config file is the same as before in deploy node. Story: 2003768 Task: 26462 Depends-On: https://review.openstack.org/618440 Change-Id: I2559a8e43619449d6179ed913181052d653fa91d Signed-off-by: slin14 <shuicheng.lin@intel.com>
28 lines
699 B
Diff
28 lines
699 B
Diff
From 935686ff5e53cec008f129cc5d17146bd9365eb0 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 17:11:22 -0400
|
|
Subject: [PATCH] WRS: 0001-Update-package-versioning-for-TIS-format.patch
|
|
|
|
Conflicts:
|
|
SPECS/openldap.spec
|
|
---
|
|
SPECS/openldap.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/openldap.spec b/SPECS/openldap.spec
|
|
index c38f1bd..d35d73f 100644
|
|
--- a/SPECS/openldap.spec
|
|
+++ b/SPECS/openldap.spec
|
|
@@ -5,7 +5,7 @@
|
|
|
|
Name: openldap
|
|
Version: 2.4.44
|
|
-Release: 15%{?dist}
|
|
+Release: 15.el7_5%{?_tis_dist}.%{tis_patch_ver}
|
|
Summary: LDAP support libraries
|
|
Group: System Environment/Daemons
|
|
License: OpenLDAP
|
|
--
|
|
2.7.4
|
|
|