Wednesday, March 25, 2020

[389-commits] [389-ds-base] branch master updated: Issue 49731 - Do not add db_home_dir to template-dse.ldif

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

The following commit(s) were added to refs/heads/master by this push:
new de9f26a Issue 49731 - Do not add db_home_dir to template-dse.ldif
de9f26a is described below

commit de9f26acd982d16cce043b740fbe255ca830b380
Author: Mark Reynolds <mreynolds@redhat.com>
AuthorDate: Wed Mar 25 15:10:29 2020 -0400

Issue 49731 - Do not add db_home_dir to template-dse.ldif

Description: The file used by setup-ds.pl for creating the dse.ldif
should not have had the db_home_dir set.

relates: https://pagure.io/389-ds-base/issue/49731

Reviewed by: mreynolds (one line commit rule)
---
ldap/ldif/template-dse.ldif.in | 1 -
1 file changed, 1 deletion(-)

diff --git a/ldap/ldif/template-dse.ldif.in b/ldap/ldif/template-dse.ldif.in
index 19abcf8..9efff58 100644
--- a/ldap/ldif/template-dse.ldif.in
+++ b/ldap/ldif/template-dse.ldif.in
@@ -905,7 +905,6 @@ objectclass: extensibleObject
cn: config
nsslapd-mode: 600
nsslapd-directory: %db_dir%
-nsslapd-db-home-directory: %db_home_dir%
nsslapd-subtree-rename-switch: on

dn: cn=default indexes, cn=config,cn=ldbm database,cn=plugins,cn=config

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment