https://bugs.openldap.org/show_bug.cgi?id=5365
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9514
Issue ID: 9514
Summary: Modification of a record by changing its password in
one master, intermittently causes the record to be
deleted from other masters.
Product: OpenLDAP
Version: 2.4.44
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: loojonathand+ldap(a)gmail.com
Target Milestone: ---
We have a network topology with 3 master LDAP servers in 3 different cities.
Each master has 1 replica, so a total of 6 LDAP servers. All of them are VMs
running CentOS Linux release 7.9.2009.
When we use ldapmodify to modify a record (for example, change its password) on
one of the master servers, then the next time LDAP replicates to the other 2
masters, sometimes the record we tried to modify is deleted from the other 2
masters. (The usual procedure is to modify the record in all 3 masters, but
the same thing happens if you modify the record in one master LDAP server and
then sync the other 2 masters.) So for example if we modify a record on one
server
Mar 30 11:58:25 VMWGTNMSBRLD01 slapd[9083]: conn=675967 op=1 MOD
dn="uid=JZTEST,ou=users,ou=radius,dc=hnops,dc=net"
then sometimes we get, in one of the other servers:
Mar 30 12:06:38 VMWNLVMSBRLD01 slapd[5079]: syncrepl_del_nonpresent: rid=004
be_delete uid=JZTEST,ou=users,ou=radius,dc=hnops,dc=net (0)
The password-change process uses an "ldapmodify" command not a delete command,
so not sure why this happens.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7786
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• e8c03ba5
by OndÅ™ej KuznÃk at 2021-03-31T16:14:25+00:00
ITS#7786 Document cn=config recovery options
• 80cfd811
by OndÅ™ej KuznÃk at 2021-03-31T16:14:25+00:00
ITS#7786 Try to synthesize missing attribute types
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7786
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.5.3
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7786
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.4
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5271
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Probably timelimit should have this as well
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5271
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.6.0
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=9512
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9001
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• e36d1e31
by OndÅ™ej KuznÃk at 2021-03-30T15:46:40+01:00
ITS#9001 manual changes
• 3bd1b090
by OndÅ™ej KuznÃk at 2021-03-30T15:46:40+01:00
ITS#9001 Use a TAvl for request tracking in libldap
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8698
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Status|IN_PROGRESS |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 0df931b9
by OndÅ™ej KuznÃk at 2021-03-30T02:10:19+00:00
ITS#8698 Only remove our own callback
• 51c444b0
by OndÅ™ej KuznÃk at 2021-03-30T02:10:19+00:00
ITS#8698 Defer policy checker cleanup if it's a pw extop
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
--- Comment #43 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• bc0d62db
by Howard Chu at 2021-03-27T10:38:59+00:00
Revert "ITS#8847 more fallout from ldap_pvt_sockaddrstr move"
This reverts commit f2ddf89e3cbe2ba65728cfc7b4c022d72192f442.
Move Sockaddr def to ac/socket.h instead.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5365
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 38d1ac04
by Quanah Gibson-Mount at 2021-03-29T18:11:00+00:00
ITS#5365 - Add support for symbol versioning libldap and lilber
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9510
Issue ID: 9510
Summary: Build fails with slibtool and --disable-shared with
undefined pthread references
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: orbea(a)riseup.net
Target Milestone: ---
Created attachment 810
--> https://bugs.openldap.org/attachment.cgi?id=810&action=edit
Build log with rdlibtool.
When building openldap with --disable-shared and slibtool
(https://dev.midipix.org/cross/slibtool) the build fails with many undefined
pthread references.
My understanding is that building static libraries exposes undefined references
that otherwise would be exposed with -no-undefined. I am not sure how GNU
libtool avoids this, perhaps it silently adds -lpthread? For the record GNU
libtool will silently ignore -no-undefind while slibtool will not.
This exposes several related issues in openldap.
* libldap has no configure check indicating it requires --with-threads.
* libldap does add $(LTHREAD_LIBS) to its $(LINK_LIBS), but then actually fails
to use it.
* The client tools requires threads, but they also have no configure check
indicating so.
* The client tools do not have a configure check to disable them, but there is
a --without-threads.
* The client tools really do needs $(LTHREAD_LIBS) added to the $(LINK_LIBS)
I made a MR that fixes these problems or see the attached patch.
https://git.openldap.org/openldap/openldap/-/merge_requests/303
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7832
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|IN_PROGRESS |RESOLVED
--- Comment #20 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• f3975b3f
by David Coutadeur at 2021-03-26T15:01:36+00:00
Proposing ppolicy extended module for OpenLDAP (issue #7832)
• c81bb207
by David Coutadeur at 2021-03-26T15:01:36+00:00
clean and homogenize ppm files for integration into contrib (issue #7832 !252)
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
--- Comment #42 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 829263c4
by Howard Chu at 2021-03-26T13:45:26+00:00
ITS#8847 move lutil_sockaddrstr() to ldap_pvt_sockaddrstr()
Commits:
• f2ddf89e
by Howard Chu at 2021-03-26T14:12:47+00:00
ITS#8847 more fallout from ldap_pvt_sockaddrstr move
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8698
OndÅ™ej KuznÃk <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--- Comment #1 from OndÅ™ej KuznÃk <ondra(a)mistotebe.net> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/304
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9347
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Status|IN_PROGRESS |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 61e9b6d3
by OndÅ™ej KuznÃk at 2021-03-25T23:57:07+00:00
ITS#9347 Log which policy attribute is invalid
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7788
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |2.5.3
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 109d967f
by OndÅ™ej KuznÃk at 2021-03-25T19:43:18+00:00
ITS#7788 Hashing should be independent of a useable policy
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|CONFIRMED |RESOLVED
--- Comment #41 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 8ebd0650
by HoweverAT at 2021-03-25T17:37:26+00:00
ITS#8847 Print local address in connection dump
• 9d594a11
by HoweverAT at 2021-03-25T18:47:11+00:00
ITS#8847 Add SOCKET_BIND_ADDRESSES Option
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8847
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.4 |2.5.3
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7786
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/299
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5365
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Assignee|bugs(a)openldap.org |quanah(a)openldap.org
Status|UNCONFIRMED |IN_PROGRESS
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9509
Issue ID: 9509
Summary: ldap_pvt_tls_check_hostname missing prototype
Product: OpenLDAP
Version: 2.4.57
Hardware: Other
OS: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: noloader(a)gmail.com
Target Milestone: ---
Hi Everyone,
I'm building OpenLDAP 2.4.57 on Apple M1. Apple turned on -Werror for missing
prototypes. It results in:
tls2.c:378:9: error: implicit declaration of function
'ldap_pvt_tls_check_hostname' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
err = ldap_pvt_tls_check_hostname( ld, ssl, host );
You can access an Apple M1 machine on the GCC Compile Farm. It is GCC304, port
2409. If needed you can get an account at
https://cfarm.tetaneutral.net/users/new/.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9508
Issue ID: 9508
Summary: Add support for maxentrysize for slapd-mdb
Product: OpenLDAP
Version: 2.5
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: backends
Assignee: bugs(a)openldap.org
Reporter: quanah(a)openldap.org
Target Milestone: ---
Symas has code to set a max entry size limitation on entries in back-mdb. This
code needs upstreaming for 2.5
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8707
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.4
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8707
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |CONFIRMED
--- Comment #30 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
This patch is seriously deficient and will be rejected unless there is follow
up in the near future from the patch author.
--
You are receiving this mail because:
You are on the CC list for the issue.