0 votes

Hello,
I want to rename the display name of the Adaxes attribute CustomAttributeDate1.

I tried by adding the following lines to AttributeFriendlyNames2.eng
<friendlyNameItem>
<ldapName>CustomAttributeDate1</ldapName>
<friendlyName>Start-Date</friendlyName>
</friendlyNameItem>
(like described in http://www.adaxes.com/help/?HowDoI.Mana ... Names.html)
IIS was restarted, but it didn´t work. I still see CustomAttributeDate1 instead of Start-Date, when I open the web page.

What I´m doing wrong?

Thank you
Regards,
Thorsten

by (240 points)

1 Answer

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

Update 2018

Starting with Adaxes 2018.1 property display names are managed in the Administration console. For details, have a look at the following help article: https://www.adaxes.com/help/CustomizePropertyDisplayNames.

Original

Hello Thorsten,

You need to use the LDAP name for the property instead of its display name. All Adaxes virtual properties have the adm- prefix in their LDAP names. Thus, the LDAP name for the CustomAttributeDate1 property is adm-CustomAttributeDate1.

<friendlyNameItem>
    <ldapName>adm-CustomAttributeDate1</ldapName>
    <friendlyName>Start-Date</friendlyName>
</friendlyNameItem>
0

That was it!
Thank you
Regards,
Thorsten

0

Hi,

Just a tip to easily find the LDAP name for the attribute, i use the Adaxes Web Interface Customization tool, on customize forms and views(AD Management tab):

Related questions

0 votes
1 answer

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

asked Nov 1, 2018 by hgletifer (1.3k points)
0 votes
1 answer

need help on changing display name of a customattribute (customattributedate1)

asked Jan 4, 2021 by snawaz (20 points)
0 votes
1 answer

In the web interface, I would like to display the "Distinguished Name" property but it is not showing it as it would when using ADUC or even in the Adaxes Admin Console. Is ... I would like it to display like this: CN=Mark Smith,OU=Sales,DC=Fabrikam,DC=COM

asked Jan 15, 2020 by mark.it.admin (2.3k points)
0 votes
1 answer

Is it possible for the email notification action to display a friendly name instead of email address from Softerra Adaxes Service? I'm using the built-in send email action. Would using a powershell method change this behavior?

asked Aug 15, 2019 by polley (1.2k points)
0 votes
1 answer

I have an issue where the display name attribute is populated in AD, but is not showing in the Web UI under the exchange properties. Is this something I am doing wrong?

asked May 6, 2015 by lasership (370 points)
3,351 questions
3,052 answers
7,794 comments
545,115 users