1 |
Index: e-smith-radiusd/createlinks |
2 |
diff -u e-smith-radiusd/createlinks:1.4 e-smith-radiusd/createlinks:1.5 |
3 |
--- e-smith-radiusd/createlinks:1.4 Fri Jun 24 16:05:56 2005 |
4 |
+++ e-smith-radiusd/createlinks Tue Jul 12 15:03:44 2005 |
5 |
@@ -8,14 +8,15 @@ |
6 |
foreach (qw(raddb/radiusd.conf raddb/users)) |
7 |
{ |
8 |
templates2events("/etc/$_", qw( |
9 |
- console-save |
10 |
bootstrap-console-save |
11 |
+ console-save |
12 |
+ password-modify |
13 |
remoteaccess-update |
14 |
user-create |
15 |
+ user-delete |
16 |
+ user-lock |
17 |
user-modify |
18 |
user-modify-admin |
19 |
- user-delete |
20 |
- password-modify |
21 |
)); |
22 |
} |
23 |
|
24 |
@@ -28,22 +29,25 @@ |
25 |
radiusclient/dictionary.microsoft)) |
26 |
{ |
27 |
templates2events("/etc/$_", qw( |
28 |
- console-save |
29 |
bootstrap-console-save |
30 |
- remoteaccess-update |
31 |
+ console-save |
32 |
domain-modify |
33 |
+ remoteaccess-update |
34 |
ldap-update |
35 |
)); |
36 |
} |
37 |
|
38 |
foreach $event ( qw( |
39 |
- console-save |
40 |
- remoteaccess-update |
41 |
+ console-save |
42 |
domain-modify |
43 |
+ ldap-update |
44 |
+ password-modify |
45 |
+ remoteaccess-update |
46 |
user-create |
47 |
+ user-delete |
48 |
+ user-lock |
49 |
user-modify |
50 |
user-modify-admin |
51 |
- user-delete |
52 |
) ) |
53 |
{ |
54 |
safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/radiusd"); |
55 |
Index: e-smith-radiusd/e-smith-radiusd.spec |