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").
Product: Univiewer Management Server (UVMS)
Version: 7.x
This issue is identified as a software bug and is tracked under Defect ID: DE190101.
The fix is included in UVMS version 7.01.21, which is now available for download.
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.