0 votes

Hi,

I know how to edit the friendly name of ldap attributes but how do I achieve the same for CustomAttributeText?


Regards
Ingemar Jacob

by (960 points)

1 Answer

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

Update 2018

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

Original

Hello Ingemar,

The same way. However, you should remember to restart IIS after making the changes in the AttributeFriendlyNames2.eng.xml file. Also, if you have Web Interface and Adaxes service installed on different computers, you need to make the changes both on the computer where your Adaxes service is installed and on the computer where the Web Interface is installed.

0

I added the following lines and restarted the IIS but the changes do not apply.

<friendlyNameItem>
<ldapName>CustomAttributeText1</ldapName>
<friendlyName>Group Type</friendlyName>
</friendlyNameItem>

0

You need to specify the LDAP name for the property, not the name under which the property appears in Adaxes. The LDAP name for CustomAttributeText1 is adm-CustomAttributeText1:

<friendlyNameItem>
    <ldapName>adm-CustomAttributeText1</ldapName>
    <friendlyName>Group Type</friendlyName>
</friendlyNameItem>
0

thanks that worked!

Related questions

0 votes
1 answer

Hello, I want to use custom attributes to display values that would be updated via script, but I want a name my users can understand, so rename "CustomAttributeBinary1" to a more ... I cannot find this file on my server anywhere. How can I do this? Thanks.

asked Feb 3, 2015 by DFassett (710 points)
0 votes
1 answer

Hi, is it possible to use custom Powershell script to determine, who will be able to modify AD object property (for example managedBy)? So it is not manager of given object who can edit this property, but anyone who pass checks in Powershell script..

asked Apr 7, 2020 by KIT (910 points)
0 votes
1 answer

Hi, is there any way to bypass SSO and get directly to the Loginpage when a machine is not joined to the domain? Reason why I'm asking is, in the last months ... machines not connected to the domain to go directly to the Adaxes Login form. Best regards Ingemar

asked Nov 27, 2013 by ijacob (960 points)
0 votes
1 answer

would like to know the method to provide a button to security Q&amp;A reset for enrolled users to Adaxes Admins via Web UI

asked Mar 21, 2023 by Vish539 (310 points)
0 votes
1 answer

Hi, I'm trying to create a web console only for sending SMS using adaxes 2018.2. The SMS-users that are going to use the console should only be able to view users, not edit ... which removes a lot of OUs that the users should not see or be able to browse to.

asked Sep 2, 2020 by eirikza (120 points)
3,326 questions
3,026 answers
7,727 comments
544,683 users