Last lines in log file
May 14 07:50:25 quercia01 slapd[29850]: conn=57 op=68 MOD
dn="cn=CRL7,ou=Regione Lombardia Certification Authority
Cittadini,o=Regione Lombardia,c=IT,dc=a,dc
=prod,dc=actalis"
May 14 07:50:25 quercia01 slapd[29850]: conn=57 op=68 MOD
attr=certificateRevocationList;binary
May 14 07:50:25 quercia01 slapd[29850]: slap_queue_csn: queing 0x236e980
20090514055025.683019Z#000000#000#000000
Ing. Luca Scamoni
Responsabile Ricerca e Sviluppo
SysNet s.r.l.
Gruppo Partners Associates
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office: +39 0382 573859 (137)
Fax: +39 0382 476497
Email: luca.scamoni(a)sys-net.it
-----------------------------------
quanah(a)OpenLDAP.org wrote:
> Full_Name: Quanah Gibson-Mount
> Version: 2.4.16
> OS: Linux 2.6
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (209.131.62.113)
>
>
> Oracle has kindly provided Howard and I access to the early BDB 4.8 code.
> Filing this ITS so that we can track modifications to support new features in
> BDB 4.8, such as the bulk add/delete capabilities.
>
After a quick read-thru of the Changes in 4.8, I'm a bit skeptical that we'll
be able to use the bulk add/delete feature. It simply allows multiple
key/value pairs to be written in one request and in general, since we only
operate on individual entries, we seldom operate on more than one k/v pair at
a time. The main exception is when generating a substring index. But in that
case, we generate pairs in arbitrary (hashed) order, and BDB expects them in
sorted order.
We could try modifying slapadd to accumulate multiple entries in memory and
then add them all at once, but that would only help the adds to the id2entry
DB. For the dn2id and all the other index DBs, we again cannot guarantee that
inserts will occur in any particular order. As such it seems like we'll be
creating quite a bit of complexity, batching up id2entry writes but not
batching up the other writes.
On a separate front, we should probably look into adding support for
partitioned databases. I think that has the potential to be pretty useful,
although we'll have to continue to train admins to stop RAIDing all of their
disks in order to see any benefit from this.
It looks like most of the other changes in 4.8 are internal/transparent, so no
action is required of us to take advantage.
--
-- 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: Quanah Gibson-Mount
Version: 2.4.16
OS: Linux 2.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (209.131.62.113)
Oracle has kindly provided Howard and I access to the early BDB 4.8 code.
Filing this ITS so that we can track modifications to support new features in
BDB 4.8, such as the bulk add/delete capabilities.
--On May 13, 2009 9:41:04 AM +0000 vinodkharatmol(a)gmail.com wrote:
> Full_Name: Vinod Kharatmol
> Version: 2.3.27-5
> OS: Linux RHEL 4 Update 2
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (203.199.133.19)
>
>
> Hello,
>
> I have Installed RHEL 5 on VMware separately as Server and Client.
> The LDAP Sever and Client Successfully configured.
> I am able to start LDAP Server successfully using command: # service ldap
> start.
> I have created a ldapuser on Server.
> But when I am trying to login as a ldapuser on client using # su ldapuser
> then we are facing error as, su:ldapuser does not exist.
>
> I am totally stuck here.
Nothing in this report shows any bug in the OpenLDAP software. If you are
having problems with the ldap package provided by RHEL, I suggest you
contact RedHat support. If you have general usage questions about
OpenLDAP, you should address those to the appropriate list (most likely
openldap-software(a)openldap.org). This ITS will be closed.
--Quanah
--
Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra :: the leader in open source messaging and collaboration
Full_Name: Christoph Hannebauer
Version: 2.4.16
OS: Windows/cygwin
URL: http://www.hannebauer.name/openldap-openssl/configure.in.patch
Submission from: (NULL) (139.18.40.169)
I tried to use OpenSSL 0.9.8k for TLS in my cygwin (target MinGW) OpenLDAP
build. The configure script does not detect OpenSSL (however, it doesn't break,
instead it finishes without TLS support), because the static library cannot be
linked. The config.log file contains error messages like
/usr/local/mingw/lib/libcrypto.a(rand_win.o):rand_win.c:(.text+0xa0c): undefined
reference to `_CreateDCA@16'
The missing functions are part of the library gdi32.lib. The OpenSSL readme file
INSTALL.W32 says, that Windows program using OpenSSL should link gdi32.lib (and
user32.lib, ..., but on my machine, gdi32.lib seems to be sufficient). Therefore
I have created the attached patch file to configure.in (1.697), which adds
gdi32.lib to LIBS, if it is required for OpenSSL. I have tested the patched
configure file on my machine, the build works without problems.
Glück & Kanja Consulting AG (www.glueckkanja.com) hereby places the following
modifications to OpenLDAP Software (and only these modifications) into the
public domain. Hence, these modifications may be freely used and/or
redistributed for any purpose with or without attribution and/or other notice.
Luca Scamoni ha scritto:
> I have two more cores at the same point.
> Different entries but same assert hit
> info available from these cores also
>
And just around the time it died logs are full of:
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512050127.389811Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512050127.613282Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512050130.927811Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512050131.178084Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512053954.526945Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512060051.745213Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512060104.372615Z#000000#000#000000
May 12 15:40:01 quercia01 slapd[10124]: cmp -1, too old
May 12 15:40:01 quercia01 slapd[10124]: log csn
20090512060123.047312Z#000000#000#000000
and
May 12 20:15:37 quercia01 slapd[10355]: srs csn
20090512130647.129160Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512134228.001585Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512134918.492711Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512135120.067222Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512135443.385871Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140043.322924Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140055.931196Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140111.553421Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140139.198221Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140151.790035Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140225.400627Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140240.985607Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140314.649432Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140327.203755Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140345.926040Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140410.553120Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140423.120156Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140502.743306Z#000000#000#000000
May 12 20:15:37 quercia01 slapd[10355]: log csn
20090512140533.526334Z#000000#000#000000
Don't know if they're normal or not
Ing. Luca Scamoni
Responsabile Ricerca e Sviluppo
SysNet s.r.l.
Gruppo Partners Associates
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office: +39 0382 573859 (137)
Fax: +39 0382 476497
Email: luca.scamoni(a)sys-net.it
-----------------------------------
Full_Name: Vinod Kharatmol
Version: 2.3.27-5
OS: Linux RHEL 4 Update 2
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (203.199.133.19)
Hello,
I have Installed RHEL 5 on VMware separately as Server and Client.
The LDAP Sever and Client Successfully configured.
I am able to start LDAP Server successfully using command: # service ldap
start.
I have created a ldapuser on Server.
But when I am trying to login as a ldapuser on client using # su ldapuser
then we are facing error as, su:ldapuser does not exist.
I am totally stuck here.
Please help me out.
Thanks & Regards,
Vinod