1 |
terryfage |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local |
2 |
|
|
--- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local 2021-10-24 15:54:16.412075518 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local 2021-10-24 15:43:36.781144801 -0500 |
4 |
|
|
@@ -14,11 +14,11 @@ |
5 |
|
|
$nastype = $host->prop('NASType') || 'other'; |
6 |
|
|
|
7 |
|
|
$OUT .= <<EOF; |
8 |
|
|
-client $hostip \{ |
9 |
|
|
+client $hostname \{ |
10 |
|
|
ipaddr = $hostip |
11 |
|
|
secret = $radiuskey |
12 |
|
|
shortname = $hostname |
13 |
|
|
- nastype = $nastype |
14 |
|
|
+ nas_type = $nastype |
15 |
|
|
\} |
16 |
|
|
EOF |
17 |
|
|
} |
18 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default |
19 |
|
|
--- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default 2021-10-24 15:54:16.413075525 -0500 |
20 |
|
|
+++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default 2021-10-24 15:52:29.022413616 -0500 |
21 |
|
|
@@ -6,7 +6,7 @@ |
22 |
|
|
# |
23 |
|
|
# See policy.d/filter for the definition of the filter_username policy. |
24 |
|
|
# |
25 |
|
|
-} filter_username |
26 |
|
|
+}# filter_username |
27 |
|
|
{ |
28 |
|
|
# The preprocess module takes care of sanitizing some bizarre |
29 |
|
|
# attributes in the request, and turning them into attributes |
30 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default |
31 |
|
|
--- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default 2021-10-24 15:54:16.416075543 -0500 |
32 |
|
|
+++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default 2021-10-24 15:51:29.327046009 -0500 |
33 |
|
|
@@ -92,6 +92,11 @@ |
34 |
|
|
expiration |
35 |
|
|
logintime |
36 |
|
|
{ |
37 |
|
|
+ # If you are using /etc/smbpasswd, and are also doing |
38 |
|
|
+ # mschap authentication, then un-comment this line, and |
39 |
|
|
+ # enable the "smbpasswd" module. |
40 |
|
|
+} smbpasswd |
41 |
|
|
+{ |
42 |
|
|
# |
43 |
|
|
# If no other module has claimed responsibility for |
44 |
|
|
# authentication, then try to use PAP. This allows the |