Re: MDB Newbie

2013-01-08 Thread Kyle Smith
On Wed, Jan 2, 2013 at 5:00 PM, Quanah Gibson-Mount qua...@zimbra.comwrote: --On Wednesday, January 02, 2013 4:35 PM -0500 Kyle Smith alacer.cogita...@gmail.com wrote: Greetings and Salutations. December 20, I converted from bdb to mdb. Now my memory usage looks like this: http

MDB Newbie

2013-01-02 Thread Kyle Smith
. These 4 are in MMR and are 2.4.33 and are nearly exact in server specification. Thanks in advance! Kyle Smith

Re: LDAP database timeout settings

2012-12-11 Thread Kyle Smith
On Windows 2008R2, here are the steps. This needs done on each DC I believe. As administrator in CMD on a DC: ntdsutil ldap policies connections connect to server DCNAME q set MaxConnIdleTime to TIMEVALUE (we used 3600 seconds) commit changes q q Hope that helps! -Kyle On Tue, Dec 11, 2012 at

Re: Index Add Failures

2012-11-12 Thread Kyle Smith
One last question. For now anyways. I am testing the procedure to convert from hdb to mdb using slapcat/add. Should a slapindex be done as well? When I tried it, I got this error. Thanks in advance! 50a17983 = mdb_idl_insert_keys: c_put id failed: MDB_MAP_FULL: Environment mapsize limit reached

Re: Index Add Failures

2012-11-12 Thread Kyle Smith
a) Slapadd does a slapindex. Why would you slapadd and then slapindex? Because I forgot that slapadd also does slapindex. b) What version of OpenLDAP? slapindex still shouldn't cause a failure. 2.4.33 --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A

Re: Index Add Failures

2012-11-01 Thread Kyle Smith
at 12:04 PM, Quanah Gibson-Mount qua...@zimbra.comwrote: --On Wednesday, August 29, 2012 11:32 AM -0400 Kyle Smith alacer.cogita...@gmail.com wrote: Quanah, Thanks for the info, I have confirmed I'm hitting the lock maxes of 1000. And I will be upgrading to 2.4.32. I was wondering, what

Re: Index Add Failures

2012-11-01 Thread Kyle Smith
to ldif, convert the db, and reimport while possibly loosing data from the other systems. On Thu, Nov 1, 2012 at 12:57 PM, Quanah Gibson-Mount qua...@zimbra.comwrote: --On Thursday, November 01, 2012 12:36 PM -0400 Kyle Smith alacer.cogita...@gmail.com wrote: Ok, I have been running 2.4.32

Re: Index Add Failures

2012-11-01 Thread Kyle Smith
Thanks for the input, Quanah. I really appreciate it. On Thu, Nov 1, 2012 at 1:10 PM, Quanah Gibson-Mount qua...@zimbra.comwrote: --On Thursday, November 01, 2012 1:04 PM -0400 Kyle Smith alacer.cogita...@gmail.com wrote: Is it possbile to use MMR to my advantage to switch over

Re: Filter a ldap connection for a user comming from an IP source

2012-10-04 Thread Kyle Smith
I can't find specifics on how it works, but the acls contain a set command so something like: access to what by set=dn=[uid=myadmin,ou=people,dc=mydomain,dc=org] peername.ip=1.1.1.1 read might work for you, although I don't know the actual syntax or if this is how it was meant to be used.

Re: Index Add Failures

2012-08-29 Thread Kyle Smith
the log.* files? ( I plan on setting this: set_flags DB_LOG_AUTOREMOVE in DB_CONFIG) Thanks! - Kyle 2012/8/28 Quanah Gibson-Mount qua...@zimbra.com --On Tuesday, August 28, 2012 9:27 AM -0400 Kyle Smith alacer.cogita...@gmail.com wrote: Good Morning All, I receive events that mention

Anonymous bind allowed when configured not to.

2012-05-24 Thread Kyle Smith
. Right now the ACL is set for by anonymous read, but shouldn't the disallow directive even prevent the connection? I'm working on getting some debug logs, but if any one has experienced this, please let me know. Thanks. Kyle Smith

Re: Anonymous bind allowed when configured not to.

2012-05-24 Thread Kyle Smith
to implicitly include require bind when disallow anon_bind is set? On May 24, 2012, at 11:59 AM, Quanah Gibson-Mount qua...@zimbra.com wrote: --On May 24, 2012 9:41:48 AM -0400 Kyle Smith alacer.cogita...@gmail.com wrote: Good Morning, I was recently made aware of a problem with my OpenLDAP

Re: OpenLDAP 2.4.28 causing Apache 2.2 to hang

2012-01-15 Thread Kyle Smith
On Thu, Jan 12, 2012 at 6:33 PM, Rich Megginson rich.meggin...@gmail.com wrote: On 01/12/2012 03:55 PM, Kyle Smith wrote: I recently upgraded OpenLDAP 2.4.26 to 2.4.28. When I did that, a separate server running apache 2.2 and php 5 started to hang every 10-15 minutes. It freezes to the point