Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pavel Zhukov
Kea
Commits
75627fcd
Commit
75627fcd
authored
Jun 13, 2018
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5628] Radius doc fixes.
parent
ab3cb8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
13 deletions
+9
-13
doc/guide/hooks-radius.xml
doc/guide/hooks-radius.xml
+9
-13
No files found.
doc/guide/hooks-radius.xml
View file @
75627fcd
...
...
@@ -93,7 +93,7 @@ $ sudo yum install gcc-g++ openssl-devel log4cplus-devel wget git
reported to FreeRadius client project. Acceptance of those
changes is outside of ISC responsibilities. Until those
are processed, it is strongly recommended to use FreeRadius
client with ISC patches. To and compile this version, please use
client with ISC patches. To
download
and compile this version, please use
the following steps:
<screen>
$ git clone https://github.com/fxdupont/freeradius-client.git
...
...
@@ -137,8 +137,7 @@ $ sudo ./b2 install
</screen>
Note that b2 script may optionally take extra parameters. One
of them specify the destination path where the sources are to
be compiled. Boost is different compared to other software in
the sense that there is no explicit make install step.
be compiled.
</para>
<para>
...
...
@@ -154,7 +153,7 @@ $ sudo ./b2 install
$ git clone https://github.com/isc-projects/kea
# Get a tarball and extract it
$ tar zxvf kea-1.4.0
-beta
.tar.gz
$ tar zxvf kea-1.4.0.tar.gz
</screen>
The next step is to extract premium Kea package that contains Radius repository
...
...
@@ -163,7 +162,7 @@ a premium/ subdirectory.
<screen>
$ cd kea
$ tar zxvf ../kea-premium-radius-1.4.0
-beta
.tar.gz
$ tar zxvf ../kea-premium-radius-1.4.0.tar.gz
</screen>
Once this is done, make sure the kea sources look similar to this:
...
...
@@ -188,15 +187,13 @@ drwxr-xr-x 10 thomson staff 340 Apr 26 19:04 src
drwxr-xr-x 14 thomson staff 476 Apr 26 19:04 tools
</screen>
The next step is to configure Kea. There are several essential steps necessary here.
The --with-tier2=yes flag is necessary to compile premium package that contains
RADIUS. Also, --with-freeradius option is necessary to tell Kea where the FreeRADIUS
The makefiles have to be regenerated using autoreconf.
</para>
<para>
The next step is to configure Kea. The --with-freeradius switch passed
to configure script is necessary to tell Kea where the FreeRADIUS
client sources can be found. Also, since the non-standard boost is used, the path
to it has to be specified.
</para>
<para>
If the sources are not from a tarball release, makefiles have to be regenerated
using autoreconf.
</para>
<screen>
$ autoreconf -i
$ ./configure --with-freeradius=/path/to/freeradius --with-boost-include=/path/to/boost --with-boost-lib-dir=/path/to/boost/state/lib
...
...
@@ -210,8 +207,7 @@ should look as follows:</para>
<screen>
./configure --with-freeradius=/usr/local \
--with-boost-include=/home/thomson/devel/boost_1_65_1 \
--with-boost-lib-dir=/home/thomson/devel/boost_1_65_1/stage/lib \
--with-tier2=yes
--with-boost-lib-dir=/home/thomson/devel/boost_1_65_1/stage/lib
</screen>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment