0 votes

Can anyone provide the instructions contain in the now broken link? I realize new Adaxes doesn't require this, but still have an older install that doesn't allow manual override via GUI. Thanks.

related to an answer for: Minimum service access rights
by (20 points)

1 Answer

0 votes
by (270k points)

Hello,

To configure your Adaxes service to skip the validation of user account permissions for managed domains:

  1. Navigate to the folder where Adaxes service is installed. By default, the path to the folder is C:\Program Files\Softerra\Adaxes 3\Service.
  2. Open the Softerra.Adaxes.Service.exe.config file with a text editor.
  3. Locate XML element configuration\softerra.adaxes\managedDomainSettings.
  4. Set the skipPermissionCheck attribute to true.
    <configuration>
     <softerra.adaxes>
     ...
     <managedDomainSettings  skipPermissionCheck="true" />
  5. Save the file.
  6. Restart Adaxes service.

Related questions

0 votes
1 answer

I have updated adaxes from version 2021.1 to 2021.1 update 3. After that, my favorite links to the report "Password expiration" in Adaxes Administration Console stopped ... the links do not have to be recreated after an upgrade? Thanks and greetings Dominik

asked Apr 21, 2021 by pudong (670 points)
0 votes
1 answer

Hi, We had a configuration in which we would direct traffic to either the admin area or the selfservice area based on the url for example: selfservice.domain.tld would ... would be great if the urls directed straight to the "root" of the respective application

asked Jul 5, 2018 by crbdls (50 points)
0 votes
1 answer

So I need to export a list of all user's Line URI's to a CSV file. Running Adaxes 2021 Version 3.14.18804.0 (64 bit) and Teams Powershell 4.1.0 ... a Microsoft 365 account } finally { # Close the connection and release resources Disconnect-MicrosoftTeams }

asked Aug 4, 2022 by TheLexicon (200 points)
0 votes
1 answer

Receive "Index operation failed; the array index evaluated to null. Stack trace: at &lt;ScriptBlock&gt;, &lt;No file&gt;: line 104&gt;" and "Index operation failed; the ... $GroupName, $GroupDN." } } #foreach write-output "" Write-Output "" Stop-Transcript

asked Apr 14, 2022 by jbahou (20 points)
0 votes
1 answer

I have to generate an Excel sheet populated with some users informations. It works on the server itself, but not when i run it via Custom commands. There is the code that ... it does'nt open and throws an error : How to interact with com objects on Adaxes?

asked Nov 29, 2021 by diaz801 (20 points)
3,326 questions
3,026 answers
7,727 comments
544,681 users