You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/03/01 16:10:19 UTC

[directory-fortress-core] branch openldap-install updated: fix redhat install params

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch openldap-install
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/openldap-install by this push:
     new 01fc290  fix redhat install params
01fc290 is described below

commit 01fc29089ab7861203b65b1595dc0db6974d3db8
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Mar 1 10:10:15 2022 -0600

    fix redhat install params
---
 slapd.properties.example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slapd.properties.example b/slapd.properties.example
index 2d8333e..5e9c308 100644
--- a/slapd.properties.example
+++ b/slapd.properties.example
@@ -192,8 +192,8 @@ slapd.start=${openldap.root}/lib/slapd -h ldap://${ldap.host}:${ldap.port} -f ${
 #slapd.uninstall=apt remove symas-openldap-clients symas-openldap-server -y
 
 # Redhat:
-slapd.install=yum install symas-openldap-servers, symas-openldap-clients -y
-slapd.uninstall=yum remove symas-openldap-servers, symas-openldap-clients -y
+#slapd.install=yum install symas-openldap-servers symas-openldap-clients -y
+#slapd.uninstall=yum remove symas-openldap-servers symas-openldap-clients -y
 
 ########################################################################
 # 6. RBAC ACCELERATOR OVERLAY PROPS