Re: Rép. : Re: problem to download datas in database berkele y 4.4

2006-01-18 Thread Luca Scamoni
No. You must run configure then modify include portable.h, then make depend make. If you run configure after modifying portable.h it will rewrite the original values (and so re#define REPLACE_BROKEN_YIELD, and you don't want this). Eudes LEDUCQ disse: Hi, I have changed the line #define

Re: Rép. : Re: problem to download datas in database berkele y 4.4

2006-01-18 Thread Pierangelo Masarati
Actually, you should download OpenLDAP 2.3.18, which does everything right for you without any need to modify generated files. No. You must run configure then modify include portable.h, then make depend make. If you run configure after modifying portable.h it will rewrite the original values

Re: make errors with 2.3.17.

2006-01-18 Thread Buchan Milne
On Wednesday 18 January 2006 06:49, Howard Chu wrote: Your libsasl2 package is broken. The code in libsasl.a depends on several external libraries, but static libraries have no mechanism for expressing external library dependencies. This is one of the problems with static libraries that

Re: is there any document of the monitor branch ?

2006-01-18 Thread Bjørn
Pierangelo Masarati [EMAIL PROTECTED] writes: On Tue, 2006-01-17 at 15:17 +0100, Bjørn Ruberg wrote: What are, and what functions have, Waiters? (They are typically referred to as cn={Read,Write}, cn=Waiters, cn=Monitor.) This should actually move under the cn=Connections,cn=Monitor

Re: make errors with 2.3.17.

2006-01-18 Thread Andreas Hasenack
On Tue, Jan 17, 2006 at 08:51:48PM -0800, Quanah Gibson-Mount wrote: --On Tuesday, January 17, 2006 8:39 PM -0800 Quanah Gibson-Mount [EMAIL PROTECTED] wrote: --On Wednesday, January 18, 2006 2:38 PM +1100 Dennis Matotek [EMAIL PROTECTED] wrote: Having an error compiling the

Re: Multiple value for userCertificate

2006-01-18 Thread Diego de Felice
Hi, I'm using OpenLDAP: slapd 2.2.26 (Sep 15 2005 15:18:56). In core.schema I've something like this: # Must be transferred using ;binary # with certificateExactMatch rule (per X.509) attributetype ( 2.5.4.36 NAME 'userCertificate' DESC 'RFC2256: X.509 user certificate, use ;binary'

Re: REPLACE_BROKEN_YIELD [was Re: Comparing OpenLDAP on Linux 2.6/Sol 10 ]

2006-01-18 Thread James F. Hranicky
On Tue, 17 Jan 2006 16:10:48 -0800 Quanah Gibson-Mount [EMAIL PROTECTED] wrote: As a comparison, with 12 clients querying, I maxed out my 100MB ethernet with the size of entries I'm using at 8,664 searches/second, and by dropping the entire entry and using just a single attribute returned,

RE: slapd and meta devices under Solaris 8

2006-01-18 Thread Spicer, Kevin
One thought that just struck me, you might find it helps to mount the partition with the db's on with the noatime option (if you're not already doing so). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ströder Sent: 17 January 2006 11:15 To:

Re: REPLACE_BROKEN_YIELD [was Re: Comparing OpenLDAP on Linux 2.6/Sol 10 ]

2006-01-18 Thread James F. Hranicky
On Wed, 18 Jan 2006 10:27:32 -0500 James F. Hranicky [EMAIL PROTECTED] wrote: Interestingly enough, though, when searching for just on attribute, the linux queries come out on top, about 10K r/s vs 8K r/s on sol10. I spoke a little too soon. Linux only comes out faster when searching for the

Re: is there any document of the monitor branch ?

2006-01-18 Thread Pierangelo Masarati
Pierangelo Masarati [EMAIL PROTECTED] writes: On Tue, 2006-01-17 at 15:17 +0100, Bjørn Ruberg wrote: What are, and what functions have, Waiters? (They are typically referred to as cn={Read,Write}, cn=Waiters, cn=Monitor.) This should actually move under the cn=Connections,cn=Monitor

Re: 2.3.18 syncrepl problem

2006-01-18 Thread Pierangelo Masarati
Hello! This is first time I'm trying to do syncrepl... And I get just: failed to add syncinfo /etc/openldap/slapd.conf: line 162: syncrepl handler exited with 1! slapd stopped. Config: syncrepl rid=1 provider=ldap://backup.p98.belkam.com:389 type=refreshOnly

Re: REPLACE_BROKEN_YIELD [was Re: Comparing OpenLDAP on Linux 2.6/Sol 10 ]

2006-01-18 Thread James F. Hranicky
On Wed, 18 Jan 2006 10:56:43 -0500 James F. Hranicky [EMAIL PROTECTED] wrote: On Wed, 18 Jan 2006 10:27:32 -0500 James F. Hranicky [EMAIL PROTECTED] wrote: Interestingly enough, though, when searching for just on attribute, the linux queries come out on top, about 10K r/s vs 8K r/s on

Re: REPLACE_BROKEN_YIELD [was Re: Comparing OpenLDAP on Linux 2.6/Sol 10 ]

2006-01-18 Thread Quanah Gibson-Mount
--On Wednesday, January 18, 2006 11:00 AM -0500 James F. Hranicky [EMAIL PROTECTED] wrote: On Wed, 18 Jan 2006 10:56:43 -0500 James F. Hranicky [EMAIL PROTECTED] wrote: On Wed, 18 Jan 2006 10:27:32 -0500 James F. Hranicky [EMAIL PROTECTED] wrote: Interestingly enough, though, when

Changing database type (Was: (ITS#4347) ldap hang for update)

2006-01-18 Thread Pierangelo Masarati
I just changed slapd.conf to use database bdb rather than database ldbm No data can be retrieved out. Of course, you first need to dump your data out using slapcat (and database ldbm) and then recreate the database with slapadd (and database bdb). I've posted a FAQ entry about this:

Different versions play well?

2006-01-18 Thread Steve Huston
I'll start by saying I searched the archives, and didn't find mention of this - nor did I find any documentation that warned against it. But I figured it best to ask here. We've got a single master and two slaves (one slave on our mail server for fast local lookups, and one on a beowulf cluster

Re: Different versions play well?

2006-01-18 Thread Aaron Richton
Most of us have paged out knowledge of 2.1.* by this point. Try a build of 2.3.18, and somebody might be able to assist in troubleshooting your config.log or whatever diagnostics you're seeing. I don't see why you should need krb5 for crypto; typically that's provided by OpenSSL?

Re: Different versions play well?

2006-01-18 Thread Pierangelo Masarati
Short answer: it depends; for example, replication between different versions is one place where issues may arise. You can typically do it when the master is 2.1 and the slave is = 2.1, but you need special care in setting up the master. There's some discussion about this at least in the

RE: problem with preconstructed queries

2006-01-18 Thread Jennifer Abel
Greetings, I was wondering if a solution to the problem listed here: http://www.openldap.org/cgi-bin/wilma_hiliter/openldap-software/200510/m sg00240.html?line=42#hilite was ever posted? I haven't been able to locate one in the archives. I have exactly the same problem and am using mysql ver

Re: 2.3.18 syncrepl problem

2006-01-18 Thread Dmitry Melekhov
Pierangelo Masarati wrote: Hello! This is first time I'm trying to do syncrepl... And I get just: failed to add syncinfo /etc/openldap/slapd.conf: line 162: syncrepl handler exited with 1! slapd stopped. Config: syncrepl rid=1 provider=ldap://backup.p98.belkam.com:389