Re: [Bug 1946883] [NEW] Merge openldap from Debian unstable for 22.04

2021-10-13 Thread Ryan Tandy
FYI: 2.5.8 has just been released. I intend to package and upload it to experimental soon (time/spoons permitting). 2.6.0 should be released quite soon (currently in release candidate phase). If possible I would like to target this for the LTS. It includes another library transition

Re: [Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-19 Thread Ryan Tandy
On Wed, May 19, 2021 at 06:46:02PM -, Sergio Durigan Junior wrote: >Ryan, IIUC the patch you're proposing fixes the issue experienced by >Stephane, but we're not entirely sure that it's the same issue being >reported in this bug. Am I right? Yes, exactly. (My debdiff just drops the buggy

[Bug 1926265] Re: slapd enter in infinite loop on sched_yield syscall

2021-05-14 Thread Ryan Tandy
On Fri, May 14, 2021 at 01:36:12PM -, Stephane Chazelas wrote: >The important backtrace in there is the one from thread 11: > >#0 0x7fb288428474 in read () from /lib/x86_64-linux-gnu/libpthread.so.0 >No symbol table info available. >#1 0x7fb2890c4518 in ?? () from

Re: [Bug 1921562] [NEW] Intermittent hangs during ldap_search_ext when TLS enabled

2021-03-26 Thread Ryan Tandy
On Sat, Mar 27, 2021 at 01:06:42AM -, Vincent Vanlaer wrote: >https://git.openldap.org/openldap/openldap/-/commit/735e1ab Note that this commit is for OpenLDAP 2.5 and needs adjustment for the 2.4 branch. The commit ids for 2.4 are:

[Bug 571481] Re: when slapd upgrade fails, later upgrade attempts overwrite saved backups of pre-upgrade configuration files

2021-02-25 Thread Ryan Tandy
Fixed in 2.4.51+dfsg-1 i.e. groovy ** Changed in: openldap (Ubuntu) Assignee: Ryan Tandy (rtandy) => (unassigned) ** Changed in: openldap (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1891548] Re: autofs-ldap's /etc/ldap/schema/autofs.schema crashes slapd

2020-08-14 Thread Ryan Tandy
msp3k is correct. The bug is in autofs-ldap, not in slapd. slapd is correct to reject "caseExactMatch" since the attribute syntax is IA5 String. The correct fix is what msp3k said, fix the matching rule to be caseExactIA5Match like it was in the old one. --- /etc/ldap/schema/autofs.schema

[Bug 1832244] Re: /usr/games/mgba-qt:6:_dbus_abort:_dbus_warn_check_failed:_dbus_warn_return_if_fail:dbus_message_new_method_call:SDL_DBus_CallVoidMethodInternal

2020-07-15 Thread Ryan Tandy
I don't think this bug is actionable. As far as I know that version is a PPA package, not an actual Ubuntu version. Setting to Incomplete. ** Changed in: mgba (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 1880209] [NEW] slapd configuration does not ask for olcbackend and doesn't add one. Has to be added by hand.

2020-05-22 Thread Ryan Tandy
On Fri, May 22, 2020 at 04:34:52PM -, Mario Mech wrote: >Installing slapd and ldap-utils results in missing backend > >dn: olcBackend={0}mdb,cn=config > >the installer skips the installation step. Has to be added by >ldpamodify. This was done intentionally as it's much more common to

Re: [Bug 1875697] Re: drop fix-ldap-distribution.patch?

2020-05-08 Thread Ryan Tandy
On Fri, May 08, 2020 at 07:57:38PM -, Andreas Hasenack wrote: >But looks like the email is wrong, we should be showing ubuntu-devel@ >there instead of the debian maintainers list. I'm fine with receiving mail from Ubuntu users as well. (in IRC I'm usually supporting at least as many Ubuntu

[Bug 1875697] [NEW] drop fix-ldap-distribution.patch?

2020-04-28 Thread Ryan Tandy
Public bug reported: Hi, In version 2.4.49+dfsg-3 I fixed a bug where the version was missing from the -V output in OpenLDAP programs: . At the same time, I've patched it to display the package version there, instead of the upstream version: # slapd -VV @(#)

[Bug 1866303] test script

2020-03-05 Thread Ryan Tandy
** Attachment added: "slapd.conf" https://bugs.launchpad.net/bugs/1866303/+attachment/5334194/+files/slapd.conf ** Attachment added: "data.ldif" https://bugs.launchpad.net/bugs/1866303/+attachment/5334195/+files/data.ldif ** Attachment added: "samba.schema"

[Bug 1866303] [NEW] slapd crash with pwdAccountLockedTime and stacked overlays

2020-03-05 Thread Ryan Tandy
Public bug reported: Hello, Please merge openldap 2.4.49+dfsg-2 from Debian unstable to fix an issue in the ppolicy overlay that can crash slapd. Please also consider SRUing the patch after it has had some testing time. Upstream: https://openldap.org/its/?findid=9171 Debian:

[Bug 1864205] Re: _sasl_plugin_load failed on sasl_canonuser_init

2020-02-21 Thread Ryan Tandy
The messages are harmless as far as I know. If you don't want to see them, uninstall the libsasl2-modules-ldap package. (Since you evidently haven't configured it, I assume you aren't using it.) At any rate this is not a bug in the openldap package. ** Changed in: openldap (Ubuntu)

[Bug 1838370] Re: slapd segfault on filter parse error

2019-08-07 Thread Ryan Tandy
This has already been fixed as of 2.4.48+dfsg-1ubuntu1. I'm not sure why the upload didn't automatically close the bug. ** Changed in: openldap (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1838370] Re: slapd segfault on filter parse error

2019-07-30 Thread Ryan Tandy
Looks like this is fixed upstream already: https://openldap.org/its/?findid=8964 fixed in 2.4.48. Cherry-picking upstream commit d40b357f5da9a94d2f4f541c21bde02610d9cd3b fixes the crash for me. ** Also affects: openldap Importance: Undecided Status: New ** Changed in: openldap

Re: [Bug 1838380] [NEW] slapd does not automatically restart on failure

2019-07-30 Thread Ryan Tandy
Hello, You can configure that yourself with a systemd drop-in file that modifies the generated unit. A similar one was recently added to set RemainOnExit=false; see bug 1821343. I can't comment on whether it's appropriate to add that behaviour in the package by default. -- You received this

Re: [Bug 1838370] [NEW] slapd segfault on filter parse error

2019-07-30 Thread Ryan Tandy
Hello, thank you for the report. I was able to reproduce the crash locally by intentionally mis-configuring the rwm overlay. Could you please provide a copy of your rwm overlay configuration? I would like to see what the actual parse failure was in your instance. ** Changed in: openldap

Re: [Bug 1821343] [NEW] slapd process failure is not detected by systemd

2019-03-22 Thread Ryan Tandy
Hello Hector, On Fri, Mar 22, 2019 at 12:36:57PM -, Heitor R. Alves de Siqueira wrote: >The slapd package for OpenLDAP is shipped with a SysV-style init script >(/etc/init.d/slapd). Systemd automatically converts this to a systemd >service by generating the unit file using the

[Bug 1811630] Re: Please merge openldap 2.4.47+dfsg-2 (main) from Debian unstable (main)

2019-01-13 Thread Ryan Tandy
Also here is my git branch in case you prefer to view the merge commit directly: https://salsa.debian.org/openldap-team/openldap/tree/ubuntu/merge-2.4.47 ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1811630] [NEW] Please merge openldap 2.4.47+dfsg-2 (main) from Debian unstable (main)

2019-01-13 Thread Ryan Tandy
Public bug reported: Hello, I have prepared the merge of openldap 2.4.47+dfsg-2. This will probably be the version released in Debian buster unless any release critical bugs show up. I made changes in Debian to how the contrib modules are built. I made the same changes for nssov in this merge

[Bug 1811630] Re: Please merge openldap 2.4.47+dfsg-2 (main) from Debian unstable (main)

2019-01-13 Thread Ryan Tandy
** Attachment added: "openldap_2.4.47+dfsg-2ubuntu1.debian.tar.xz" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1811630/+attachment/5228960/+files/openldap_2.4.47+dfsg-2ubuntu1.debian.tar.xz -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1811630] Re: Please merge openldap 2.4.47+dfsg-2 (main) from Debian unstable (main)

2019-01-13 Thread Ryan Tandy
** Attachment added: "openldap_2.4.47+dfsg-2ubuntu1.dsc" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1811630/+attachment/5228959/+files/openldap_2.4.47+dfsg-2ubuntu1.dsc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1809938] Re: delta syncrepl generates reqMod Attribute 'colon' with emtpty value

2018-12-27 Thread Ryan Tandy
** Changed in: openldap (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1809938 Title: delta syncrepl generates reqMod Attribute 'colon' with emtpty value To

Re: [Bug 1809938] [NEW] delta syncrepl generates reqMod Attribute 'colon' with emtpty value

2018-12-27 Thread Ryan Tandy
Hello Mario, This was an intentional change by OpenLDAP developers, in order to fix a replication bug that could cause providers and consumers to lose sync. Please see the upstream issue for the full details: http://www.openldap.org/its/?findid=6545 I confirm this behaviour on a producer

[Bug 1782203] Re: package slapd 2.4.45+dfsg-1ubuntu1 failed to install/upgrade: installed slapd package post-installation script subprocess returned error exit status 1

2018-07-17 Thread Ryan Tandy
from the terminal log: Jul 12 09:48:10 pii.host slapd[5659]: daemon: bind(8) failed errno=98 (Address already in use) Jul 12 09:48:10 pii.host slapd[5659]: daemon: bind(8) failed errno=98 (Address already in use) and from the apt log: Start-Date: 2018-07-12 06:42:24 Commandline: apt-get

[Bug 1547927] Re: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and STARTTLS

2018-06-28 Thread Ryan Tandy
Last time I tried to reproduce this with a C program I was not successful, hence why I haven't been able to work on this from the upstream side. I will try again... Martin, it would be *very* helpful if you could post code or a script that demonstrates the issue in an automated way. I know you

Re: [Bug 1772530] Re: OpenLDAP depends on old version of KRB5 which conflicts with other packages

2018-05-22 Thread Ryan Tandy
On Tue, May 22, 2018 at 05:48:42PM -, Dylan Gray wrote: >I know RHEL and SLES have an OpenLDAP version which has a dependency on >MIT Kerberos. As far as I know the libldap packages in those distros don't directly link a GSSAPI library at all. Ubuntu is the only one I'm aware of that

Re: [Bug 1772530] Re: OpenLDAP depends on old version of KRB5 which conflicts with other packages

2018-05-22 Thread Ryan Tandy
On Tue, May 22, 2018 at 10:21:17AM -0700, Ryan Tandy wrote: >I see. Yes, I can see how that would be a problem. The linker warning >is only a warning, but the ABIs very likely do conflict. ... that said, at least one or two packages do seem to manage with both -lldap and -lgssap

Re: [Bug 1772530] Re: OpenLDAP depends on old version of KRB5 which conflicts with other packages

2018-05-22 Thread Ryan Tandy
Hi Dylan, On Tue, May 22, 2018 at 04:39:21PM -, Dylan Gray wrote: >The dependency is a problem because my program depends on gssapi_krb5, >krb5, sasl, and openldap. On Ubuntu, the linker will throw errors >because "libkrb5.so.26, needed by //usr/lib/x86_64-linux- >gnu/libgssapi.so.3, may

Re: [Bug 1772530] Re: OpenLDAP depends on old version of KRB5 which conflicts with other packages

2018-05-22 Thread Ryan Tandy
Hi Dylan, Chances are libldap's dependency on libgssapi is not relevant for you. It's only used by the ldap_gssapi_bind family of functions, which are non-standard and only used by one or two specific applications. Without knowing more about your use case, I would assume that for your

Re: [Bug 1772530] [NEW] OpenLDAP depends on old version of KRB5 which conflicts with other packages

2018-05-21 Thread Ryan Tandy
Hi Dylan, On Mon, May 21, 2018 at 10:22:23PM -, Dylan Gray wrote: >Currently, Ubuntu 16.04's newest offered version of OpenLDAP is version >2.4.42. This version depends on libgssapi3 which in turn depends libkrb5 >version 2.6. Many other common libraries (like gssapi_krb5) depend on >libkrb5

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2018-05-15 Thread Ryan Tandy
The attached debdiff is basically the same as what I already uploaded to Debian stable in 2.4.44+dfsg-5+deb9u1. No regressions were reported against that upload. Tested in a xenial chroot using my test program as above and the patch fixes the issue for me. Test packages are building now in

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2018-05-15 Thread Ryan Tandy
I also recommend having your local hostname and FQDN in /etc/hosts when executing that test program, as the SASL library looks it up at least once on every iteration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2018-05-15 Thread Ryan Tandy
Please find attached a test program and Makefile plus a test script to drive it. Basically the program exercises concurrent SASL binds. With the current packages in xenial, the test program fails in a variety of ways: $ ./sasltest rc = -6 (Unknown authentication method) sasltest:

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2018-05-14 Thread Ryan Tandy
On Mon, May 14, 2018 at 02:34:13PM -, Andreas Hasenack wrote: >Last I tried, I couldn't reproduce it. Can we make the case for an SRU >without a clear test case? I'll try and find time this week to work up instructions. Would a program that demonstrates the issue (test instructions: compile

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2018-05-11 Thread Ryan Tandy
This slipped off my radar after the fix was uploaded to arful, but we should fix it in xenial as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688575 Title: Segmentation fault on a slave

[Bug 1763988] Re: package slapd 2.4.31-1+nmu2ubuntu8.2 failed to install/upgrade: underprosessen nytt pre-installation-skript returnerte feilstatus 1

2018-04-14 Thread Ryan Tandy
The slapd upgrade failed, because: Dumping to /var/backups/slapd-2.4.31-1+nmu2ubuntu8.2: - directory dc=testlab,dc=dev... 5ad25c38 ldif_read_file: checksum error on "/etc/ldap/slapd.d/cn=config.ldif" 5ad25c39 hdb_db_open: database "dc=testlab,dc=dev": db_open(/var/lib/ldap/id2entry.bdb)

[Bug 1547927] Re: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and STARTTLS

2017-08-29 Thread Ryan Tandy
** Changed in: openldap (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547927 Title: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and

[Bug 1702290] Re: slapd fails to stop if /etc/ldap/slapd.d/cn=config.ldif is deleted but /etc/ldap/slapd.d still exists

2017-08-29 Thread Ryan Tandy
** Bug watch added: Debian Bug tracker #873682 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873682 ** Also affects: openldap (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873682 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1702290] Re: package slapd 2.4.31-1+nmu2ubuntu8.4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 2

2017-08-29 Thread Ryan Tandy
Hello, Since you deleted all the contents out of the /etc/ldap/slapd.d folder, please delete that folder as well, then the uninstallation will proceed. The init script could probably be more resilient about this. ** Changed in: openldap (Ubuntu) Status: New => Confirmed ** Summary

[Bug 1656979] Re: No support for DHE ciphers (TLS)

2017-08-29 Thread Ryan Tandy
Hello Haw, openldap 2.4.45 is in artful now, so this should be fixed. could you please try your cipherscan again and confirm? Thanks! ** Changed in: openldap (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-08-11 Thread Ryan Tandy
** Changed in: openldap Status: Fix Committed => Fix Released ** Changed in: openldap (Ubuntu) Assignee: Ryan Tandy (rtandy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1708341] Re: package libldap-2.4-2 2.4.42+dfsg-2ubuntu3.1 failed to install/upgrade: intentando sobreescribir el compartido `/etc/ldap/ldap.conf', que es distinto de otras instancias del paquetes

2017-08-02 Thread Ryan Tandy
*** This bug is a duplicate of bug 1436558 *** https://bugs.launchpad.net/bugs/1436558 ** This bug has been marked a duplicate of bug 1436558 package libldap-2.4-2 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: trying to overwrite shared '/etc/ldap/ldap.conf', which is different from

[Bug 1547927] Re: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and STARTTLS

2017-07-28 Thread Ryan Tandy
Hi Martin, I'm trying to reproduce the bug you reported, in order to determine whether Maciej's patch fixed it or not. However, a simple C program making the following calls: ldap_set_option(NULL, LDAP_OPT_PROTOCOL_VERSION, _version); ldap_initialize(, "ldaps://"); ldap_set_option(ld,

[Bug 1704726] Re: Please merge openldap 2.4.44+dfsg-8 (main) from Debian unstable (main)

2017-07-26 Thread Ryan Tandy
Closing as Gianfranco Costamagna already merged it on his own. ** Changed in: openldap (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704726 Title:

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-07-24 Thread Ryan Tandy
Hi Andreas, On Mon, Jul 24, 2017 at 05:33:41PM -, Andreas Hasenack wrote: >I can take a look at this. Thanks. FYI the fix is released upstream in 2.4.45 and I'll be uploading that to Debian soon.

[Bug 1704726] [NEW] Please merge openldap 2.4.44+dfsg-8 (main) from Debian unstable (main)

2017-07-17 Thread Ryan Tandy
: openldap (Ubuntu) Importance: Undecided Status: Confirmed ** Changed in: openldap (Ubuntu) Status: New => In Progress ** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Ryan Tandy (rtandy) ** Summary changed: - Please merge openldap openldap_2.4.44+dfsg-8

[Bug 1704726] Re: Please merge openldap 2.4.44+dfsg-8 (main) from Debian unstable (main)

2017-07-17 Thread Ryan Tandy
** Attachment added: "openldap_2.4.44+dfsg-8ubuntu1.dsc" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1704726/+attachment/4915949/+files/openldap_2.4.44+dfsg-8ubuntu1.dsc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1704726] Re: Please merge openldap 2.4.44+dfsg-8 (main) from Debian unstable (main)

2017-07-17 Thread Ryan Tandy
d ** Changed in: openldap (Ubuntu) Assignee: Ryan Tandy (rtandy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704726 Title: Please merge openldap 2.4.44+dfsg-8 (main) from Debia

[Bug 1704726] Re: Please merge openldap 2.4.44+dfsg-8 (main) from Debian unstable (main)

2017-07-17 Thread Ryan Tandy
** Patch added: "openldap_2.4.44+dfsg-8ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1704726/+attachment/4915948/+files/openldap_2.4.44+dfsg-8ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1697397] Re: libldap-2.4.42+dfsg-2ubuntu3.2 crashes libreoffice

2017-06-13 Thread Ryan Tandy
I would be amazed if a libldap upgrade actually caused the error you've pasted here. It _should_ be completely unrelated - the symbol is a LibreOffice internal one you mentioned in a LibreOffice internal one. Could you please paste the relevant transactions from /var/log/apt/history.log (the

Re: [Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-05-16 Thread Ryan Tandy
Hi, Sorry for the silence, I'm in a busy spell and not able to look at Ubuntu stuff right now. I do intend to follow up and propose the patch for a stable update when I can; anyone else is welcome to beat me to it in the meantime. -- You received this bug notification because you are a

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-05-08 Thread Ryan Tandy
** Changed in: openldap (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688575 Title: Segmentation fault on a slave slapd (sync replication with kerberos

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-05-08 Thread Ryan Tandy
Yes, just openldap. I uploaded the patched package to a PPA for you to try: https://launchpad.net/~rtandy/+archive/ubuntu/bug1688575 Hope that helps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-05-07 Thread Ryan Tandy
** Also affects: openldap Importance: Undecided Status: New ** Changed in: openldap Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1688575 Title:

[Bug 1688575] Re: Segmentation fault on a slave slapd (sync replication with kerberos authentication)

2017-05-05 Thread Ryan Tandy
in: openldap (Ubuntu) Assignee: (unassigned) => Ryan Tandy (rtandy) ** Patch added: "0001-ITS-8648-add-back-mutex-for-sasl_client_init.patch" https://bugs.launchpad.net/bugs/1688575/+attachment/4872308/+files/0001-ITS-8648-add-back-mutex-for-sasl_client_init.patch -- You rece

Re: [Bug 921489] Re: Segmentation fault in slapd (related to GSSAPI?)

2017-04-27 Thread Ryan Tandy
Hi Suho, On Thu, Apr 27, 2017 at 09:09:48AM -, Suho Meso wrote: >is a new bug really necessary, because the problem from this bug is really >similar? Yes, I would really prefer to track your issue in a new report. Sorry for the inconvenience. When you open the new bug, it would be

[Bug 921489] Re: Segmentation fault in slapd (related to GSSAPI?)

2017-04-26 Thread Ryan Tandy
Hi Suho, Please could you file a new bug for your issue, ideally using apport (ubuntu-bug) so that the backtrace can be collected? I have been looking at a similar issue (https://bugs.debian.org/860947) recently and the additional info would be great. Thanks! ** Bug watch added: Debian Bug

[Bug 1436558] Re: package libldap-2.4-2 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: trying to overwrite shared '/etc/ldap/ldap.conf', which is different from other instances of package libldap-2.4

2017-03-22 Thread Ryan Tandy
This should be fixed in zesty now. openldap (2.4.44+dfsg-3ubuntu1) zesty; urgency=medium * Merge with Debian unstable (LP: #1663702, LP: #1654416). openldap (2.4.44+dfsg-1) unstable; urgency=medium * Fix policy 8.2 violation (Closes: #330695) + Move /etc/ldap/ldap.conf and manpage to

[Bug 1660447] Re: package slapd 2.4.42+dfsg-2ubuntu3.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2017-03-22 Thread Ryan Tandy
*** This bug is a duplicate of bug 112631 *** https://bugs.launchpad.net/bugs/112631 Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.31-1+nmu2ubuntu8.3... done. Moving old database directories to /var/backups: - directory dc=BlackWind.local... done. Loading from

[Bug 1670567] Re: package slapd 2.4.31-1+nmu2ubuntu8.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-22 Thread Ryan Tandy
** Changed in: openldap (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670567 Title: package slapd 2.4.31-1+nmu2ubuntu8.3 failed to install/upgrade:

[Bug 1675251] Re: package slapd 2.4.42+dfsg-2ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-22 Thread Ryan Tandy
Setting up slapd (2.4.42+dfsg-2ubuntu3.1) ... Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.31-1+nmu2ubuntu8.3... done. Moving old database directories to /var/backups: Backup path /var/backups/dc=localdomain-2.4.31-1+nmu2ubuntu8.3.ldapdb exists. Giving up... Please delete the

Re: [Bug 1670567] [NEW] package slapd 2.4.31-1+nmu2ubuntu8.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-06 Thread Ryan Tandy
Hello, The log says that slapd failed to start, but not why. Please could you check /var/log/syslog for messages emitted by slapd and paste them here. Alternatively, start slapd in debug mode (-d): /usr/sbin/slapd -h 'ldap:/// ldapi:///' -F /etc/ldap/slapd.d -u openldap -g openldap -d1 and

[Bug 1664457] [NEW] ftbfs with libresteasy-java 3.1.0

2017-02-13 Thread Ryan Tandy
Public bug reported: https://launchpadlibrarian.net/302962949/buildlog_ubuntu-zesty-amd64 .dogtag-pki_10.3.5-7_BUILDING.txt.gz com/netscape/certsrv/account/AccountResource.java:25: error: cannot find symbol import org.jboss.resteasy.annotations.ClientResponseType;

[Bug 1664453] [NEW] autopkgtests failing with systemd-232

2017-02-13 Thread Ryan Tandy
Public bug reported: The autopkgtests for dogtag-pki are failing. It looks like this started with the upgrade of systemd to 232. Previously, pki-tomcatd was marked as failed on startup: Job for pki-tomcatd.service failed because the control process exited with error code. See "systemctl status

Re: [Bug 1656979] [NEW] No support for DHE ciphers (TLS)

2017-02-10 Thread Ryan Tandy
On Tue, Jan 17, 2017 at 12:49:36AM -, Haw Loeung wrote: >I think the fix is in the patch below that's released in 2.4.39: > >http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=622d13a32ec8d623c26a11b60b63e443dc86df99 http://www.openldap.org/its/?findid=7506 says: fixed in

Re: [Bug 1654416] Re: Requesting 2.4.44 build which includes fix for ITS#8185

2017-02-10 Thread Ryan Tandy
On Fri, Feb 10, 2017 at 07:03:14PM -, Nish Aravamudan wrote: >Ah ok, do you want me to send the patches via git to you there? The >Server Team has adopted >(https://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow) for >Ubuntu merges so we have our own tree (that's tracking the archive(s)

Re: [Bug 1654416] Re: Requesting 2.4.44 build which includes fix for ITS#8185

2017-02-10 Thread Ryan Tandy
On Fri, Feb 10, 2017 at 06:12:22PM -, Nish Aravamudan wrote: >I'm merging openldap 2.4.44+dfsg-3 today, I hope. Any concerns you have, >Ryan? Thanks for working on it. I thought zesty would have frozen by now, actually. FWIW, there is an ubuntu branch in the packaging repository on alioth.

Re: [Bug 1654416] Re: Requesting 2.4.44 build which includes fix for ITS#8185

2017-01-06 Thread Ryan Tandy
Hi Kartik and Hans, I don't recommend merging the current unstable version as support for Heimdal was temporarily dropped. 2.4.44+dfsg-3 with Heimdal re-enabled will be uploaded soon on the Debian side and that should be a better candidate. As usual, I will propose a merge once I'm happy with

[Bug 478827] Re: openldap database backend back_perl has undefined symbols (aka slapd-perl back-perl)

2016-11-21 Thread Ryan Tandy
*** This bug is a duplicate of bug 90812 *** https://bugs.launchpad.net/bugs/90812 ** This bug has been marked a duplicate of bug 90812 perl backend can't use dynamically loaded modules (DBI, POSIX...) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 489597] Re: PMI Schema in slapd package can't be added to database

2016-11-21 Thread Ryan Tandy
Not sure exactly when it changed, but on xenial, the pmi schema seems to work fine. Tested: - adding the provided LDIF directly: ldapadd -H ldapi:// -Y EXTERNAL -f /etc/ldap/schema/pmi.ldif - including the schema in a slapd.conf file - converting pmi.schema to LDIF and adding that to slapd

[Bug 317401] Re: Wrong documentation for TLSCipherSuite

2016-11-21 Thread Ryan Tandy
In OpenLDAP 2.4.24, the man pages were updated to clarify the TLSCipherSuite option and to point to the gnutls-cli(1) man page as the authority on GnuTLS priority strings. Marking fixed. ** Changed in: openldap2.3 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug

[Bug 667597] Re: conf.d directory not a configuration directory

2016-11-21 Thread Ryan Tandy
** Changed in: openldap (Ubuntu) Assignee: Abhishek kumar singh (abhishekkumarsingh-cse) => (unassigned) ** Changed in: openldap (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1594925] Re: package libldap-2.4-2 2.4.31-1+nmu2ubuntu12.3 failed to install/upgrade: a tentar sobreescrever '/etc/ldap/ldap.conf' partilhado, que é diferente de outras instâncias do pacote libld

2016-06-21 Thread Ryan Tandy
*** This bug is a duplicate of bug 1436558 *** https://bugs.launchpad.net/bugs/1436558 ** This bug has been marked a duplicate of bug 1436558 package libldap-2.4-2 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: trying to overwrite shared '/etc/ldap/ldap.conf', which is different from

[Bug 1591681] Re: Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread Ryan Tandy
Thanks for the report. Confirmed in trusty, but cannot reproduce in xenial. However, gnutls- serv in trusty does accept the flag. Can you please check whether this still happens for you on a more recent release, and whether your SSL tester actually reports the problem is fixed? ** Changed in:

[Bug 1579566] Re: Automatic openldap db migration fails on release upgrade when using accesslog overlay

2016-05-09 Thread Ryan Tandy
*** This bug is a duplicate of bug 1003854 *** https://bugs.launchpad.net/bugs/1003854 Thanks for the report. This is most likely bug 1003854, triggered in this case by having /var/lib/ldap/accesslog nested inside /var/lib/ldap. ** Summary changed: - Automatic openldap db migration fails on

[Bug 1572947] Re: vagrant: installing plugins fails

2016-05-07 Thread Ryan Tandy
*** This bug is a duplicate of bug 1559420 *** https://bugs.launchpad.net/bugs/1559420 ** This bug has been marked a duplicate of bug 1559420 plugin install fails in ubuntu/debian packaged version of vagrant (xenial) -- You received this bug notification because you are a member of

[Bug 1579396] Re: unable to install vagrant plugins

2016-05-07 Thread Ryan Tandy
*** This bug is a duplicate of bug 1559420 *** https://bugs.launchpad.net/bugs/1559420 ** This bug has been marked a duplicate of bug 1559420 plugin install fails in ubuntu/debian packaged version of vagrant (xenial) -- You received this bug notification because you are a member of

[Bug 1573557] Re: package libldap-2.4-2 2.4.42+dfsg-2ubuntu3 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libldap-2

2016-04-22 Thread Ryan Tandy
*** This bug is a duplicate of bug 1436558 *** https://bugs.launchpad.net/bugs/1436558 ** This bug has been marked a duplicate of bug 1436558 package libldap-2.4-2 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: trying to overwrite shared '/etc/ldap/ldap.conf', which is different from

[Bug 1559775] Re: package slapd 2.4.42+dfsg-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-20 Thread Ryan Tandy
from DpkgTerminalLog: Setting up slapd (2.4.42+dfsg-2ubuntu3) ... Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.31-1+nmu2ubuntu8.2... done. Moving old database directories to /var/backups: Backup path /var/backups/dc=nodomain-2.4.31-1+nmu2ubuntu8.2.ldapdb exists. Giving up...

[Bug 1559775] Re: package slapd 2.4.42+dfsg-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-20 Thread Ryan Tandy
from DpkgTerminalLog: Setting up slapd (2.4.42+dfsg-2ubuntu3) ... Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.31-1+nmu2ubuntu8.2... done. Moving old database directories to /var/backups: Backup path /var/backups/dc=nodomain-2.4.31-1+nmu2ubuntu8.2.ldapdb exists. Giving up...

Re: [Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
On Fri, Feb 26, 2016 at 07:56:59PM -, Michal Dziczkowski wrote: >I don't have the mantioned PPA in my repositories, so how could I >install slapd from it? The 'apt-cache policy' output you posted does include it. > 500 http://ppa.launchpad.net/dirk-computer42/c42-backport/ubuntu/ trusts / >

Re: [Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
On Fri, Feb 26, 2016 at 07:56:59PM -, Michal Dziczkowski wrote: >I don't have the mantioned PPA in my repositories, so how could I >install slapd from it? The 'apt-cache policy' output you posted does include it. > 500 http://ppa.launchpad.net/dirk-computer42/c42-backport/ubuntu/ trusts / >

[Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
> Investigating (0) slapd [i386] 2.4.40-4 ~ ~ ubuntu14.04.1 c42.ppa1> (net) This package (slapd 2.4.40-4~ubuntu14.04.1~c42.ppa1) is not part of Ubuntu. It comes from one of the PPAs you have installed: https://launchpad.net/~dirk-computer42/+archive/ubuntu/c42-backport This is either a problem

[Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
> Investigating (0) slapd [i386] 2.4.40-4 ~ ~ ubuntu14.04.1 c42.ppa1> (net) This package (slapd 2.4.40-4~ubuntu14.04.1~c42.ppa1) is not part of Ubuntu. It comes from one of the PPAs you have installed: https://launchpad.net/~dirk-computer42/+archive/ubuntu/c42-backport This is either a problem

[Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
Hi Michal, Thanks for the report. Can I ask you to provide some more information? The output from the following commands would be very helpful: lsb_release -a uname -a apt-cache policy apt-get -y install slapd apt-get -y -o Debug::pkgProblemResolver=1 install slapd ** Changed in: openldap

[Bug 1550437] Re: [BUG] Unable to install: dependency problem

2016-02-26 Thread Ryan Tandy
Hi Michal, Thanks for the report. Can I ask you to provide some more information? The output from the following commands would be very helpful: lsb_release -a uname -a apt-cache policy apt-get -y install slapd apt-get -y -o Debug::pkgProblemResolver=1 install slapd ** Changed in: openldap

[Bug 1536301] Re: package libldap-2.4-2 2.4.41+dfsg-1ubuntu3 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libldap-2

2016-01-25 Thread Ryan Tandy
Sounds like a case of multi-arch skew. If I'm reading correctly, you had libldap-2.4-2 2.4.41+dfsg-1ubuntu2 installed for both i386 and amd64; but then you tried to upgrade to -1ubuntu3 on i386 only. Updating your system should resolve this, I think. ** Changed in: openldap (Ubuntu)

[Bug 1536301] Re: package libldap-2.4-2 2.4.41+dfsg-1ubuntu3 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libldap-2

2016-01-25 Thread Ryan Tandy
Sounds like a case of multi-arch skew. If I'm reading correctly, you had libldap-2.4-2 2.4.41+dfsg-1ubuntu2 installed for both i386 and amd64; but then you tried to upgrade to -1ubuntu3 on i386 only. Updating your system should resolve this, I think. ** Changed in: openldap (Ubuntu)

[Bug 1537762] Re: syncrepl does not work when using tls

2016-01-25 Thread Ryan Tandy
Hi Ian, I found https://stathers.net/2016/01/14/thawte-premium-ssl- md5-gnutls.html but it would be surprising if that broke syncrepl but not ldapsearch. Still, worth checking if you haven't already. (ldapsearch and syncrepl are using the same CA certificate, right?) Is there any interesting

[Bug 1537762] Re: syncrepl does not work when using tls

2016-01-25 Thread Ryan Tandy
Hi Ian, I found https://stathers.net/2016/01/14/thawte-premium-ssl- md5-gnutls.html but it would be surprising if that broke syncrepl but not ldapsearch. Still, worth checking if you haven't already. (ldapsearch and syncrepl are using the same CA certificate, right?) Is there any interesting

[Bug 1537762] Re: syncrepl does not work when using tls

2016-01-25 Thread Ryan Tandy
Please also have a look at https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/1534230 (thanks to sarnold for the pointer) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/1537762

[Bug 1537762] Re: syncrepl does not work when using tls

2016-01-25 Thread Ryan Tandy
Please also have a look at https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/1534230 (thanks to sarnold for the pointer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537762 Title: syncrepl

[Bug 874339] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-25 Thread Ryan Tandy
*** This bug is a duplicate of bug 1040177 *** https://bugs.launchpad.net/bugs/1040177 ** This bug has been marked a duplicate of bug 1040177 slapd install fails when requesting to 'Omit OpenLDAP server configuration" -- You received this bug notification because you are a member of

[Bug 874339] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-25 Thread Ryan Tandy
*** This bug is a duplicate of bug 1040177 *** https://bugs.launchpad.net/bugs/1040177 ** This bug has been marked a duplicate of bug 1040177 slapd install fails when requesting to 'Omit OpenLDAP server configuration" -- You received this bug notification because you are a member of

[Bug 694707] Re: database doesn't get purged during purge

2016-01-25 Thread Ryan Tandy
There is a debconf question about purge: Template: slapd/purge_database Type: boolean Default: false Description: Do you want the database to be removed when slapd is purged? Note that false is the default. Was it changed to true before purging? ** Changed in: openldap (Ubuntu) Status:

[Bug 694707] Re: database doesn't get purged during purge

2016-01-25 Thread Ryan Tandy
There is a debconf question about purge: Template: slapd/purge_database Type: boolean Default: false Description: Do you want the database to be removed when slapd is purged? Note that false is the default. Was it changed to true before purging? ** Changed in: openldap (Ubuntu) Status:

[Bug 1532648] [NEW] Please merge openldap 2.4.42+dfsg-2 (main) from Debian testing (main)

2016-01-10 Thread Ryan Tandy
Public bug reported: Please merge openldap 2.4.42+dfsg-2 (main) from Debian testing (main) ** Affects: openldap (Ubuntu) Importance: Undecided Assignee: Ryan Tandy (rtandy) Status: In Progress ** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Ryan Tandy (rta

[Bug 1532648] [NEW] Please merge openldap 2.4.42+dfsg-2 (main) from Debian testing (main)

2016-01-10 Thread Ryan Tandy
Public bug reported: Please merge openldap 2.4.42+dfsg-2 (main) from Debian testing (main) ** Affects: openldap (Ubuntu) Importance: Undecided Assignee: Ryan Tandy (rtandy) Status: In Progress ** Changed in: openldap (Ubuntu) Assignee: (unassigned) => Ryan Tandy (rta

[Bug 1532648] proposed merged package

2016-01-10 Thread Ryan Tandy
/openldap_2.4.42+dfsg-2ubuntu1.debian.tar.xz ** Changed in: openldap (Ubuntu) Assignee: Ryan Tandy (rtandy) => (unassigned) ** Changed in: openldap (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

  1   2   3   4   5   6   7   >