server default {

	listen {
	        type = auth
	        ipaddr = *
	        port = 0
	        limit {
	              max_connections = 16
	              lifetime = 0
	              idle_timeout = 30
	        }
	}

	listen {
	        ipaddr = *
	        port = 0
	        type = acct
	        limit {
	        }
	}

	authorize {
		preprocess
		pap
#		chap
		perl
		auth_log	
	}
	
	authenticate {
		Auth-Type PAP {
			pap
		}
#		Auth-Type CHAP {
#			chap
#		}
	}
	
	preacct {
		preprocess
#		acct_unique
	}
	
	accounting {
#		radutmp
		perl
		attr_filter.accounting_response
		detail
	}
	
#	session {
#		radutmp
#	}
	
	post-auth {
		Post-Auth-Type REJECT {
			attr_filter.access_reject
		}
		reply_log
	}

}
