Impossible to add an LDAP login into UVMS
search cancel

Impossible to add an LDAP login into UVMS

book

Article ID: 441927

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Unable to add an LDAP login into the Univiewer Management Server (UVMS) either using uniadd LOGIN command  or from the Univiwer Console.

  • Expected Behavior: Users should be able to successfully configure and add LDAP logins within UVMS for authentication.

  • Actual Behavior: The system fails to add the LDAP login. To resolve this, code changes were required to introduce a "normalize case" flag in the node settings. This flag checks the LDAP server and restricts duplicate user creation within UVMS when the same username is entered using a different case (e.g., preventing the creation of both "UserA" and "usera").

Environment

 

  • Product: Univiewer Management Server (UVMS)

  • Version: 7.x

 

Cause

This issue is identified as a software bug and is tracked under Defect ID: DE190101.

 

Resolution

The issue has been officially fixed starting in UVMS version 7.01.21.

Note: At the time of this writing, there is no official Estimated Time of Arrival (ETA) for the public release of this specific version.

Additional Information

 

  • Public Title: Impossible to add a LDAP login into UVMS

  • Public Description: Impossible to add LDAP Login into UVMS, made code changes to use a normalize case flag in node settings to check LDAP Server and restrict user creation with same user into UVMS with different case as well.