Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 7.0.0-7.0.2

...

Expand
titleIf you are going to use radius authentication, click here.

 

1. Install radius module:
Debian 7:


Code Block
languagebash
titleDebian 7:
    pecl install radius
Debian 8:


Code Block
languagebash
titleDebian 8:
    apt-get install php7-radius
Create module loading configuration:
(shown using the vi editor, though you may use the editor of your choice)


Code Block
languagetext
    vi /etc/php5/mods-available/radius.ini
  Add the following lines to radius.ini:


Code Block
languagetext
    ; configuration for php radius module
    ; priority=20
    extension=radius.so
  To enable the radius module, type the following command:


Code Block
languagebash
    php7enmod radius
  


5) Install

6connect

ProVision Software:

1. Remove the current contents in the ProVision web folder (currently the www root) and after extract the archive contents (where 7.x.x is the version number for the build):

...