0 votes

Is it possible to fully disable the AD browsing feature so that users can only search for users and groups.

I have removed OU etc from search, however in the grid view the users can turn on the Parent column then click on it to browse that OU.

I can't delete the Parent column from the web interface config as Delete is greyed out????

Thanks

by (390 points)

1 Answer

0 votes
by (216k points)

Hello,

The Delete button is disabled for the Parent column because if you delete the column, you won't be able to add it in the future. But if you are sure that you won't need it, you can remove the column by modifying the Web Interface source files as follows:

  1. Close the Web Interface Customization tool.

  2. Open the Web.config file for the appropriate Web interface type in a text editor. By default, it is located in folder C:\Program Files\Softerra\Adaxes 3\Web Interface\*<Web Interface type>*** on the computer where the Web Interface is installed.

  3. Find the add XML element that has the propertyName parameter set to parent.

     <add propertyName="parent" visibleByDefault="true">
       <overrides>
         ...
       </overrides>
     </add>
    
  4. Remove the element

  5. Save the file.

0

Thank you. That worked great. For the time being I can't see why I need Parent, but in case I do in the future, is there a way of removing the ability for the user to add/remove columns from the grid? I.E remove the button?

0

No, you can't do that.

0

Ok, thank you again.

Ultimately the reason I want to stop people browsing is because in the view there are always buttons at the top for "Create New" based on the permissions of the user.

I only want people to be able to create using the home page actions where I can limit OU etc, but couldn't find a way to remove the Create New buttons so my workaround was to avoid browsing....

Can these buttons be disabled instead?

0

Hello,

Yes, sure. Take a look at Remove "Create New" from OU view for instructions on how to accomplish the task.

Related questions

0 votes
1 answer

We have a scenario where an approval ticket is generated for a fairly complex task (re-approving user accounts if you remember the conversations we had a while back). ... my words) so we can replace the 'tech speak' with simple instructions. Many Thanks

asked Aug 5, 2014 by firegoblin (1.6k points)
0 votes
1 answer

we have created some business units which only return certain items in our directory. when using the web ui, how do we restrict browing functions to only look in the business ... unit. if this is not possible, how is it envisaged that these units are used?

asked Apr 14, 2023 by i*windows (260 points)
0 votes
1 answer

base dn: OU=Users,DC=domain,DC=com then we have sub OU's like OU=Department,OU=Users,DC=domain,DC=com and OU=Site,OU=Department,Dc=domain,dc=com i would like to filter all the users inside base dn.

asked Feb 21, 2023 by dppankib (20 points)
0 votes
1 answer

Hey Adaxes Team, currently we evaluate the new 2023 Adaxes Release. As we tried the new Criteria Function for the Search feature we run into possible a bug. There is the ... the right direction or confirming this as bug. Thanks for your Time! Bests, Daniel.

asked Feb 3, 2023 by dajo (190 points)
0 votes
1 answer

Hello, When a user is disabled (firstname.lastname@company.com) we would like to to perform a check if a user account "admin-firstname.lastname@company.com" exists in ... email with this information. Could this be done with powershell? Best Regards, Maarten

asked Mar 18 by maarten.vaes (70 points)
3,342 questions
3,043 answers
7,766 comments
544,934 users