Edirectory Attribute Indexes
In edir, the search indexes are configured on EACH server object. They are not global settings so if you change the server that webNetwork uses then you will need to add the indexes to that server also.
Some of the commonly used attributes that would benefit from an ldap index are:
Email Address
Given Name
Group Membership
Member
ObjectClass
surname
swareAdminPanels swareAlias
swareAssignedComponents swareAssignedLinks swareAssignedNodes swareAssignedTo swareAssignedUsers swareAvailablePanels swareBrowseClass swareComponentLayout swareCookies swareDocumentEditor swareDocumentNotify swareDocumentOwner swareDocumentViewer swareFavorites swareFlags swareMimeMap swareReportOwner swareWebApplications UniqueID swareGUID Some of these may already be indexed by the system, others you would add using imanager or consoleone. The index can be changed using console one by finding the appropriate server object in the tree and open that. In consoleone, there should be an INDEX tab. Similar results if using imanager. When you add them as an index it will ask for Index Name, Attribute and Rule. Make the name the same as the attribute and set the Rule to VALUE. Save your changes and wait about 20 min for things to index. The bigger the tree the longer it may take. This has to be done to each edir server that stoneware talks to. Please review the following information from Novell on the topic of edir indexes :http://support.novell.com/techcenter/articles/ana20000705.html
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
Speed up object creation in Novell eDirectory
Issue: How can I speed up the creation of objects? I have directory caching enabled, and I also have several LDAP indexes. Am I missing something? Solution: Webnetwork is only as fast as your directory is. There are many different tuning techniques ...
How webNetwork authenticates against LDAP / AD / eDirectory
webNetwork uses LDAP to talk to Microsoft Active Directory and Novell eDirectory. It will do a search and the FIRST entry that matches is returned and the password supplied it tried against that user object. webNetwork does not store the users ...
AD LDS Directory Attribute Variables
Issue Customer has an AD LDS installation of Unified Workspace, and their AD Attributes are not parsing. Solution As AD LDS is basically running in its own directory, the attributes in the customer's main AD are not available in AD LDS. Only ...
How to add indexing for an Active Directory attribute
How to Index an Attribute in Active Directory: On your schema master go to Start --> Run and type in “regsvr32 schmmgmt.dll” (without the quotes), then press enter Open MMC and add the Active Directory Schema snapin In the console tree, click ...
Is there an active directory attribute that shows a users domainusername ?
If you are looking to get domain\saMAccountName in a variable, you may be able to use the Directory attribute msDS-PrincipalName. This attribute is available if you have a Parent / Child domain structure. The variable usage in webNetwork would be ...