Since NPM 10.1.x, everyone has enjoyed the ability to use AD groups rather than individual user accounts. Yay for NPM. But now in NCM, we have to somehow validate all these "new" users in NCM. Users who might not even have logged in yet, because you added an AD GROUP rather than a single account.
- To do that, in NPM you have to give the group (or account) "View Customization" right, which ain't gonna happen because then all your users can change anything about any screen anywhere.
- Not to mention that NCM doesn't allow you to add AD Groups, so you have to
- Add user accounts individually to the NCM system
- OR stick with generic NCM roles and map them for each user in NPM
This assumes you've set up the generic roles (webviewer, engineer, etc) on the NCM server.
- Log onto your SolarWinds website with an account that has “Change View” permissions
- Go to the "Config" tab and make sure you are set the credentials to use the account “Webviewer” (with whatever password you gave it in the NCM Console)
- Open an RDP session to your NPM server
- Start the Solarwinds Orion Database Manager utility
- Find the table “WebUserSettings”, right-click it, and choose "Query"
- Run the query: “Select * from WebUserSettings where settingname like '%cirrus%' and accountID like ‘%
%’” - make sure
is the one you used in step 1 above - Click the read-write radio button and hit “refresh”
- Change the AccountID for the 3 settings (CirrusIsFirstTime, CirrusISPassword, CirrusISUserName) to use the user account, in the form:
DOMAIN\username
...or...
DOMAIN\GroupID
No comments:
Post a Comment