Systinet - How can I change the password of a user when the user is created at database level (not LDAP)

Systinet - How can I change the password of a user when the user is created at database level (not LDAP)

book

Article ID: KB0079683

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Lifecycle Governance Framework 10.10

Description

How can I change the password of a user when the user is created at database level (not LDAP)

Issue/Introduction

How can I change the password of a user when the user is created at database level (not LDAP)

Environment

TIBCO ActiveMatrix Lifecycle Governance Framework (Systinet) 10.10 Integrated JBOSS Application Server

Resolution

If the user is created in Systinet (not an LDAP user) then the user password is authenticated though JBOSS. Update the password for the user in the file:
SYSTINET_HOME\jboss\standalone\configruation\users.properties
 
The format of each line is
<username>=<password>
 
Update the line for the user and re-test. You may have to restart the JBOSS server if the file is cached.