File: 01_radius_port.patch

package info (click to toggle)
libauthen-radius-perl 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 576 kB
  • sloc: perl: 1,065; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Change de standard radius port
 The standard radius port on Debian is 1812 rather than 1645 which is 
 now "old-radius".
 .
 This patch is now a simple documentation fix (the default upstream
 has now been changed to 1645).
Last-Update: 2018-07-09

--- a/Radius.pm
+++ b/Radius.pm
@@ -1245,7 +1245,7 @@
 The default C<Service> is C<radius>, the alternative is C<radius-acct>.
 If you do not specify port in the C<Host> as a C<hostname:port>, then port
 specified in your F</etc/services> will be used. If there is nothing
-there, and you did not specify port either then default is 1645 for
+there, and you did not specify port either then default is 1812 for
 C<radius> and 1813 for C<radius-acct>.
 
 Optional parameter C<Debug> with a Perl "true" value turns on debugging