03-29-2011 07:44 AM
var foundUsers = search.luceneSearch("user://alfrescoUserStore", "QNAME:\"usr:user\"");
if (foundUsers.length) {
for(var i = 0; i < foundUsers.length; i++) {
// do some funny things with each user provided in foundUsers[i]:
[…]
};
};
The returned array foundUsers has indeed some user entries, but only those six users, which were created manually within Alfresco. But there are some hundred other users, which were created by a regular LDAP sync. Those are not contained in foundUsers.
var foundUsers = search.luceneSearch("QNAME:\"usr:user\"");
This led to an empty result array.03-29-2011 09:04 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.