Skip to content

Commit

Permalink
[acc|misc]_radius: update documentation related to radius client libs_
Browse files Browse the repository at this point in the history
(cherry picked from commit d4710de)
  • Loading branch information
linuxmaniac committed May 10, 2016
1 parent 956d7f2 commit 25d1ab1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
17 changes: 13 additions & 4 deletions modules/acc_radius/doc/acc_radius_admin.xml
Expand Up @@ -50,11 +50,13 @@
</para>
<itemizedlist>
<listitem>
<para><emphasis>radiusclient-ng</emphasis> 0.5.0 or freeradius-client
or higher.
See <ulink
<para><emphasis>radiusclient-ng</emphasis> 0.5.0 or higher,
<emphasis>freeradius-client</emphasis> <ulink
url='https://github.com/FreeRADIUS/freeradius-client/'>
https://github.com/FreeRADIUS/freeradius-client/</ulink>.
https://github.com/FreeRADIUS/freeradius-client/</ulink> or
<emphasis>radcli</emphasis> <ulink
url='http://radcli.github.io/radcli/'
http://radcli.github.io/radcli/</ulink>.
</para>
</listitem>
<listitem>
Expand All @@ -64,6 +66,13 @@
<emphasis>'export FREERADIUS=1'</emphasis> before compile.
</para>
</listitem>
<listitem>
<para>
<emphasis>radcli</emphasis> library can be used after
setting RADCLI variable in source code with
<emphasis>'export RADCLI=1'</emphasis> before compile.
</para>
</listitem>
</itemizedlist>
</section>
</section>
Expand Down
33 changes: 21 additions & 12 deletions modules/misc_radius/doc/misc_radius_admin.xml
Expand Up @@ -89,25 +89,34 @@
<section>
<title>External Libraries or Applications</title>
<para>
The following libraries or applications must be installed
before compilling &kamailio; with this module loaded:
The following libraries or applications must be installed
before running &kamailio; with this module loaded:
</para>
<itemizedlist>
<listitem>
<para><emphasis>radiusclient-ng</emphasis> 0.5.0 or freeradius-client
+ or higher.
library and development files. See <ulink
<para><emphasis>radiusclient-ng</emphasis> 0.5.0 or higher,
<emphasis>freeradius-client</emphasis> <ulink
url='https://github.com/FreeRADIUS/freeradius-client/'>
+ https://github.com/FreeRADIUS/freeradius-client/</ulink>.
https://github.com/FreeRADIUS/freeradius-client/</ulink> or
<emphasis>radcli</emphasis> <ulink
url='http://radcli.github.io/radcli/'
http://radcli.github.io/radcli/</ulink>.
</para>
</listitem>
<listitem>
+ <para>
+ <emphasis>freeradius-client</emphasis> library can be used after
+ setting FREERADIUS variable in source code with
+ <emphasis>'export FREERADIUS=1'</emphasis> command before compile.
</para>
</listitem>
<para>
<emphasis>freeradius-client</emphasis> library can be used after
setting FREERADIUS variable in source code with
<emphasis>'export FREERADIUS=1'</emphasis> before compile.
</para>
</listitem>
<listitem>
<para>
<emphasis>radcli</emphasis> library can be used after
setting RADCLI variable in source code with
<emphasis>'export RADCLI=1'</emphasis> before compile.
</para>
</listitem>
</itemizedlist>
</section>
</section>
Expand Down

0 comments on commit 25d1ab1

Please sign in to comment.