Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Bill MacAllister
--On Thursday, February 21, 2013 07:01:14 PM -0800 Bill MacAllister w...@stanford.edu wrote: --On Thursday, February 21, 2013 03:24:01 PM -0800 Quanah Gibson-Mount qua...@zimbra.com wrote: If you know how to build OpenLDAP manually, and would like to participate in testing the next set

new module overlay modtrigger

2013-02-22 Thread Maarten Vanraes
Hey, a few years back i wrote an overlay module modtrigger, that executes a script on modifications. Some of the comments i got was that it should really require to work with the new config structure. Finally i've done that, but i'm sure it could be improved. So, i'm kind of asking if someone

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Patrick Lists
On 02/22/2013 12:24 AM, Quanah Gibson-Mount wrote: If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.34 release, please do so. Generally, get the code for RE24:

Re: new module overlay modtrigger

2013-02-22 Thread Howard Chu
Maarten Vanraes wrote: Hey, a few years back i wrote an overlay module modtrigger, that executes a script on modifications. The preferred approach these days is to use slapo-sock. fork/exec is still risky on some threading implementations. This is also why back-shell is not recommended for

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Howard Chu
Bill MacAllister wrote: --On Thursday, February 21, 2013 07:01:14 PM -0800 Bill MacAllister w...@stanford.edu wrote: --On Thursday, February 21, 2013 03:24:01 PM -0800 Quanah Gibson-Mount qua...@zimbra.com wrote: If you know how to build OpenLDAP manually, and would like to participate

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Quanah Gibson-Mount
--On Friday, February 22, 2013 4:01 AM -0800 Howard Chu h...@symas.com wrote: That's pretty odd, if this same LDIF already loaded successfully on another machine. Generally I'd interpret this error to mean you have a lot of indexing defined and some entry is generating a lot of index values.

Re: new module overlay modtrigger

2013-02-22 Thread Maarten Vanraes
Maarten Vanraes wrote: Hey, a few years back i wrote an overlay module modtrigger, that executes a script on modifications. The preferred approach these days is to use slapo-sock. reading up on slapo-sock, i don't understand how i could do the same. modtrigger is just doing a

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Patrick Lists
Hi Quanah On 02/22/2013 02:23 AM, Quanah Gibson-Mount wrote: Sounds like your build linked to the system libraries (/usr/lib/). ldif_debug has been in RE24 for quite some time. I found the cause. The Fedora Packaging Guidelines don't allow rpath:

Re: new module overlay modtrigger

2013-02-22 Thread Howard Chu
Maarten Vanraes wrote: Maarten Vanraes wrote: Hey, a few years back i wrote an overlay module modtrigger, that executes a script on modifications. The preferred approach these days is to use slapo-sock. reading up on slapo-sock, i don't understand how i could do the same. modtrigger is

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Quanah Gibson-Mount
--On Friday, February 22, 2013 1:39 PM +0100 Patrick Lists openldap-l...@puzzled.xs4all.nl wrote: RHEL6/CentOS6's provided openldap RPM is required by a zillion packages so it can not be removed. To prevent the RE24 build from ever using the system openldap libs in /lib64 the solution seems to

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Patrick Lists
Hi Quanah, On 02/22/2013 11:56 PM, Quanah Gibson-Mount wrote: [snip] Hi Patrick, it is generally a bad idea to use Linux distro provided OpenLDAP packages for a variety of reasons. Heh I figured that out the hard way after I could not get my cn=config setup going with the distro provided

Re: RE24 testing call (OpenLDAP 2.4.34)

2013-02-22 Thread Bill MacAllister
--On Friday, February 22, 2013 02:44:33 PM -0800 Bill MacAllister w...@stanford.edu wrote: The server shutdown is really, really slow. Mentioed it to Quanah and he thought it was related to the number of indexes. I am still having some issues with the init script, but I need to do some