Subversion Repositories ALCASAR

Rev

Rev 2467 | Rev 2591 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2467 Rev 2513
1
server default {
1
server default {
2
listen {
2
listen {
3
	type = auth
3
	type = auth
4
	ipaddr = *
4
	ipaddr = *
5
	port = 0
5
	port = 0
6
	limit {
6
	limit {
7
		max_connections = 16
7
		max_connections = 16
8
		lifetime = 0
8
		lifetime = 0
9
		idle_timeout = 30
9
		idle_timeout = 30
10
	}
10
	}
11
}
11
}
12
 
12
 
13
listen {
13
listen {
14
	type = acct
14
	type = acct
15
	ipaddr = *
15
	ipaddr = *
16
	port = 0
16
	port = 0
17
	limit {
17
	limit {
18
		max_pps = 0
18
		max_pps = 0
19
	}
19
	}
20
}
20
}
21
 
21
 
22
authorize {
22
authorize {
23
	sql
23
	sql
-
 
24
	expire_on_login
24
	noresetcounter
25
	noresetcounter
25
	dailycounter
26
	dailycounter
26
	monthlycounter
27
	monthlycounter
27
	expiration
28
	expiration
-
 
29
	counterCoovaChilliMaxTotalOctetsDaily
-
 
30
	counterCoovaChilliMaxTotalOctetsMonthly
28
	logintime
31
	logintime
29
	pap
32
	pap
30
}
33
}
31
 
34
 
32
authenticate {
35
authenticate {
33
	Auth-Type PAP {
36
	Auth-Type PAP {
34
		pap
37
		pap
35
	}
38
	}
36
}
39
}
37
 
40
 
38
accounting {
41
accounting {
39
	sql
42
	sql
40
}
43
}
41
 
44
 
42
session {
45
session {
43
	sql
46
	sql
44
}
47
}
45
 
48
 
46
post-auth {
49
post-auth {
47
	Post-Auth-Type REJECT {
50
	Post-Auth-Type REJECT {
48
		attr_filter.access_reject
51
		attr_filter.access_reject
49
	}
52
	}
50
}
53
}
51
}
54
}
52
 
55