[Pkg-freeipa-devel] [Git][freeipa-team/freeipa][master-next] 2 commits: fix-ldap-so-path.diff: Specify the path to ldap.so again, and use multiarch path.

Timo Aaltonen (@tjaalton) gitlab at salsa.debian.org
Tue Feb 21 19:41:10 GMT 2023



Timo Aaltonen pushed to branch master-next at FreeIPA packaging / freeipa


Commits:
f6cd9c9d by Timo Aaltonen at 2023-02-21T21:39:44+02:00
fix-ldap-so-path.diff: Specify the path to ldap.so again, and use multiarch path.

- - - - -
b9ebaebd by Timo Aaltonen at 2023-02-21T21:40:53+02:00
hack

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/fix-ldap-so-path.diff
- debian/patches/series
- debian/tests/server-install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+freeipa (4.10.1-1+exp2) UNRELEASED; urgency=medium
+
+  * fix-ldap-so-path.diff: Specify the path to ldap.so again, and use
+    multiarch path.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 21 Feb 2023 21:39:42 +0200
+
 freeipa (4.10.1-1+exp1) experimental; urgency=medium
 
   * Upload to experimental, build the server and enable tests.


=====================================
debian/patches/fix-ldap-so-path.diff
=====================================
@@ -0,0 +1,11 @@
+--- a/ipaplatform/debian/paths.py
++++ b/ipaplatform/debian/paths.py
+@@ -79,7 +79,7 @@ class DebianPathNamespace(BasePathNamesp
+     UPDATE_CA_TRUST = "/usr/sbin/update-ca-certificates"
+     BIND_LDAP_DNS_IPA_WORKDIR = "/var/cache/bind/dyndb-ldap/ipa/"
+     BIND_LDAP_DNS_ZONE_WORKDIR = "/var/cache/bind/dyndb-ldap/ipa/master/"
+-    BIND_LDAP_SO = "ldap.so"
++    BIND_LDAP_SO = "/usr/lib/{0}/bind/ldap.so".format(MULTIARCH)
+     LIBARCH = "/{0}".format(MULTIARCH)
+     LIBSOFTHSM2_SO = "/usr/lib/{0}/softhsm/libsofthsm2.so".format(MULTIARCH)
+     PAM_KRB5_SO = "/usr/lib/{0}/security/pam_krb5.so".format(MULTIARCH)


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ dnssec-race-wa.diff
 fix-sssd-socket-activation.diff
 
 # send upstream
+fix-ldap-so-path.diff


=====================================
debian/tests/server-install
=====================================
@@ -42,7 +42,8 @@ ipa-server-install \
 
 if [ $? != 0 ]; then
     echo ">>>>> journalctl >>>>>>>"
-    journalctl -xe
+    journalctl -xe named.service
+    journalctl -xe apache2.service
     echo ">>>>> IPASERVER log >>>>>>>"
     tail -n 2000 /var/log/ipaserver-install.log
     echo ">>>>> IPACLIENT log >>>>>>>"



View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/compare/7e7fcad79ddfc40035d128d55ee06bca454b1d1d...b9ebaebdbf793d2a41d80ee2d891a53919c73233

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/compare/7e7fcad79ddfc40035d128d55ee06bca454b1d1d...b9ebaebdbf793d2a41d80ee2d891a53919c73233
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/pkg-freeipa-devel/attachments/20230221/7d23433c/attachment-0001.htm>


More information about the Pkg-freeipa-devel mailing list