~damg/ubuntu/quantal/asterisk/LP1097687

« back to all changes in this revision

Viewing changes to doc/tex/asterisk/node226.html

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-10-15 22:24:34 UTC
  • mfrom: (1.2.8 upstream) (8.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101015222434-iy328q8in3lajzlv
Tags: 1:1.6.2.9-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Build-depend on hardening-wrapper
    + Change Maintainer
    + Removed Uploaders field.
    + Removed Debian Vcs-Svn entry and replaced with ubuntu-voip Vcs-Bzr,
      to reflect divergence in packages.
  - debian/rules: Make use of hardening-wrapper
  - debian/asterisk.init: chown /dev/dahdi
  - debian/backports/hardy: add file
  - debian/backports/asterisk.init.hardy: add file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Installation of the Radiusclient library</TITLE>
11
 
<META NAME="description" CONTENT="Installation of the Radiusclient library">
 
10
<TITLE>What is needed</TITLE>
 
11
<META NAME="description" CONTENT="What is needed">
12
12
<META NAME="keywords" CONTENT="asterisk">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
20
20
 
21
21
<LINK REL="next" HREF="node227.html">
22
22
<LINK REL="previous" HREF="node225.html">
23
 
<LINK REL="up" HREF="node224.html">
 
23
<LINK REL="up" HREF="node225.html">
24
24
<LINK REL="next" HREF="node227.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html3611"
 
30
<A NAME="tex2html3614"
31
31
  HREF="node227.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33
33
 SRC="/usr/share/latex2html/icons/next.png"></A> 
34
 
<A NAME="tex2html3607"
35
 
  HREF="node224.html">
 
34
<A NAME="tex2html3610"
 
35
  HREF="node225.html">
36
36
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37
37
 SRC="/usr/share/latex2html/icons/up.png"></A> 
38
 
<A NAME="tex2html3601"
 
38
<A NAME="tex2html3604"
39
39
  HREF="node225.html">
40
40
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41
41
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
 
<A NAME="tex2html3609"
 
42
<A NAME="tex2html3612"
43
43
  HREF="node1.html">
44
44
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45
45
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
46
46
<BR>
47
 
<B> Next:</B> <A NAME="tex2html3612"
48
 
  HREF="node227.html">Configuration of the Radiusclient</A>
49
 
<B> Up:</B> <A NAME="tex2html3608"
50
 
  HREF="node224.html">RADIUS</A>
51
 
<B> Previous:</B> <A NAME="tex2html3602"
52
 
  HREF="node225.html">What is needed</A>
53
 
 &nbsp; <B>  <A NAME="tex2html3610"
 
47
<B> Next:</B> <A NAME="tex2html3615"
 
48
  HREF="node227.html">Installation of the Radiusclient</A>
 
49
<B> Up:</B> <A NAME="tex2html3611"
 
50
  HREF="node225.html">RADIUS</A>
 
51
<B> Previous:</B> <A NAME="tex2html3605"
 
52
  HREF="node225.html">RADIUS</A>
 
53
 &nbsp; <B>  <A NAME="tex2html3613"
54
54
  HREF="node1.html">Contents</A></B> 
55
55
<BR>
56
56
<BR></DIV>
57
57
<!--End of Navigation Panel-->
58
58
 
59
 
<H3><A NAME="SECTION001146200000000000000">
60
 
Installation of the Radiusclient library</A>
 
59
<H3><A NAME="SECTION001146100000000000000">
 
60
What is needed</A>
61
61
</H3>
62
62
 
63
63
<P>
64
 
Download the sources from
65
 
        <TT><A NAME="tex2html31"
66
 
  HREF="http://developer.berlios.de/projects/radiusclient-ng/">http://developer.berlios.de/projects/radiusclient-ng/</A></TT>
67
 
<P>
68
 
Untar the source tarball:
69
 
 
70
 
<P>
71
 
<PRE>
72
 
        root@localhost:/usr/local/src# tar xvfz radiusclient-ng-0.5.2.tar.gz
73
 
</PRE>
74
 
 
75
 
<P>
76
 
Compile and install the library:
77
 
 
78
 
<P>
79
 
<PRE>
80
 
        root@localhost:/usr/local/src# cd radiusclient-ng-0.5.2
81
 
        root@localhost:/usr/local/src/radiusclient-ng-0.5.2# ./configure
82
 
        root@localhost:/usr/local/src/radiusclient-ng-0.5.2# make
83
 
        root@localhost:/usr/local/src/radiusclient-ng-0.5.2# make install
84
 
</PRE>
 
64
 
 
65
<UL>
 
66
<LI>FreeRADIUS server
 
67
</LI>
 
68
<LI>Radiusclient-ng library
 
69
</LI>
 
70
<LI>Asterisk PBX
 
71
</LI>
 
72
</UL>
 
73
 
 
74
<P>
 
75
 
 
76
<DIV ALIGN="CENTER"><A NAME="4598"></A>
 
77
<TABLE>
 
78
<CAPTION ALIGN="BOTTOM"><STRONG>Figure 10.1:</STRONG>
 
79
Asterisk/RADIUS Integration</CAPTION>
 
80
<TR><TD><IMG
 
81
 WIDTH="526" HEIGHT="137" BORDER="0"
 
82
 SRC="img9.png"
 
83
 ALT="\begin{figure}\begin{center}\setlength{\unitlength}{4cm}
 
84
\begin{picture}(3,.7...
 
85
...t(1.8,.2){\vector(-1,0){.4}}\thinlines
 
86
\end{picture}\end{center}
 
87
\end{figure}"></TD></TR>
 
88
</TABLE>
 
89
</DIV>
85
90
 
86
91
<P>
87
92
<BR><HR>
88
93
<ADDRESS>
89
94
lmadsen
90
 
2010-05-03
 
95
2010-06-17
91
96
</ADDRESS>
92
97
</BODY>
93
98
</HTML>