Subversion Repositories ALCASAR

Rev

Rev 2513 | Go to most recent revision | Details | 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
24
	noresetcounter
25
	dailycounter
26
	monthlycounter
27
	expiration
28
	logintime
29
	pap
30
}
31
 
32
authenticate {
33
	Auth-Type PAP {
34
		pap
35
	}
36
}
37
 
38
accounting {
39
	sql
40
}
41
 
42
session {
43
	sql
44
}
45
 
46
post-auth {
47
	Post-Auth-Type REJECT {
48
		attr_filter.access_reject
49
	}
50
}
51
}