0 votes

When running the script that creates a custom alphabet for the Adaxes spell out feature located here: https://www.adaxes.com/help/AlphabetForPasswordSpellOut/

I receive an error that the script is calling an invalid method "ToJson." Here is the full error:

Method invocation failed because [Softerra.Adaxes.Management.AdmConfigurationSetSettingsPipelined] does not contain a method named 'ToJson'.

I use the Adaxes Service account when providing credentials for the script and the error still occurs. The script is on the server that is running the Adaxes Services so I keep everything on the script default except I changed the language code to "en" and the content of the alphabet object.

by (20 points)
0

Hello,

Could you, please, specify what version of Adaxes you are currently using? For information on how to check it, have a look at the following help article: https://www.adaxes.com/help/CheckServiceVersion.

0

Hello,

I am using version 3.14.19312.0

1 Answer

0 votes
by (270k points)

Hello,

Thank you for clarifying. The thing is that in your version of Adxes the steps are different. The instructions in the article are only valid for Adaxes 2023. To customize the parameters for password generation:

  1. Navigate to the folder where Adaxes service is installed. By default, 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 the configuration\softerra.adaxes\passwordSettings\passwordGeneration XML element.
  4. Specify the default minimum and maximum password length in the minLengthDefault and maxLengthDefault parameters accordingly.
<configuration>    
    ...    
     <softerra.adaxes>
         ...
         <passwordSettings>
       <passwordGeneration minLengthDefault="10" maxLengthDefault="12" .../>
  1. Specify the characters to use for password generation in parameters lowerCharsupperCharsnumericCharsspecialChars and otherChars.
<configuration>
     ...
     <softerra.adaxes>
         ...
         <passwordSettings>
             <passwordGeneration  ... lowerChars="adtmur" upperChars="ABCD" numericChars="123" specialChars="!%#" otherChars="тÜé"/>
  1. Save the file.
  2. Restart the Adaxes service.
0

Thank you for the information.

My original issue was attempting to run the Alphabet script for making a custom alphabet when selecting the "Spell Out" feature when using the password reset menu in Adaxes.

I assume that my version of Adaxes is still the root cause on why the script would be failing to upload a new alphabet?

0

Hello,

Yes, that is correct. The script only works in Adaxes 2023. In Adaxes 2021.1 that you are using the changes must be made in the Softerra.Adaxes.Service.exe.config file.

Related questions

0 votes
1 answer

We are looking for if Adaxes has a report we can run that will tell us if there are multiple users using the same or similar passwords? Is there any tool that we can ... as another users? I appreciate any information you may be able to provide. Thank You,

asked Feb 27 by Jeff.Briand (60 points)
0 votes
0 answers

Hello there, We have guest accounts created in AD (on our DMZ DC) that use the first initial + last name format for username with the last 4 digits of their mobile ... there any special way I should be updating a username and UPN from PowerShell? Thanks, Chris

asked Jul 13, 2018 by Bowman4864 (270 points)
0 votes
1 answer

We're running 2014.1. In the change password screen the Generate, Spell Out, View Password Policy buttons are visible. But, when we select "user must change password at ... these buttons are not visible. How can we make these buttons visible on both screens?

asked Feb 12, 2015 by theckel (520 points)
0 votes
1 answer

I need a report script that will email me a list of the users with these field values: DN,cn,display name,%adm-PasswordExpires% Thanks!

asked Aug 8, 2012 by mpaul (360 points)
0 votes
1 answer

The account is configured with the user's email address as its name and the icon says third party.

asked Aug 19, 2021 by bsteele (90 points)
3,326 questions
3,025 answers
7,724 comments
544,677 users