ramakanth.varala(a)gmail.com wrote:
> Full_Name: Rama Kanth Varala
> Version: 2.4.46
> OS: Cent OS Release 5.7
> URL: ftp://ftp.openldap.org/incoming/openldap-bug.txt
> Submission from: (NULL) (72.163.217.107)
>
>
> I am trying to compile my binaries in a machine with has glibc 2.5 . Then i
> take these
> ldap libraries to link with the other process which is getting compiled in
> glibc 2.3.4.
>
> I am compiling with option of ol_cv_dcl_sys_errlist=no , so that i can disable
> offending symbols (sys_nerr and sys_errlist). configure go smooth but
> compilation fails.
>
> Below is the compilation failure trace.
>
> cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
> -DLDAP_LIBRARY -c string.c -fPIC -DPIC -o .libs/string.o
> cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
> -DLDAP_LIBRARY -c string.c -o string.o >/dev/null 2>&1
> /bin/sh ../../libtool --mode=compile cc -g -O2 -I../../include
> -I../../include -I/usr/local/db48/include -DLDAP_LIBRARY -c
> util-int.c
> cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
> -DLDAP_LIBRARY -c util-int.c -fPIC -DPIC -o .libs/util-int.o
> In file included from /usr/include/stdio.h:754,
> from /usr/include/resolv.h:64,
> from ../../include/ac/socket.h:58,
> from util-int.c:32:
> /usr/include/bits/sys_errlist.h:27: error: expected identifier or '('
> before numeric constant
> /usr/include/bits/sys_errlist.h:28: error: expected identifier or '('
> before 'char'
> /usr/include/bits/sys_errlist.h:28: error: expected ')' before numeric constant
> make[2]: *** [util-int.lo] Error 1
> make[2]: Leaving directory `/home/admin/bug/openldap-2.4.46/libraries/libldap'
> make[1]: *** [all-common] Error 1
> make[1]: Leaving directory `/home/admin/bug/openldap-2.4.46/libraries'
> make: *** [all-common] Error 1
What makes you think this is an OpenLDAP issue? The error message clearly says
sys_errlist.h was included from stdio.h - we have no control over that.
>
> Uploading the comple configure log and compilation traces.
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
Full_Name: Rama Kanth Varala
Version: 2.4.46
OS: Cent OS Release 5.7
URL: ftp://ftp.openldap.org/incoming/openldap-bug.txt
Submission from: (NULL) (72.163.217.107)
I am trying to compile my binaries in a machine with has glibc 2.5 . Then i
take these
ldap libraries to link with the other process which is getting compiled in
glibc 2.3.4.
I am compiling with option of ol_cv_dcl_sys_errlist=no , so that i can disable
offending symbols (sys_nerr and sys_errlist). configure go smooth but
compilation fails.
Below is the compilation failure trace.
cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
-DLDAP_LIBRARY -c string.c -fPIC -DPIC -o .libs/string.o
cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
-DLDAP_LIBRARY -c string.c -o string.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=compile cc -g -O2 -I../../include
-I../../include -I/usr/local/db48/include -DLDAP_LIBRARY -c
util-int.c
cc -g -O2 -I../../include -I../../include -I/usr/local/db48/include
-DLDAP_LIBRARY -c util-int.c -fPIC -DPIC -o .libs/util-int.o
In file included from /usr/include/stdio.h:754,
from /usr/include/resolv.h:64,
from ../../include/ac/socket.h:58,
from util-int.c:32:
/usr/include/bits/sys_errlist.h:27: error: expected identifier or '('
before numeric constant
/usr/include/bits/sys_errlist.h:28: error: expected identifier or '('
before 'char'
/usr/include/bits/sys_errlist.h:28: error: expected ')' before numeric constant
make[2]: *** [util-int.lo] Error 1
make[2]: Leaving directory `/home/admin/bug/openldap-2.4.46/libraries/libldap'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/home/admin/bug/openldap-2.4.46/libraries'
make: *** [all-common] Error 1
Uploading the comple configure log and compilation traces.
dpa-bugs(a)aegee.org wrote:
> Full_Name: Dilyan Palauzov
> Version: latest
> OS: any
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (85.234.198.115)
>
>
> http://www.openldap.org/software/man.cgi?query=slapd-mdb says:
The manual is correct. Closing this ITS.
>
> index {_attrlist_|default} [pres,eq,approx,sub,_special_]
> ...
> If only an _attr_ is given, the indices specified for default are
> maintained.
>
> It means probably not _attr_ but _attrlist_.
>
> maxsize _bytes_:
> ...
> It is important to set this to as large a value as possible
>
> I am not a native speaker, but I think there shall be no "a" before "value".
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
Full_Name: Dilyan Palauzov
Version: latest
OS: any
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (85.234.198.115)
http://www.openldap.org/software/man.cgi?query=slapd-mdb says:
index {_attrlist_|default} [pres,eq,approx,sub,_special_]
...
If only an _attr_ is given, the indices specified for default are
maintained.
It means probably not _attr_ but _attrlist_.
maxsize _bytes_:
...
It is important to set this to as large a value as possible
I am not a native speaker, but I think there shall be no "a" before "value".
Full_Name: Quanah Gibson-Mount
Version: HEAD
OS: N/A
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.208.148.239)
The slapd-asyncmeta(5) and slapd-meta(5) man pages are missing the fact that
they support the "ldaps" option to the "tls" keyword. This section should be
updated along the lines of back-ldap which also has this option as a keyword.
Hello,
The ITS is for reporting bugs in the software. For user support please
contact the openldap-technical(a)openldap.org mailing list.
This ITS will be closed.
On Sun, May 27, 2018 at 02:33:05PM +0000, bahaa.mosaad(a)barqsystems.com wrote:
>Full_Name: bahaa mosaad ali
>Version: 2.4.39-3.el7
>OS: redhat 7
>URL: https://drive.google.com/drive/my-drive
>Submission from: (NULL) (41.69.233.85)
>
>
>i have radius server and get openldap to connect with this (server) according to
>bind ruels success binding to ldap but when i search for some users without
>password i get all info about those users but if i search by command like this
>ldapsearch -x -W -D (user) dc= & password the error is always invalid
>credentials even if change the password more than one time
>
>according to this error when trying to authenticate users from radius it would
>be fail
>
>
>
>
Full_Name: bahaa mosaad ali
Version: 2.4.39-3.el7
OS: redhat 7
URL: https://drive.google.com/drive/my-drive
Submission from: (NULL) (41.69.233.85)
i have radius server and get openldap to connect with this (server) according to
bind ruels success binding to ldap but when i search for some users without
password i get all info about those users but if i search by command like this
ldapsearch -x -W -D (user) dc= & password the error is always invalid
credentials even if change the password more than one time
according to this error when trying to authenticate users from radius it would
be fail
--On Thursday, May 24, 2018 6:49 PM +0100 Howard Chu <hyc(a)symas.com> wrote:
> quanah(a)symas.com wrote:
>> --On Tuesday, March 14, 2017 6:58 PM +0000 elecharny(a)symas.com wrote:
>>
>> Also fails for olcSpSessionLog (if it wasn't defined when the cn=config
>> db was loaded)
>
> Couldn't reproduce this, works for me.
I realized the issue I'd hit was with replicating cn=config when modifying
this attribute. Likely the missing matching rules issue that's tracked
under another ITS I need to address.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
elecharny(a)symas.com wrote:
> Full_Name: Emmanuel Lecharny
> Version: 2.4.44
> OS: CentOS
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (86.246.56.212)
>
>
> Adding either the olcSpNoPresent/olcSpReloadHint into a syncprov overlay is
> possible using slapd.d. It the values are set to TRUE, you can remove them. If
> you set them to FALSE, trying to remove the value get you an error 80.
>
> Second thing : set the value to TRUE (works), then change it to FALSE (works).
> Now, you are stuck : you can't revert it to TRUE or remove them.
>
> Third thing : set the value to FALSE (works), then you can't change it to TRUE
> or delete the attribute.
All of these are the same issue. Fixed in master.
>
> There is no other way that modifyin the ldif file to get it back on its feet.
>
>
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
quanah(a)symas.com wrote:
> --On Tuesday, March 14, 2017 6:58 PM +0000 elecharny(a)symas.com wrote:
>
> Also fails for olcSpSessionLog (if it wasn't defined when the cn=config db
> was loaded)
Couldn't reproduce this, works for me.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/