MirrorMode Replication Problem

2012-11-27 Thread rocketdive5
Hello, I set up 10 OpenLDAP Servers in MirrorMode replication.  (Using OpenLDAP 2.4.24) syncrepl [Server1]  provider: server10, server2 [Server2]  provider: server1,  server3 [Server3]  provider: server2,  server4 [Server4]  provider: server3,  server5 [Server5]  provider: server4,  server6

Re: MSYS build and PCRE - Good news

2012-11-27 Thread Anton Malov
I have described what am I doing at least 3 times. I am trying to build OpenLDAP using MinGW and MSYS packages from http://nuwen.net/mingw.html Configuration script tests for -lregex and -lgnuregex libraries, but beforementioned MinGW has PCRE precompiled to libpcre.a and libpcreposix.a May be

Re: MirrorMode Replication Problem

2012-11-27 Thread Quanah Gibson-Mount
--On Tuesday, November 27, 2012 6:01 PM +0900 rocketdi...@yahoo.co.jp wrote: Hello, I set up 10 OpenLDAP Servers in MirrorMode replication.  (Using OpenLDAP 2.4.24) I would strongly advise you to read the CHANGES that have occurred since 2.4.24, then upgrade to a current release that fixes

Re: MSYS build and POSIX regex

2012-11-27 Thread Anton Malov
On Tue, Nov 27, 2012 at 3:04 AM, Howard Chu h...@symas.com wrote: Read the INSTALL document. Ok, I have ran configure script with LIBS=-lpcre param and it passed the regex test. Did you mean that?

Re: MSYS build and PCRE - Good news

2012-11-27 Thread Anton Malov
On Tue, Nov 27, 2012 at 1:52 PM, Sergio NNX sfhac...@hotmail.com wrote: I mentioned my steps in a previous email. Did you receive it? Yes, I did. I have a question for you. What was the output of your PCRE build? Which static libraries did it produce? I think there may be difference between the

Re: MirrorMode Replication Problem

2012-11-27 Thread rocketdive5
Thanks advice. I try upgrade. I would like to know whether there is the API or plugin which can detect what was replicated. -- Hiro - Original Message - From: Quanah Gibson-Mount qua...@zimbra.com To: rocketdi...@yahoo.co.jp; openldap-technical@openldap.org Cc: Date:

Re: installing openldap with mdb

2012-11-27 Thread Jignesh Patel
Thanks, can you provide more deails about DB Env flags. -Jignesh On Mon, Nov 26, 2012 at 2:39 PM, Quanah Gibson-Mount qua...@zimbra.comwrote: --On Tuesday, November 20, 2012 5:40 PM -0500 Jignesh Patel jign...@icare.com wrote: Here is a nice sample setup to install openldap with mdb.

Difference between 2.4.30 and 2.3.43 in certificateMatch.

2012-11-27 Thread Mike Hulsman
Hi, I stumbled upon an difference between openldap 2.4.30 and 2.3.43. This is my configuration. X509 certificates are stored in the directory and a search is done with: ((mail=aaa@a.b)(userCertificate:certificateMatch:=binary certificate)) if that is a match the uid must be returned. That

Modify cn=config

2012-11-27 Thread Rob Bubba Hines
It's been a while since I touched LDAP, so I'm new to the latest configuration changes. Admittedly, I find it aggravating that I can't simply shutdown the LDAP server and modify the configuration, and start it back up. Regardless, my intern stuck the wrong paths in for the TLSCerts, ldap

Problems getting mdb_stat to work

2012-11-27 Thread Mark Cairney
Hi, I've acquired the libmdb tools from the Gitorious page. I've got it to compile (with some warnings, see below) but it throws an error when I try and run mdb_stat on the mdb directory: Compilation yields the following: [root@birch libmdb]# ./make.sh gcc -pthread -O2 -g -DMDB_DSYNC=O_SYNC

Re: Modify cn=config

2012-11-27 Thread Dan White
On 11/27/12 10:55 -0500, Rob Bubba Hines wrote: It's been a while since I touched LDAP, so I'm new to the latest configuration changes. Admittedly, I find it aggravating that I can't simply shutdown the LDAP server and modify the configuration, and start it back up. Regardless, my intern

Re: Difference between 2.4.30 and 2.3.43 in certificateMatch.

2012-11-27 Thread Howard Chu
Mike Hulsman wrote: Hi, I stumbled upon an difference between openldap 2.4.30 and 2.3.43. This is my configuration. X509 certificates are stored in the directory and a search is done with: ((mail=aaa@a.b)(userCertificate:certificateMatch:=binary certificate)) if that is a match the uid must be

Re: Problems getting mdb_stat to work

2012-11-27 Thread Howard Chu
Mark Cairney wrote: Hi, I've acquired the libmdb tools from the Gitorious page. I've got it to compile (with some warnings, see below) but it throws an error when I try and run mdb_stat on the mdb directory: Your first mistake was not actually reading the gitorious page. Go read it again.

Re: installing openldap with mdb

2012-11-27 Thread Quanah Gibson-Mount
--On Tuesday, November 27, 2012 8:39 AM -0500 Jignesh Patel jign...@icare.com wrote: Thanks, can you provide more deails about DB Env flags. a) Please stop top posting b) man slapd-mdb(5) with the latest OpenLDAP (2.4.33) Personally, I use the following two flags: olcDbEnvFlags: writemap

Re: Problems getting mdb_stat to work

2012-11-27 Thread Mark Cairney
On 27/11/2012 19:29, Howard Chu wrote: Your first mistake was not actually reading the gitorious page. Go read it again. The OpenLDAP source tree already includes the MDB source code. D'oh! Indeed sitting in my openldap source directory there is a libraries/libmdb directory with a