https://bugs.openldap.org/show_bug.cgi?id=9161
--- Comment #19 from jens.schleusener(a)fossies.org <jens.schleusener(a)fossies.org> ---
> Feel free to configure it to email me directly for both openldap master and
> lmdb master.
Done.
And congratulations for the now "perfect" status.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9161
--- Comment #18 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to jens.schleusener(a)fossies.org from comment #13)
> By the way, there exists also the possibility to be informed by email if new
> misspellings are detected but that may be a bit annoying ;-)
Feel free to configure it to email me directly for both openldap master and
lmdb master.
Thanks!
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9161
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #17 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• a48d8b48
by Quanah Gibson-Mount at 2021-02-18T20:25:35+00:00
ITS#9161 - A few more typo fixes
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8977
--- Comment #13 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #8)
> --On Thursday, June 27, 2019 8:56 PM +0000 quanah(a)symas.com wrote:
>
> > --On Thursday, June 27, 2019 8:35 PM +0000 hyc(a)symas.com wrote:
> >
> >> No, because order is irrelevant for these.
> >
> > Cool, thanks! I'll continue on with deeper testing then. :)
>
> Given the current implementation of OpenLDAP, this feature is impossible to
> use w/o recompiling OpenLDAP when a change to the IDL size is made. This
> is because LDAP_PVT_THREAD_STACK_SIZE must be adjusted as well and that
> requires a recompile.
>
> The default size for LDAP_PVT_THREAD_STACK_SIZE is:
>
> ( 1 * 1024 * 1024 * sizeof(void *) )
>
> which works for an IDL size of 16 (2^16) which is 65536.
>
> If you change the IDL size, say to 22, then the new IDL size is: 4,194,304.
> We then use this difference to find the offset we need to adjust
> LDAP_PVT_THREAD_STACK_SIZE by:
>
> 4194304/65536 = 64
>
> So it needs to be 64 time larger:
>
> ( 64 * 1024 * 1024 * sizeof(void *) )
>
>
> Generally, this feature is simply unusuable (currently) as a tunable given
> the requirement for recompiling OpenLDAP to use it.
I believe the above explanation is incorrect, so want to update it.
1024*1024^2 = 1,048,576
This appears to work with an idlexp of 20, which is also 1,048,576
So really what is required is that the LDAP_PVT_THREAD_STACK_SIZE_VALUE total
needs to match the 2^idlexp value.
So, 2^22 is 4,194,304, so in this case, the LDAP_PVT_THREAD_STACK_SIZE_VALUE
would need to be recompiled as ( 4 * 1024 * 1024 * sizeof(void *) )
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8977
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ, reviewed |
Target Milestone|2.4.53 |2.6.0
Assignee|quanah(a)openldap.org |bugs(a)openldap.org
--- Comment #12 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• a40f6bff
by Quanah Gibson-Mount at 2021-02-18T18:47:40+00:00
ITS#8977 - Remove documentation for idlexp
The idlexp feature depends on additional work that is not yet done. Remove
documentation for the feature
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8835
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.2
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8835
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/246
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9180
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
Target Milestone|--- |2.5.2
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• e6cf2378
by Ondřej Kuzník at 2021-02-18T16:28:12+00:00
ITS#9180 Mark memberof deprecated
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9161
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |IN_PROGRESS
--
You are receiving this mail because:
You are on the CC list for the issue.