Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • Courses
    • Certification
      • DataMiner Operator
      • DataMiner Administrator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
    • Video Library
    • Books We Like
    • Third-party Courses
    • DevOps Enablement Services
    • Quizzes
  • RESOURCES
  • Agile
    • Agile Webspace
    • Everything Agile
      • The Agile Manifesto
      • Best Practices
      • Retro Recipes
    • Methodologies
      • The Scrum Framework
      • Kanban
      • Extreme Programming
    • Roles
      • The Product Owner
      • The Agile Coach
      • The Quality & UX Coach (QX)
  • Expert Hubs
    • DataMiner DevOps Professional Program
    • DataMiner
      • DataMiner Releases & Updates
      • System Architecture
      • Integration Studio
      • Visual Overview
      • Security
    • Technologies
      • CI/CD
      • Converged Interconnect Networks
      • DOCSIS 3.1 / DAA
      • Elasticsearch
      • Kubernetes
      • Telemetry / Flow Monitoring
      • PTP
      • SDN / ST2110 / NMOS
    • Business
      • Software Business models
      • Perpetual Use or Usage-based Services
  • Discover
    • Markets
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Solutions
    • Use Case Library
    • DataMiner Dashboards
    • DataMiner Downloads
    • DataMiner Modules
      • Core features
      • SRM features
    • DataMiner Apps
    • Professional Services
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • Pricing
  • More
    • Feature Suggestions
    • Online DataMiner Systems
    • Leaderboard
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
    • Verify a certificate
  • >> Go to dataminer.services

PW Change of local user via WebGUI

Solved193 views4th July 2023Cube password Password reset web app
3
Kristian Klewitz36 8th June 2023 0 Comments

Hi Skyline Team,

in our company a lot of people (including my boss :-)) are using Linux systems. So for access relevant infos for them we create dashboards as well as the basic monitoring is sufficiant.

https://dm-xxxx-platform.net/monitoring/

https://dm-xxx-platform.net/dashboard/#/

Problem comes with new users and PW policy > without the CUBE you can not change you PW.

A can not force them to have a VM + Cube for only this use case.

Nor is it nice like now to act as the PW generator and send SMS around.

Is there a way (maybe even API) to change the PW without Cube? Best would be withing this dialog , cerry on the cake a forgot pw mail 🙂

Thanks

BR Kristian

Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 4th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Felix Wesemeier [DevOps Enabler]59 Posted 8th June 2023 1 Comment

Hi Kristian,

If you do not force to change the password at next login, the user is able to change it via Webservices V1.

First connect:

curl --location 'https://DMA-HOSTNAME/API/v1/Json.asmx/ConnectApp' \
--header 'Content-Type: application/json' \
--data '{
"host": "",
"login": "USERNAME",
"password": "PASSWORD",
"clientAppName": "testAppName",
"clientAppVersion": "1.0",
"clientComputerName": "testComputerName"
}'

You will receive a connection ID then e.g.:

{
    "d": "e7f136d6-0a6e-4d32-b6c5-73ffd4cc1305"
}

Use this ID when changing the password:
curl --location 'https://DMA-HOSTNAME/API/v1/Json.asmx/ChangePassword' \
--header 'Content-Type: application/json' \
--data '{
"connection": "e7f136d6-0a6e-4d32-b6c5-73ffd4cc1305",
"newPassword": "NEWPASSWORD"
}'

Br,
Felix

Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 4th July 2023
Kristian Klewitz commented 8th June 2023

Works perfect. Thanks

So we can live with it for now

1
Ben Vandenberghe [SLC] [DevOps Enabler]6.37K Posted 8th June 2023 4 Comments

Hi Kristian - would it be an option for you to switch from stand-alone security towards delegating the user authentication to your existing identity provider?  This is highly recommended.  It brings you a lot of benefits.  Firstly, it is more secure (your standard IT policies related to password complexity, expiration, MFA and all that automatically apply) but also it is more convenient for the users (no separate account to keep track of and maintain, single sign on, etc.).

More information is available here: Advanced security configuration | DataMiner Docs

Ben Vandenberghe [SLC] [DevOps Enabler] Posted new comment 9th June 2023
Kristian Klewitz commented 8th June 2023

Thanks Ben, this is indeed the best way.

Unfortutnalty our IT is the “department” under most pressure.
But we will check again if we can progress there.

So no option for local user without cube?

Ben Vandenberghe [SLC] [DevOps Enabler] commented 8th June 2023

I’m afraid indeed that this is not available in the Web UIs.

Wim Bruynooghe [SLC] [DevOps Enabler] commented 9th June 2023

Haven’t tested this in a while, but it should be possible in the legacy Dashboards (https://dma/dashboards) to change your password in case it has expired. We could evaluate to add this functionality also to the new authentication app.

Ben Vandenberghe [SLC] [DevOps Enabler] commented 9th June 2023

Hi Wim – interesting, I did not think about that, haven’t been in that UI for ages. But I did take a quick peak now, and I do not seem to see an option there that would allow me to change my password (then again, I’m logged in via domain, so maybe therefore it doesn’t show?)

Please login to be able to comment or post an answer.

My Dojo Points

0 Credits
0 Reputation

Question Tag Cloud

adl2099 (54) Alarm Console (53) alarms (70) alarm template (58) API (35) Automation (144) automation scipt (65) Automation script (95) backup (54) Cassandra (142) cloud (37) Connector (44) Correlation (42) Cube (114) Dashboard (134) Dashboards (136) database (64) DataMiner Cube (37) DIS (53) DMS (48) DOM (68) driver (48) DVE (43) Elastic (73) Elasticsearch (99) elements (49) Failover (90) GQI (51) HTTP (45) IDP (55) low code app (70) low code apps (43) MySQL (50) protocol (145) QAction (58) resources (35) security (71) SNMP (56) SRM (267) SRM resources (39) timeout (35) trending (66) upgrade (44) Visio (373) Visual Overview (290)
Privacy Policy • Terms & Conditions • Contact

© 2023 Skyline Communications. All rights reserved.

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin