Full_Name: A. Schulze
Version: RE24 testing call (2.4.45)
OS:
URL: ftp://ftp.openldap.org/incoming/andreas-schulze-20170201.patch
Submission from: (NULL) (2001:a60:f0b4:e502:758b:b0b2:3fc:f121)
the patch remove variables that are declared but unused.
Full_Name: Howard Chu
Version: HEAD etc
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (195.235.15.200)
Submitted by: hyc
In commit 8ee824832844c16d4199f3aacd8b1d613933a7d5 we have "LDAP_TAILQ fix" but
no explanation of what was broken. In particular though, the LDAP_TAILQ_PREV
macro is now broken. It checks for foo == LDAP_TAILQ_FIRST(head) which becomes
foo == (head)->tqh_first but the initializer actually used foo =
&(head).tqh_first so this comparison will always be false.
I don't see any clear reason why these were changed from the originals. I'm
inclined to revert the change. Reverting will affect a few uses of
LDAP_TAILQ_LAST in back-ldap and back-meta but the other affected macros appear
to be unused in our source tree.
Tripped over this while attempting to use LDAP_TAILQ_PREV in new code.
Full_Name: Simon Levermann
Version:
OS:
URL: ftp://ftp.openldap.org/incoming/simon-levermann-170126.patch
Submission from: (NULL) (2001:638:708:f002:deab:9ae4:7f07:d350)
This patch adds a password hashing module for the argon2 function to the
contrib/slapd-modules/passwd/ modules. Argon2 is a relatively new hash function
which has won the Password Hashing Competition (https://password-hashing.net)
The attached patch file is derived from OpenLDAP Software. All of the
modifications to OpenLDAP Software represented in the following patch(es) were
developed by Simon Levermann simon(a)slevermann.de. I have not assigned rights
and/or interest in this work to any party.
I, Simon Levermann, hereby place the following modifications to OpenLDAP
Software (and only these modifications) into the public domain. Hence, these
modifications may be freely used and/or redistributed for any purpose with or
without attribution and/or other notice.
Full_Name: Ondrej Kuznik
Version: master
OS:
URL: ftp://ftp.openldap.org/incoming/Ondrej-Kuznik-20170125-Deal-with-rDN-correc…
Submission from: (NULL) (151.228.185.198)
When an rdn under cn=config needs escaping, incorrect value gets passed to the
attribute and, if the attribute is single-value, the entry is rejected by
entry_naming_check().
Patch against master is attached.
Full_Name: Quanah Gibson-Mount
Version: 2.4.44
OS: N/A
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.208.148.26)
Right now, it is impossible to configure the ldap* command line tools so that
they function in major circumstances w/o also having a configuration file (I.e.,
ldap.conf, .ldaprc, etc). For example, the ability to use startTLS with LDAP
requires such a file so that the CA file and/or cert path for the tool can be
defined.
The "-o" option should be expanded to cover additional configuration parameters
from the conf file, as has already been done with the network timeout parameter.
--On Thursday, January 19, 2017 8:55 AM +0000 william.b.clay(a)acm.org wrote:
> Full_Name: Bill Clay
> Version: 2.4.44
> OS: Debian/GNU Linux 7.8 (Wheezy)
> URL:
> Submission from: (NULL) (79.12.44.250)
Hi Bill,
I appreciate that you are attempting to be helpful. However, the ITS
system is only for reporting bugs occuring in OpenLDAP as clearly noted on
the ITS submission form. If you want to provide informational updates,
they would probably best go to the openldap-technical mailing list.
Regards,
Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
Full_Name: Bill Clay
Version: 2.4.44
OS: Debian/GNU Linux 7.8 (Wheezy)
URL:
Submission from: (NULL) (79.12.44.250)
Cyrus SASL 2.1.26 plugins/scram.c decode_saslname() may return a corrupt authz
name.
SASL SCRAM-SHA-1 auth with a "dn:" style authzID can return an authzID string
with trailing original (escaped) characters appended. slapd may then
incorrectly deny the requested proxy authorization because the returned value
may fail match criteria that a correctly-decoded SASL name would pass. (There
may be other SASL SCRAM scenarios in which this flaw would produce incorrect
results.)
Cyrus SASL issue: https://github.com/cyrusimap/cyrus-sasl/issues/416
Full_Name: Emmanuel L.charny
Version: 2.4.45
OS: N/A
URL: ftp://ftp.openldap.org/incoming/elecharny-20170118.patch
Submission from: (NULL) (86.246.56.212)
This patch adds a unit test for a server configured with proxycache and ldap
backend, redirecting all the requests to a remote master server, which does not
accept anonymous bind). The proxycache server caches searches and binds.
The attached file is derived from OpenLDAP Software. All of the modifications to
OpenLDAP Software represented in the following patch(es) were developed by
Symas. Symas has not assigned rights and/or interest in this work to any party.
I, Emmanuel Lecharny, am authorized by Symas, my employer, to release this work
under the following terms.
Symas hereby place the following modifications to OpenLDAP Software (and only
these modifications) into the public domain. Hence, these modifications may be
freely used and/or redistributed for any purpose with or without attribution
and/or other notice.
--On Wednesday, January 11, 2017 4:44 PM +0000
matthieu.cerda(a)nbs-system.com wrote:
> Full_Name: Matthieu Cerda
> Version: 2.4.40
> OS: Debian jessie
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (194.213.124.6)
>
>
> Hello !
>
> As per
> http://www.openldap.org/lists/openldap-technical/201701/msg00017.html I
> would like to submit a small improvement to the slapo-ppolicy manpage to
> clarify rootdn presence / absence implications in a ppolicy enabled setup.
>
> Here is the patch (I thing it's short enough not to justify a separate
> upload):
Thanks! We went with something slightly different, but the rootdn
requirement should be absolutely clear now.
Regards,
Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>