[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust ldap-tools/ldap-debian-edu-install to fix the recently broken LDAP setup.

WolfgangSchweer gitlab at salsa.debian.org
Wed Feb 26 17:28:43 GMT 2020



WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
2dde6c98 by Wolfgang Schweer at 2020-02-26T18:25:10+01:00
Adjust ldap-tools/ldap-debian-edu-install to fix the recently broken LDAP setup.

 The sample DB_CONFIG file has moved from /usr/share/slapd/ to the new location
 /usr/share/doc/slapd/examples/, breaking the ldap-debian-edu-install tool.

Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>

- - - - -


2 changed files:

- debian/changelog
- ldap-tools/ldap-debian-edu-install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
 debian-edu-config (2.11.15) UNRELEASED; urgency=medium
 
+  [ Mike Gabriel ]
   * share/d-e-c/tools/create-server-cert: Add script. This script is
     useful for creating server certificates for additional servers
     (other than the mainserver) and having these certificates signed
     against Debian-Edu_rootCA.{crt,key}.
 
+  [ Wolfgang Schweer ]
+  * Adjust ldap-tools/ldap-debian-edu-install to fix the recently broken LDAP
+    setup. (The sample DB_CONFIG file has moved from /usr/share/slapd/ to the
+    new location /usr/share/doc/slapd/examples/.)
+
  -- Mike Gabriel <sunweaver at debian.org>  Thu, 20 Feb 2020 16:37:55 +0100
 
 debian-edu-config (2.11.14) unstable; urgency=medium


=====================================
ldap-tools/ldap-debian-edu-install
=====================================
@@ -117,7 +117,7 @@ copy_example_DB_CONFIG() {
         local directory srcdir
 
         directory="$1"
-        srcdir="/usr/share/slapd"
+        srcdir="/usr/share/doc/slapd/examples"
 
         if ! [ -f "${directory}/DB_CONFIG" ] && [ -d "$directory" ]; then
                 cp $srcdir/DB_CONFIG "${directory}/DB_CONFIG"



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/2dde6c986c2b029b08000d34828bd9e657385712

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/2dde6c986c2b029b08000d34828bd9e657385712
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20200226/d1bb991e/attachment-0001.html>


More information about the debian-edu-commits mailing list