1 |
slords |
1.1 |
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization |
2 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization 2005-06-11 20:52:15.000000000 +0200 |
3 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization 1970-01-01 01:00:00.000000000 +0100 |
4 |
|
|
@@ -1,50 +0,0 @@ |
5 |
|
|
-{ |
6 |
|
|
-# Authorization. First preprocess (hints and huntgroups files), |
7 |
|
|
-# then realms, and finally look in the "users" file. |
8 |
|
|
-# |
9 |
|
|
-# The order of the realm modules will determine the order that |
10 |
|
|
-# we try to find a matching realm. |
11 |
|
|
-# |
12 |
|
|
-# Make *sure* that 'preprocess' comes before any realm if you |
13 |
|
|
-# need to setup hints for the remote radius server |
14 |
|
|
-} |
15 |
|
|
-authorize \{ |
16 |
|
|
-{ |
17 |
|
|
- # The preprocess module takes care of sanitizing some bizarre |
18 |
|
|
- # attributes in the request, and turning them into attributes |
19 |
|
|
- # which are more standard. |
20 |
|
|
- # |
21 |
|
|
- # It takes care of processing the 'raddb/hints' and the |
22 |
|
|
- # 'raddb/huntgroups' files. |
23 |
|
|
- # |
24 |
|
|
- # It also adds the %\{Client-IP-Address\} attribute to the request. |
25 |
|
|
-} preprocess |
26 |
|
|
-{ |
27 |
|
|
- # If you are using multiple kinds of realms, you probably |
28 |
|
|
- # want to set "ignore_null = yes" for all of them. |
29 |
|
|
- # Otherwise, when the first style of realm doesn't match, |
30 |
|
|
- # the other styles won't be checked. |
31 |
|
|
-} suffix |
32 |
|
|
- ntdomain |
33 |
|
|
-{ |
34 |
|
|
- # This module takes care of EAP-PEAP authentication. |
35 |
|
|
- # |
36 |
|
|
- # It also sets the EAP-Type attribute in the request |
37 |
|
|
- # attribute list to the EAP type from the packet. |
38 |
|
|
-} eap |
39 |
|
|
-{ |
40 |
|
|
- # If the users are logging in with an MS-CHAP-Challenge |
41 |
|
|
- # attribute for authentication, the mschap module will find |
42 |
|
|
- # the MS-CHAP-Challenge attribute, and add 'Auth-Type := MS-CHAP' |
43 |
|
|
- # to the request, which will cause the server to then use |
44 |
|
|
- # the mschap module for authentication. |
45 |
|
|
-} mschap |
46 |
|
|
-{ |
47 |
|
|
- # If you are using /etc/smbpasswd, and are also doing |
48 |
|
|
- # mschap authentication, the un-comment this line, and |
49 |
|
|
- # configure the 'smbpasswd' module, above. |
50 |
|
|
-} smbpasswd |
51 |
|
|
-{ |
52 |
|
|
- # Read the 'users' file |
53 |
|
|
-} files |
54 |
|
|
-\} |
55 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization00init e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization00init |
56 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization00init 1970-01-01 01:00:00.000000000 +0100 |
57 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization00init 2007-02-22 09:19:43.000000000 +0100 |
58 |
|
|
@@ -0,0 +1,11 @@ |
59 |
|
|
+{ |
60 |
|
|
+# Authorization. First preprocess (hints and huntgroups files), |
61 |
|
|
+# then realms, and finally look in the "users" file. |
62 |
|
|
+# |
63 |
|
|
+# The order of the realm modules will determine the order that |
64 |
|
|
+# we try to find a matching realm. |
65 |
|
|
+# |
66 |
|
|
+# Make *sure* that 'preprocess' comes before any realm if you |
67 |
|
|
+# need to setup hints for the remote radius server |
68 |
|
|
+} |
69 |
|
|
+authorize \{ |
70 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization40default e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization40default |
71 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization40default 1970-01-01 01:00:00.000000000 +0100 |
72 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization40default 2007-02-22 09:19:58.000000000 +0100 |
73 |
|
|
@@ -0,0 +1,38 @@ |
74 |
|
|
+{ |
75 |
|
|
+ # The preprocess module takes care of sanitizing some bizarre |
76 |
|
|
+ # attributes in the request, and turning them into attributes |
77 |
|
|
+ # which are more standard. |
78 |
|
|
+ # |
79 |
|
|
+ # It takes care of processing the 'raddb/hints' and the |
80 |
|
|
+ # 'raddb/huntgroups' files. |
81 |
|
|
+ # |
82 |
|
|
+ # It also adds the %\{Client-IP-Address\} attribute to the request. |
83 |
|
|
+} preprocess |
84 |
|
|
+{ |
85 |
|
|
+ # If you are using multiple kinds of realms, you probably |
86 |
|
|
+ # want to set "ignore_null = yes" for all of them. |
87 |
|
|
+ # Otherwise, when the first style of realm doesn't match, |
88 |
|
|
+ # the other styles won't be checked. |
89 |
|
|
+} suffix |
90 |
|
|
+ ntdomain |
91 |
|
|
+{ |
92 |
|
|
+ # This module takes care of EAP-PEAP authentication. |
93 |
|
|
+ # |
94 |
|
|
+ # It also sets the EAP-Type attribute in the request |
95 |
|
|
+ # attribute list to the EAP type from the packet. |
96 |
|
|
+} eap |
97 |
|
|
+{ |
98 |
|
|
+ # If the users are logging in with an MS-CHAP-Challenge |
99 |
|
|
+ # attribute for authentication, the mschap module will find |
100 |
|
|
+ # the MS-CHAP-Challenge attribute, and add 'Auth-Type := MS-CHAP' |
101 |
|
|
+ # to the request, which will cause the server to then use |
102 |
|
|
+ # the mschap module for authentication. |
103 |
|
|
+} mschap |
104 |
|
|
+{ |
105 |
|
|
+ # If you are using /etc/smbpasswd, and are also doing |
106 |
|
|
+ # mschap authentication, the un-comment this line, and |
107 |
|
|
+ # configure the 'smbpasswd' module, above. |
108 |
|
|
+} smbpasswd |
109 |
|
|
+{ |
110 |
|
|
+ # Read the 'users' file |
111 |
|
|
+} files |
112 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization99end e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization99end |
113 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization99end 1970-01-01 01:00:00.000000000 +0100 |
114 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/65authorization99end 2007-02-22 09:20:09.000000000 +0100 |
115 |
|
|
@@ -0,0 +1 @@ |
116 |
|
|
+\} |
117 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting |
118 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting 2007-02-22 10:11:12.000000000 +0100 |
119 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting 1970-01-01 01:00:00.000000000 +0100 |
120 |
|
|
@@ -1,11 +0,0 @@ |
121 |
|
|
-{ |
122 |
|
|
-# |
123 |
|
|
-# Accounting. Log the accounting data. |
124 |
|
|
-# |
125 |
|
|
-}accounting \{ |
126 |
|
|
-{ # |
127 |
|
|
- # Create a 'detail'ed log of the packets. |
128 |
|
|
- # Note that accounting requests which are proxied |
129 |
|
|
- # are also logged in the detail file. |
130 |
|
|
-} detail |
131 |
|
|
-\} |
132 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting00init e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting00init |
133 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting00init 1970-01-01 01:00:00.000000000 +0100 |
134 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting00init 2007-02-22 09:21:13.000000000 +0100 |
135 |
|
|
@@ -0,0 +1,5 @@ |
136 |
|
|
+{ |
137 |
|
|
+# |
138 |
|
|
+# Accounting. Log the accounting data. |
139 |
|
|
+# |
140 |
|
|
+}accounting \{ |
141 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting40default e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting40default |
142 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting40default 1970-01-01 01:00:00.000000000 +0100 |
143 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting40default 2007-02-22 09:21:29.000000000 +0100 |
144 |
|
|
@@ -0,0 +1,5 @@ |
145 |
|
|
+{ # |
146 |
|
|
+ # Create a 'detail'ed log of the packets. |
147 |
|
|
+ # Note that accounting requests which are proxied |
148 |
|
|
+ # are also logged in the detail file. |
149 |
|
|
+} detail |
150 |
|
|
diff -uNr e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting99end e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting99end |
151 |
|
|
--- e-smith-radiusd-1.0.0.orig/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting99end 1970-01-01 01:00:00.000000000 +0100 |
152 |
|
|
+++ e-smith-radiusd-1.0.0/root/etc/e-smith/templates/etc/raddb/radiusd.conf/80accounting99end 2007-02-22 09:21:36.000000000 +0100 |
153 |
|
|
@@ -0,0 +1 @@ |
154 |
|
|
+\} |