Hi,
I came across tip for speeding up OpenLdap a while ago, I have never tested it as I have never found the need to but here it is :-
Stop the OpenLdap service
Open slapd.conf which is under SharedServices\openLDAP\
Locate
# Indices to maintain
index objectClass eq
index cn,ou,cssIdentity,member,cssRoleDN,cssProductCode,cssVersion eq
index cssDisplayNameDefault eq,sub
and add
index uniqueMember eq
Save/Close
run
slapindex.exe -f c:\<location to slapd.conf>\slapd.conf
Start up OpenLdap service again.
Though this doesn't explain the reason why you are suddenly getting performance issues, do you have a large amount of native users/groups ?
If you are on 9.3.1 have you tried
Sync Native Directory from Shared Services.
Cheers
John
http://john-goodwin.blogspot.com/