Password policy and login user profile attributes for internal users
search cancel

Password policy and login user profile attributes for internal users

book

Article ID: 380341

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

We want to know if there is any modification date, deactivation and activation details for internal users are available for Dollar Universe logins.

Environment

Component: Dollar Universe

Version: 6.x, 7.x

Resolution

Password Policy

There is no password policies for the INTERNAL users. In case if you are looking for implementing the password policies for Login user, the recommendation is to integrate with LDAP, where you can enforce the required password policies directly at LDAP level.

https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/dollar-universe/7-00-11/Univiewer-Administrating/UVMS_Configuration_and_Maintenance/Integration_with_LDAP.html

Login users profile attributes (Internal Users)

The data related to internal user available/preserved is Name, User_Category, Sysuser_Type, Label, Hostname, Domain_Name, Auth_type,Operation_version and Is_deleted. The same details can be listed in either of below mentioned ways

  1. From UVC > Administration > Monitoring & Audit > Database Monitoring > Filter for uni_uv_users > Query 



    Run Query
  2. Command line: Run the command UVMS_INSTALL_DIR\app\bin\uniderby -q "select * from uni_uv_users"

Note: There is no concept of activation/deactivation for user in Dollar Universe. The user either can exist(if required) or Deleted. There is also no date related data like (created/modified) captured in relation to user profile.