Skip to main content

Configuration summary

Specifying connection properties

If you followed the guide so far and did everything correctly, the server is now running the query you specified on the Group entity. If still no results are found, we encourage you to have a look in the server log file. If the scheduled task is running every two minutes like we set up, you will find logging for when the scheduled timer task is triggered. 

There are a couple of connection properties that may be needed to specify explicitly to the server from the preference file "configuration/se.solme.avix.prefs". Example:

[se.solme.avix.security]
LOGON_SERVER = archer
USER_DNSDOMAIN = SOLME.SE

The logon server specifies the so-called LDAP host. The USER_DNSDOMAIN will be used to build a so-called search base DN. With the example of SOLME.SE, the DN that will be build up and finally used by AVIX is: "dc=SOLME,dc=SE"