https://bugs.openldap.org/show_bug.cgi?id=8861
--- Comment #5 from Howard Chu <hyc(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #4)
> (In reply to Howard Chu from comment #3)
>
> > Sounds more like the back-ldap manpage is wrong. The use of "ldaps" is
> > implicit in the URI, so there's no point in supporting it here and it should
> > be an error to allow it here. In particular it makes no sense to allow it
> > here if it differs from the URI.
>
> Ok, although that doesn't entirely answer the rest of my question (i.e.,
> about tls_reqcert etc missing from back-meta).
>
> Ironically I would note you're literally the person who added the "ldaps"
> option to back-ldap.
>
> a6a8fb514b (Howard Chu 2007-01-08 23:36:24 +0000 511) {
> BER_BVC( "ldaps" ), LDAP_BACK_F_TLS_LDAPS },
The original text in that commit is more clear:
+Specify the use of TLS when a regular connection is initialized. The
+StartTLS extended operation will be used unless the URI directive protocol
+scheme is \fBldaps://\fP. In that case this keyword may only be
+set to "ldaps" and the StartTLS operation will not be used.
So this setting is required to agree with the URI. The only reason this
keyword is defined here is because slap_bindconf_unparse emits it for ldaps
URIs and it would have taken extra work to omit it.
--
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 #15 from jens.schleusener(a)fossies.org <jens.schleusener(a)fossies.org> ---
Oops, again overseen, now corrected.
By the way, the according Doxygen related information are also used by Fossies
https://fossies.org/dox/openldap/lmdb_8h.html
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8104
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Howard Chu <hyc(a)openldap.org> ---
images are present.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7795
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #11 from Howard Chu <hyc(a)openldap.org> ---
in master
--
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 #14 from Howard Chu <hyc(a)openldap.org> ---
(In reply to jens.schleusener(a)fossies.org from comment #13)
> Wow, now in the master version nearly all of the codespell detected
> misspellings are corrected.
>
> And here the liblmdb report
>
> https://fossies.org/linux/test/lmdb-master.tar.gz/codespell.html
>
> 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 ;-)
The typos in the Doxyfile come from the example Doxyfile in the Doxygen source
tree. Those should be left untouched, to minimize spurious diffs if we have to
update from there again.
--
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 #13 from jens.schleusener(a)fossies.org <jens.schleusener(a)fossies.org> ---
Wow, now in the master version nearly all of the codespell detected
misspellings are corrected.
And here the liblmdb report
https://fossies.org/linux/test/lmdb-master.tar.gz/codespell.html
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 ;-)
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8248
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• c9c0e9f0
by Quanah Gibson-Mount at 2021-02-17T21:00:55+00:00
ITS#8248 - Clarify documentation around logfile directive
--
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|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
Keywords|OL_2_5_REQ |
--- Comment #12 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• ce2c5173
by Quanah Gibson-Mount at 2021-02-17T18:42:46+00:00
ITS#9161 - Fix various typos
--
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 #11 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Do you have a link for the liblmdb report? ;)
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8132
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Resolution|--- |TEST
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 71213e69
by Quanah Gibson-Mount at 2021-02-17T17:33:48+00:00
ITS#8132 - Clarify wording on serverID.
--
You are receiving this mail because:
You are on the CC list for the issue.