https://bugs.openldap.org/show_bug.cgi?id=8835
--- Comment #1 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
So at least at the moment, the 3.0.0 alpha for OpenSSL still includes c_rehash.
Given that "rehash" is relatively new (1.1.0 line) and c_rehash doesn't seem to
be going anywhere soon, I'm actually inclined to leave the admin guide as-is
for now, unless we're planning on updating the minimum required version of
OpenSSL, since c_rehash works with all versions we support.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8154
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
Keywords|OL_2_5_REQ |
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
• 005c870d
by Quanah Gibson-Mount at 2020-05-18T20:49:25+00:00
ITS#8154 - olcTimeLimit and olcSizeLimit are single valued, fix docs
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8614
--- Comment #11 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
• 83217b98
by Quanah Gibson-Mount at 2020-05-18T19:37:47+00:00
ITS#8614 - documentation updates
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9261
Bug ID: 9261
Summary: Slow subtree search when starting in large containers
Product: OpenLDAP
Version: 2.4.44
Hardware: x86_64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: matthew.slowe(a)jisc.ac.uk
Target Milestone: ---
Using "hdb" database type in slapd 2.4.44 on RedHat Enterprise Linux 7.8
When doing an indexed subtree search from a base which has a large number of
objects the search result take considerably longer to find then starting
"higher" in the tree.
For example:
dc=example,dc=org - 10 objects
`- ou=test - 300,000 objects
Tests:
1. Search for (uid=username) basedn:dc=example,dc=org type:subtree
2. Search for (uid=username) basedn:ou=test,dc=example,dc=org type:subtree
3. Search for (uid=username) basedn:ou=test,dc=example,dc=org type:one
Expected results:
All three searches should be roughly the same given that "uid" has an equality
index.
Actual results:
1. 0.1s
2. 5.5s
3. 0.1s
A debug trace excerpt of test (2) shows:
May 11 14:55:16 76ffcc7a2f29 slapd[1462]: conn=1000 op=1 SRCH
base="ou=test,dc=example,dc=org" scope=2 deref=0 filter="(uid=username)"
May 11 14:55:21 76ffcc7a2f29 slapd[1462]: 5eb96759 => bdb_filter_candidates
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8614
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Status|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
--- Comment #10 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
• c91bbe6e
by Quanah Gibson-Mount at 2020-05-14T16:30:17+00:00
ITS#8614 - slapd must be built threaded
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9259
Bug ID: 9259
Summary: PHP ldap_start_tls function does not work on Windows
(No Official Documentation)
Product: OpenLDAP
Version: 2.4.44
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: auth1299(a)yahoo.com
Target Milestone: ---
Created attachment 731
--> https://bugs.openldap.org/attachment.cgi?id=731&action=edit
php function I wrote.
I am unable to get PHP function "ldap_start_tls" to work. I'm using PHP version
7.1.10 on windows 2016 server.
Documentation is at the link below but for windows, nothing works.
https://www.php.net/manual/en/function.ldap-start-tls.php
I can't even get proper debug information to work which makes it impossible for
me to resolve any issues. The only information I get back is this: LDAP
RESULT: -11 - Connect error
Debug command I am using.
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
I have attached the php function I am using.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8155
Ryan Tandy <ryan(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
Keywords|OL_2_5_REQ |
--- Comment #3 from Ryan Tandy <ryan(a)openldap.org> ---
Commits:
9282e6ed by Ryan Tandy at 2020-05-14T07:56:28-07:00
ITS#8155 Support cacertdir with GnuTLS
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8873
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |quanah(a)openldap.org
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8873
--- Comment #1 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
More deprecated options:
binddn
bindpw
proxyauthzdn
proxyauthzpw
acl-method
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9091
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 bug.