Subversion Repositories ALCASAR

Rev

Rev 2467 | Rev 2615 | 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
	ldap {
33
	ldap {
31
		fail = 1
34
		fail = 1
32
	}
35
	}
33
	if ((ok || updated) && User-Password) {
36
	if ((ok || updated) && User-Password) {
34
		update control {
37
		update control {
35
			Auth-Type := ldap
38
			Auth-Type := ldap
36
		}
39
		}
37
	}
40
	}
38
}
41
}
39
 
42
 
40
authenticate {
43
authenticate {
41
	Auth-Type PAP {
44
	Auth-Type PAP {
42
		pap
45
		pap
43
	}
46
	}
44
	Auth-Type LDAP { 
47
	Auth-Type LDAP { 
45
		ldap 
48
		ldap 
46
    }
49
    }
47
}
50
}
48
 
51
 
49
accounting {
52
accounting {
50
	sql
53
	sql
51
}
54
}
52
 
55
 
53
session {
56
session {
54
	sql
57
	sql
55
}
58
}
56
 
59
 
57
post-auth {
60
post-auth {
58
	Post-Auth-Type REJECT {
61
	Post-Auth-Type REJECT {
59
		attr_filter.access_reject
62
		attr_filter.access_reject
60
	}
63
	}
61
}
64
}
62
}
65
}
63
 
66