[root@afiles]# rpm -qa| grep openldap
openldap-devel-2.4.40-5.el6.x86_64
openldap-2.4.40-5.el6.x86_64
openldap-clients-2.4.40-5.el6.x86_64
openldap-servers-2.4.40-5.el6.x86_64
[root@afiles]#
I am proxying two ldap servers into one; starting to think this is the issue. Moved the internal bdp off the proxy LDAP server and running stress tests now using ldapperf.
#LOCAL MGMT2 DATABASE
#database bdb
#cachesize 50000
#idlcachesize 50000
#suffix "dc=test,dc=com"
#checkpoint 1024 15
#rootdn "cn=test,dc=test,dc=com"
#rootpw
#directory /var/lib/ldap
#Indices to maintain for this database
#index objectClass eq,pres
#index ou,cn,mail,surname,givenname eq,pres,sub
#index uidNumber,gidNumber,loginShell eq,pres
#index uid,memberUid eq,pres,sub
#index nisMapName,nisMapEntry eq,pres,sub
#database meta - COMBINES the LDAP DATABASES
database meta
suffix "dc=local"
rootdn "cn=test,dc=local"
rootpw aaaa
#internel LDAP
#lastmod off
#suffixmassage "ou=internal,dc=local" "dc=test,dc=com"
#external - customer LDAP
#uncomment lines and only change vars inside [] to match env
#
#uri "ldap://[myldap]/ou=external,dc=local"
#lastmod off
#suffixmassage "ou=external,dc=local" "[dc=datacenter,dc=company,dc=com]"
#
##external ldap
uri "ldap://sertve/ou=external,dc=local"
lastmod off
suffixmassage "ou=external,dc=local" "dc=datacenter,dc=company,dc=com"
#