commadmin added users do not appear in DA web admin
I am using the Communications Suite 2005Q4.
The services installed and configured: messaging, calendar and UWC.
Using the delegated admin CLI (commadmin) and web interface I created some test users and there was no problem.
I then created 5000 users using the "commadmin user add" command. The users we created successfully and can access their services without any problems.
The problem is in the DA web interface. In the DA's organization page, it shows the domain's correct number of users ( i.e. 5000 + ). But when selecting the domain, it reports retrieving only 25 users and no user names appear in the page.
[647 byte] By [
jhaddada] at [2007-11-26 13:15:10]

# 1
Hi,
If I was to hazard a guess I would say that you are hitting an LDAP search limit due to the number of users. You can check this by looking at your LDAP access logs to see if there were any queries which failed with "err=4" around the same time that you tried to list the users.
e.g.
http://forum.java.sun.com/thread.jspa?threadID=5054307&messageID=9207924
Regards,
Shane.
# 3
Hm. I don't understand that at all.But, the 5000 size is interesting.
Directory, by default, has a 5000 limit on searches. Depending on your hardware and Directory configuration, this search might take a while. It's possible that the search just doesn't return in time to display.
Can you search for a user created by commadmin?
# 4
Hi,In the DA web admin, if I search for the user by uid, the user is displayed.But the whole list does not display even after some time.Using ldapsearch, it also returns the user from the ldap with no error.Thanks.
# 5
Hi,
If you don't have a search that hits a search limit (err!=0), BUT the search takes so long that it times out, make sure you don't have any unindexed searches. You can check this by locating any searches which have the results line "notes=U".
If there are unindexed searches, then the next step is to create/recreate indexes to speed them up so they return faster, and thus no time-outs.
Regards,
Shane.