| Adaxes Help | Show AllHide All |
Adaxes supports Anixis PPE v6.0 or later. Therefore, restrictions imposed by Anixes PPE are displayed to users when they change or reset passwords. If users enter passwords that do not comply with password policies set via Anixis PPE, correct rejection reason messages are displayed to them.
| To communicate with Anixis PPE, Adaxes needs the Anixis PPE client or server to be installed on the computer, where the Adaxes service is running. |
Adaxes settings for Anixis PPE can be found in the Softerra.Adaxes.Service.exe.Config file. By default, this file is located in the folder C:\Program Files\Softerra\Adaxes 3\Service located on the computer, where the Adaxes service is installed.
All Anixis PPE settings are modified in the XML element \configuration\softerra.adaxes\passwordSettings\anixis.ppe\.
To disable Anixis PPE support, set the value of the 'enableSupport' attribute to 'false'.
<configuration>
<softerra.adaxes>
...
<passwordSettings>
<anixis.ppe enableSupport="false" ...>
...To modify the port used by Anixis PPE, specify the desired value for the 'port' attribute.
<configuration>
<softerra.adaxes>
...
<passwordSettings>
<anixis.ppe port="1222" ...>
...To modify the maximum length the client waits to establish connection with the server, specify the desired value for the 'timeout' attribute in milliseconds. For example, to set the timeout period to 2 seconds, specify the value as '2000'.
<configuration>
<softerra.adaxes>
...
<passwordSettings>
<anixis.ppe timeout="2000" ...>
...To modify the number of connection attempts in case of an error, specify the desired value for the 'retries' attribute.
<configuration>
<softerra.adaxes>
...
<passwordSettings>
<anixis.ppe retries="3" ...>
...To configure the path to dictionary file, modify the 'dictionaryFile' attribute.
<configuration>
<softerra.adaxes>
...
<passwordSettings>
<anixis.ppe ... dictionaryFile="C:\DictionaryFiles\Dict.txt>
...