Article
article
Reads:
1649
Score:
Problem
A Forum reader recently asked:
"I installed IDM 3.5 and noticed that searching the AD driver set is very, very slow. Sometimes I even get the error "Service not found ..."
I looked at TID 3268470 but it did not mention the steps to fix this. Any step-by-step procedure to create index for IDM 3.5 'slow' issue?"
And here is the response from David Gersic ...
Solution
1. Use ldapsearch to export the DN of each "NCP Server" object in your tree. For each server DN, do this:
dn: cn=ServerName,ou=Context,ou=Whatever,o=OrgName changetype: modify add: indexDefinition indexDefinition: 0$objectClass$3$0$0$1$Object Class
2. Put this in to an LDIF file, then import it in to your tree.
3. If the object classes are not already there, you'll need to add them to each of the NetWare servers.





0