This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git
The following commit(s) were added to refs/heads/master by this push:
new bff10f1 FC-277 - Clean up the RBAC accelerator enablement
bff10f1 is described below
commit bff10f17ddc50f91e8587fccf194a5048f399603
Author: Shawn McKinney <smckinney@symas.com>
AuthorDate: Mon Feb 24 13:52:13 2020 -0600
FC-277 - Clean up the RBAC accelerator enablement
---
ldap/symas-openldap.conf.src | 6 +++---
slapd.properties.example | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ldap/symas-openldap.conf.src b/ldap/symas-openldap.conf.src
index 1df591e..0fdd4e0 100755
--- a/ldap/symas-openldap.conf.src
+++ b/ldap/symas-openldap.conf.src
@@ -32,8 +32,8 @@ RUN_SLAPD=Y
# some folks like to change the ID for security reasons. If you
# do this, make sure the various directories and files used by
# slapd have the appropriate access permissions.
-#SLAPD_USER=root
-#SLAPD_GROUP=root
+SLAPD_USER=root
+SLAPD_GROUP=root
#
# HOST_LIST - The list of listeners the ldap demon should start.
@@ -71,4 +71,4 @@ SLAPD_TIMEOUT=60
# BIN and LIB - select which binaries and libraries to use,
# for architectures where several possible ABIs may be available.
BIN=/opt/symas/bin
-LIB=/opt/symas/lib64
+LIB=/opt/symas/lib64
\ No newline at end of file
diff --git a/slapd.properties.example b/slapd.properties.example
index a7960d3..199f34a 100644
--- a/slapd.properties.example
+++ b/slapd.properties.example
@@ -182,6 +182,7 @@ dflt.checkpoint=checkpoint 64 5
#Debian 64-bit Silver:
#platform=Debian-Silver-x86-64
+# Note: for Ubuntu installs, remove the file /opt/symas/etc/openldap/symas-openldap.conf
before installing new package, to prevent automatic startup after the installation.
#slapd.install=dpkg -i symas-openldap-silver.64_2.4.43-20151204_amd64.deb
#slapd.uninstall=dpkg -r symas-openldap-silver
#install.image.dir=/home/smckinn/archives/debian64
|