Skip to content
Jelte Zeilstra edited this page Oct 5, 2015 · 2 revisions

Most of the settings in settings.py and local_settings.py are Django settings and are documented on the Django site.

Alexia specific settings

RADIUS_DICT

Default: 'installation directory/utils/auth/radius.dict'

The location of the RADIUS dictionary translations file.

RADIUS_HOST

Default: 'radius1.utsp.utwente.nl'

The hostname or IP address of the RADIUS host.

RADIUS_IDENTIFIER

Default: '' (empty string)

The RADIUS identifier for RADIUS requests.

RADIUS_PORT

Default: 1645

The port of the RADIUS server to connect to.

RADIUS_SECRET

Default: '' (empty string)

The secret used for RADIUS requests.