Topic/Category: Installation
Issue:
Control the display name that appears after “Hi xxxx” where xxxx represents a username.
Solution:
The value displayed next to Hi on Ephesoft is governed by a switch i.e. fullname.display in dcma-user-connectivity.property file available at {Ephesoft_home}\Application\WEB-INF\classes\META-INF\dcma-user-connectivity\* directory. The switch has two values as 0 and 1. Following explains the behaviour to be observed on Ephesoft on selecting different value of switch.
fullname.display=0 => common name(cn) of user will be displayed next to Hi.
fullname.display=1 => full name of user will be displayed. Full name is generated by concatenating givenName, initials and sn attributes value of the user.