Hello,
All the information I am finding contains links that bring me to 2018 version
To check help documentation for your version of Adaxes, launch Adaxes Administration Console and press F1. You need article Customizing Display Names for AD Properties.
How do change the display name of a custom attribute in version 2017.2?
To specify a custom display name for a property:
-
Navigate to folder C:\ProgramData\Softerra\Adaxes 3\.
-
Open file AttributeFriendlyNames2.eng.xml (AttributeFriendlyNames2.deu.xml for German, AttributeFriendlyNames2.fra.xml for French) with a text editor.
-
Add the following to the end of the file, before the closing </friendlyNames> tag:
<friendlyNameItem>
<ldapName>adm-CustomAttributeText1</ldapName>
<friendlyName>My Display Name</friendlyName>
</friendlyNameItem>
-
Make sure that the ldapName tag contains the LDAP name of the property. LDAP names of all Adaxes custom attributes start with adm- (e.g. adm-CustomAttributeText1). In the friendlyName tag, specify the desired display name of the property.
-
Save the file.
-
If Adaxes Web Interface is installed on the computer, restart IIS.
-
If Adaxes Administration Console is installed on the computer, restart the console.
-
If Adaxes Service is installed on the computer, restart Softerra Adaxes Service.
-
Repeat all the steps on each computer where Adaxes components (Web Interface, service, Administration Console) are installed.