0 votes

How do change the display name of a custom attribute in version 2017.2? All the information I am finding contains links that bring me to 2018 version

by (1.3k points)

1 Answer

0 votes
by (272k points)
selected by
Best answer

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:

  1. Navigate to folder C:\ProgramData\Softerra\Adaxes 3\.

  2. Open file AttributeFriendlyNames2.eng.xml (AttributeFriendlyNames2.deu.xml for German, AttributeFriendlyNames2.fra.xml for French) with a text editor.

  3. 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>
    
  4. 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.

  5. Save the file.

  6. If Adaxes Web Interface is installed on the computer, restart IIS.

  7. If Adaxes Administration Console is installed on the computer, restart the console.

  8. If Adaxes Service is installed on the computer, restart Softerra Adaxes Service.

  9. Repeat all the steps on each computer where Adaxes components (Web Interface, service, Administration Console) are installed.

Related questions

0 votes
1 answer

Hello, is it possible to change the name (view) of a custom attribute in the WebUI? thx.

asked Jan 25, 2012 by mmichard (360 points)
0 votes
1 answer

Is there a way to get the name of the user who approved a request and supply that to a step inside of a custom command? For example, HR submits a status change for an employee. ... and pass it as a param in a custom command that is called in one of the steps?

asked May 12, 2021 by davfount90 (20 points)
0 votes
1 answer

If the user name submitted is "jhon doe" all of the users properties will be lower case. We want it to force it to be "Jhon Doe" even if it was submitted in lower case.

asked Aug 31, 2022 by raul.ramirez (210 points)
0 votes
1 answer

I have Search configured for one of our web interfaces. One of the fields that can be searched is a custom attribute admCustomAttributeText4 (with a friendly name of ... are definitely some accounts with that attribute populated. Is this behaving as designed?

asked Sep 19, 2018 by sandramnc (870 points)
0 votes
1 answer

Thanks for the info. I'm now grabbing the %adm-ManagerUserName% value, but need to remove the final 21 characters of it so it contains only their username and not our ... this in the PowerShell Script Editor for my business rule, I get the following error:

asked Mar 11, 2021 by mkvidera (60 points)
3,347 questions
3,048 answers
7,788 comments
545,035 users