0 votes

How do you add a custom attribute to the search results?

Version 2017.2 / 3.8.14823.0

by (1.3k points)
0

I'm not trying to use Adaxes custom attributes (e.g. CustomAttributeText1) in LDAP search filters i just want them to display.

Like how "Hire Date" shows

1 Answer

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

Hello,

Thank you for clarifying. You just need to add the required attributes to the list of available columns. To do so:

  1. Launch Adaxes Web Interface Customization tool.
  2. Select the Web Interface type.
  3. Activate the AD Browsing tab and click Configure Columns.
  4. Click Add below the Available Columns list.
  5. Select Show all properties and then select the custom attribute you need (e.g. CustomAttributeText1).
  6. Click OK.
  7. If you want the attribute column to be displayed in grids by default, select the checkbox for the attribute in the Display by default column.
  8. Click OK twice.
  9. Before checking the settings in Adaxes Web Interface, you need to sign out and then sign in.

Related questions

0 votes
1 answer

I've got a scheduled agent that is attempting to export data for updated employees. When an employee record is updated, we're setting the value of the LDAP custom attribute ... ") # Release resources used by the search $userResult.Dispose() return } ...

asked Oct 17, 2015 by sandramnc (870 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

Hello! We are currently trying to use the REST API to search for all group objects in our domain, but the search result is only returning 1000 objects. We tried supplying a ... the request. Is there a way to retrieve more than 1000 objects using the REST API?

asked Feb 16, 2022 by KelseaIT (320 points)
0 votes
1 answer

Hi, I am currently working on an interface that allows our HR tool to create users in Adaxes. I got the whole thing to work up to that point where I want user creation to be ... it obviously won't find the user as it has not yet been created at that point...

asked Dec 10, 2018 by Yannik (100 points)
0 votes
1 answer

I have a powershell custom command that retrieves the LAPS password from AD for a specified computer. This allows us to run the query in the Adaxes context and delegate it to ... ) { if ($logline -ne '') { $Context.LogMessage($logline, "Information") } }

asked Jul 12, 2019 by jbadry (430 points)
3,326 questions
3,026 answers
7,727 comments
544,683 users