https://bugs.openldap.org/show_bug.cgi?id=8865
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ondra(a)mistotebe.net |bugs(a)openldap.org
--
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 #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to jens.schleusener(a)fossies.org from comment #8)
> c) "MERCHANTIBILITY" I have seen but I was unsure because the license seemed
> OpenLDAP specific to me (but probably partially text was taken from a more
> general one as the GNU GENERAL PUBLIC LICENSE).
There was one instance that's fixed in the merge request that did need fixing.
The other one is in include/sysexits-compat.h, that one is an ancient
University of Berkeley license:
/* Portions Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this paragraph are
* duplicated in all such forms and that any documentation,
* advertising materials, and other materials related to such
* distribution and use acknowledge that the software was developed
* by the University of California, Berkeley. The name of the
* University may not be used to endorse or promote products derived
* from this software without specific prior written permission.
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* @(#)sysexits.h 4.5 (Berkeley) 7/6/88
*/
--
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 #8 from jens.schleusener(a)fossies.org <jens.schleusener(a)fossies.org> ---
Ah yes,
a) "everytime" I have overseen
b) "tread" I have also overseen (it's also in my eyes a bug in "codespell" so I
try to detect such kind of false positives manually)
c) "MERCHANTIBILITY" I have seen but I was unsure because the license seemed
OpenLDAP specific to me (but probably partially text was taken from a more
general one as the GNU GENERAL PUBLIC LICENSE).
The liblmdb library is now excluded.
In doc/drafts only draft*.txt files were excluded but since there draft*.xml
files were added, now all drafts* files in that directory are excluded. But the
README file is still scanned ;-)
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9466
Issue ID: 9466
Summary: Since glibc 2.33 slapd shall initialize NSS before
calling chroot
Product: OpenLDAP
Version: 2.4.57
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: slapd
Assignee: bugs(a)openldap.org
Reporter: dpa-openldap(a)aegee.org
Target Milestone: ---
I use openldap 2.4 within chroot on a LFS. I call `slapd -r /home/openldap` .
With glibc 2.32 it worked fine without running nscd. Since I upgraded (on the
host, thus outside the chrooted environment) slapd cannot work without running
nscd (on the host, which socket is bind-mounted to /var/run/nscd/socket in the
chrooted environment).
As outlined at https://sourceware.org/bugzilla/show_bug.cgi?id=27077 slapd
shall first utilize NSS, e.g. by calling getpwuid or utilizing the host
database, and then chroot(2).
--
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 #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Oh, anything in doc/drafts should be ignored. These are IETF RFC drafts that
are copied verbatim. 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
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
(In reply to jens.schleusener(a)fossies.org from comment #4)
> Great, looks nuch better.
>
> I have generated two new reports but "only" in a special "test" folder that
> isn't integrated into the Fossies standard services and should also not be
> accessible by search engines. Additionally the pages aren't linked so the
> reports are probably not visible to "normal" users.
That's great, thanks!
I had the following notes after going through the report yesterday:
a) "everytime" is a configuration keyword to a module, therefore it is correct.
b) "tread" is actually output to fprintf, and the actual line is:
" -T file\tread file for new password\n"
so this is clearly a tab followed by the word "read". This seems like a bug
in the report generator, as it should be able to understand items like this
(note that it doesn't report password\n as an error, for example, which is
essentially the same thing).
c) "MERCHANTIBILITY" is a typo from someone else's license statement that we
cannot fix as we have to reproduce the license text without modification.
--
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 #4 from jens.schleusener(a)fossies.org <jens.schleusener(a)fossies.org> ---
Great, looks nuch better.
I have generated two new reports but "only" in a special "test" folder that
isn't integrated into the Fossies standard services and should also not be
accessible by search engines. Additionally the pages aren't linked so the
reports are probably not visible to "normal" users.
The first report is done for the last tarball of the 2.5 release series
https://fossies.org/linux/test/openldap-2.5.1alpha.tgz/codespell.html
and the second maybe more interesting one for the GitLab master version
https://fossies.org/linux/test/openldap-master.tar.gz/codespell.html
That version independent URL hopefully always redirects to the report for the
latest "master" version identified by the short commit ID and a year-month-day
string (YYMMDD) representing the according git pull date (mostly = commit
date).
The refresh rate is currently half-hourly.
By the way, there exists now also a page
https://fossies.org/linux/test/openldap-master.tar.gz/codespell_hist.html
showing all the codespell changes to the previous report (currently still
"empty" since the first run for "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
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.2
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/238
--
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 #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Note, please adjust your program to run against the 2.5 release series instead
of the 2.4 series. The majority of these typos have already been fixed there.
--
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
----------------------------------------------------------------------------
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--
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
----------------------------------------------------------------------------
Ever confirmed|0 |1
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=7866
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• f8414279
by Jan Synacek at 2021-02-15T19:53:28+00:00
ITS#7866 - Mention default database in tools' man pages
--
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
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.2
--- Comment #1 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/237
--
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
----------------------------------------------------------------------------
Target Milestone|2.5.3 |2.5.2
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
https://git.openldap.org/openldap/openldap/-/merge_requests/236
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8132
--- Comment #1 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
100 would clearly be decimal
0x100 would be hex
0xFFF would be 4095
Fairly straight forward, but I've tweaked the man page to fix the wording.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7865
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |7335
Referenced Issues:
https://bugs.openldap.org/show_bug.cgi?id=7335
[Issue 7335] Create process for updating man pages to handle both cn=config and
slapd.conf configurations
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7335
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |7865
Referenced Issues:
https://bugs.openldap.org/show_bug.cgi?id=7865
[Issue 7865] man slapo-refint extended with olc-example
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7866
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.2
Keywords|has_patch |
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
MR: https://git.openldap.org/openldap/openldap/-/merge_requests/235
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7584
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.2
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 9090dd72
by Howard Chu at 2021-02-15T18:09:47+00:00
ITS#7584 packets, BER, and parse loglevels
Note these are only valid for debug output, not syslog
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7584
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
--- Comment #3 from Howard Chu <hyc(a)openldap.org> ---
fixed 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=7509
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Howard Chu <hyc(a)openldap.org> ---
The slapd-config(5) manpage states explicitly
Unlike other backends, there can only be one instance of the config
backend, and most of its structure is predefined. The root of the data‐
base is hardcoded to cn=config and this root entry contains global set‐
tings for slapd.
The Admin Guide says in section 5.3
Lines 23-25 identify this entry as the config database entry. Line 26 defines
the super-user password for this database. (The DN defaults to "cn=config".)
Line 27 denies all access to this database, so only the super-user will be able
to access it. (This is already the default access on the config database. It is
just listed here for illustration, and to reiterate that unless a means to
authenticate as the super-user is explicitly configured, the config database
will be inaccessible.)
I see no need for additional description.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7508
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
Target Milestone|2.5.3 |2.5.2
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 4242acba
by Howard Chu at 2021-02-15T17:49:10+00:00
ITS#7508 create explicit title page with mod date
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7508
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Howard Chu <hyc(a)openldap.org> ---
fixed 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=8882
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.4.52 |2.5.2
--
You are receiving this mail because:
You are on the CC list for the issue.