Subversion Repositories ALCASAR

Rev

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

Rev 2423 Rev 2446
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
	noresetcounter
24
	noresetcounter
25
	dailycounter
25
	dailycounter
26
	monthlycounter
26
	monthlycounter
27
	expiration
27
	expiration
28
	logintime
28
	logintime
29
	pap
29
	pap
-
 
30
	# ldap {
-
 
31
	# fail=1
-
 
32
    # }
30
}
33
}
31
 
34
 
32
authenticate {
35
authenticate {
33
	Auth-Type PAP {
36
	Auth-Type PAP {
34
		pap
37
		pap
35
	}
38
	}
-
 
39
	# Auth-Type LDAP { 
-
 
40
	# ldap 
-
 
41
    # }
36
}
42
}
37
 
43
 
38
accounting {
44
accounting {
39
	sql
45
	sql
40
}
46
}
41
 
47
 
42
session {
48
session {
43
	sql
49
	sql
44
}
50
}
45
 
51
 
46
post-auth {
52
post-auth {
47
	Post-Auth-Type REJECT {
53
	Post-Auth-Type REJECT {
48
		attr_filter.access_reject
54
		attr_filter.access_reject
49
	}
55
	}
50
}
56
}
51
}
57
}
52
 
58
 
53
 
59
 
54
 
60