Subversion Repositories ALCASAR

Rev

Rev 2467 | Rev 2591 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

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