https://bugs.openldap.org/show_bug.cgi?id=9268
Issue ID: 9268
Summary: Test065 fails due to invalid log level
Product: OpenLDAP
Version: 2.4.50
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: build
Assignee: bugs(a)openldap.org
Reporter: andy(a)asjohnson.com
Target Milestone: ---
Line #109 of tests/scripts/test065-proxyauthz:
$SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 &
Results in this:
must compile with LDAP_DEBUG for debugging
unrecognized log level "pcache" (deferred)
After which the test fails.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9250
Bug ID: 9250
Summary: librewrite only supports up to 9 submatches
Product: OpenLDAP
Version: 2.4.49
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: libraries
Assignee: bugs(a)openldap.org
Reporter: ryan(a)openldap.org
Target Milestone: ---
libraries/librewrite$ cat nine.conf
rewriteEngine on
rewriteContext default
rewriteRule "(.)(.)(.)(.)(.)(.)(.)(.)(.)" "$9$8$7$6$5$4$3$2$1" :
libraries/librewrite$ ./rewrite -f nine.conf abcdefghijklmnop
abcdefghijklmnop -> ihgfedcba [0:ok]
libraries/librewrite$ cat eleven.conf
rewriteEngine on
rewriteContext default
rewriteRule "(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)" "$11$10$9$8$7$6$5$4$3$2$1" :
libraries/librewrite$ ./rewrite -f eleven.conf abcdefghijklmnop
abcdefghijklmnop -> a1a0ihgfedcba [0:ok]
I guess no one has needed that many yet... :)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9185
Bug ID: 9185
Summary: glue entry
Product: OpenLDAP
Version: 2.4.48
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: client tools
Assignee: bugs(a)openldap.org
Reporter: gnoe(a)symas.com
Target Milestone: ---
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
https://bugs.openldap.org/show_bug.cgi?id=8805
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=8113
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=8113
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |---
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8113
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Never mind, bug with the build of OpenLDAP I was using.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8113
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |---
--- Comment #5 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
In fact, for the ldap_get_dn.3.links file, only the first three links are
created, the rest are not:
Links file has:
ldap_explode_dn.3
ldap_explode_rdn.3
ldap_dn2ufn.3
ldap_str2dn.3
ldap_dnfree.3
ldap_dn2str.3
ldap_dn2dcedn.3
ldap_dcedn2dn.3
ldap_dn2ad_canonical.3
on an installation:
[root@tx02 man3]# ls ldap_explode*
ldap_explode_dn.3 ldap_explode_rdn.3
[root@tx02 man3]# ls ldap_dn2ufn*
ldap_dn2ufn.3
[root@tx02 man3]# ls ldap_str2dn.3
ls: cannot access ldap_str2dn.3: No such file or directory
[root@tx02 man3]# ls ldap_dnfree.3
ls: cannot access ldap_dnfree.3: No such file or directory
[root@tx02 man3]# ls ldap_dn2dcedn.3
ls: cannot access ldap_dn2dcedn.3: No such file or directory
(etc)
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8113
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Howard Chu <hyc(a)openldap.org> ---
(In reply to Quanah Gibson-Mount from comment #3)
> It's definitely not fixed.
>
> While it is a part of the ldap_get_dn.3 man page, the installation piece
> that's supposed to create a link to that man page for the ldap_str2dn
> function is not working.
According to commits, this has been in place since 2001. This bug report is
invalid.
Note:
make install DESTDIR=/tmp/xman
...
installing ldap_get_dn.3 in /tmp/xman/usr/local/share/man/man3
installing ldap_explode_dn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_explode_rdn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dn2ufn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_str2dn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dnfree.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dn2str.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dn2dcedn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dcedn2dn.3 in /tmp/xman/usr/local/share/man/man3 as link to
ldap_get_dn.3
installing ldap_dn2ad_canonical.3 in /tmp/xman/usr/local/share/man/man3 as link
to ldap_get_dn.3
...
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8113
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
It's definitely not fixed.
While it is a part of the ldap_get_dn.3 man page, the installation piece that's
supposed to create a link to that man page for the ldap_str2dn function is not
working.
--
You are receiving this mail because:
You are on the CC list for the issue.