1 |
vip-ire |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix |
2 |
|
|
--- smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix 1970-01-01 01:00:00.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix 2008-08-28 09:30:19.000000000 +0200 |
4 |
|
|
@@ -0,0 +1,5 @@ |
5 |
|
|
+{ |
6 |
|
|
+ push(@authModules, "\tunix\n"); |
7 |
|
|
+ $OUT = ''; |
8 |
|
|
+} |
9 |
|
|
+ |
10 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate |
11 |
|
|
--- smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate 2008-04-05 01:49:01.000000000 +0200 |
12 |
|
|
+++ mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate 1970-01-01 01:00:00.000000000 +0100 |
13 |
|
|
@@ -1,31 +0,0 @@ |
14 |
|
|
-{ |
15 |
|
|
-# Authentication. |
16 |
|
|
-# |
17 |
|
|
-# This section lists which modules are available for authentication. |
18 |
|
|
-# Note that it does NOT mean 'try each module in order'. It means |
19 |
|
|
-# that a module from the 'authorize' section adds a configuration |
20 |
|
|
-# attribute 'Auth-Type := FOO'. That authentication type is then |
21 |
|
|
-# used to pick the apropriate module from the list below. |
22 |
|
|
-# |
23 |
|
|
-# In general, you SHOULD NOT set the Auth-Type attribute. The server |
24 |
|
|
-# will figure it out on its own, and will do the right thing. The |
25 |
|
|
-# most common side effect of erroneously setting the Auth-Type |
26 |
|
|
-# attribute is that one authentication method will work, but the |
27 |
|
|
-# others will not. |
28 |
|
|
-# |
29 |
|
|
-# The common reasons to set the Auth-Type attribute by hand |
30 |
|
|
-# is to either forcibly reject the user, or forcibly accept him. |
31 |
|
|
-} |
32 |
|
|
-authenticate \{ |
33 |
|
|
-{ |
34 |
|
|
- # MSCHAP authentication. |
35 |
|
|
-} Auth-Type MS-CHAP \{ |
36 |
|
|
- mschap |
37 |
|
|
- \} |
38 |
|
|
-{ |
39 |
|
|
- # Allow EAP authentication. |
40 |
|
|
-} eap |
41 |
|
|
- # Allow Unix Auth |
42 |
|
|
- unix |
43 |
|
|
-\} |
44 |
|
|
- |