How to make mass changes to DS.
For any ldap server, you can use ldap ldif files to make the change, making the
ldif files might take as long as doing it by hand depending on the number of
attributes you want to change.
If you are using edir , you have other choices like JRB Utilities
(http://www.jrbsoftware.com/) or N4 tools (http://webnet.stone-ware.com/DL/n4util.zip)
Example 1:
Change the swaretemplate to /components/displayComponents.jsp so that all users have a dashboard.
setname.exe /0 .UserA.students.company /a="swarewebtemplate" "/components/displayComponents.jsp"
Example 2:
Goes through 3 contexts and sets swareInheritLevels swareAssignedTheme on each OU.
:AA
set context=AA
set return=CHAN
goto setit
:CHAN
set context=CHAN
set return=UADV
goto setit
:UADV
set context=UADV
set return=end
goto setit
:setit
echo Setting rights for %context%
setname /0 .%context%.company /a="swareInheritLevels" /o=organizational_unit /x "2"
setname /0 .%context%.company /a="swareAssignedTheme" /o=organizational_unit /x ".FrameTop Theme.RelayServer1.portal.company"
goto %return%
:end
Example 3:
Using N4 utilities
n4attr .swemp.users.stoneware swareInheritLevels o 1
will set swareInheritLevels to 1 for the container .swemp which is in .users.stoneware
o = overwrite since it is a single valued attribute.
It has a /T option which will show you what it will do, without actually doing it.
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 ...