Please download and unzip the following ZIP file in any server where the RADIUS Plugin or the API Service is installed.


If you are updating the software, back up the MiTokenTokensReport.exe.config configuration file and replace it once you have updated the components.


If you are running a first installation, after unzipping the bundle, edit the MiTokenTokensReport.exe.config file as follows:


    <add key="tokenPath" value="ADLDS_URL" />


    <add key="contextDomain" value="DOMAIN" />


Where:


ADLDS_URL is the string found in any of the installation directories of the RADIUS or the API Service. Locate the log file, for instance:



Open the file and look for the string "CreateSimpleObject for LDAP"



Copy the string after LDAP://, for instance:


ADSERVER.vhis.net:5000/CN=Tokens2,CN=Partition 1,CN=Mi-Token Partitions,CN={C1B9B15D-A138-420F-AC22-9F065F5EEDB5}


That is the string to use in the ADLDS_URL parameter.


DOMAIN is the base string of your domain, for instance: contoso.com


Given the example configuration data, the config file entries should look like:


    <add key="tokenPath" value="

ADSERVER.vhis.net:5000/CN=Tokens2,CN=Partition 1,CN=Mi-Token Partitions,CN={C1B9B15D-A138-420F-AC22-9F065F5EEDB5}" />

    <add key="contextDomain" value="vhis.net" />


Once the settings have been configured, save the file.


Run the MiTokenTokensReport.exe program to generate the reports.