Annotation of embedaddon/strongswan/testing/tests/ikev2/rw-eap-ttls-radius/hosts/alice/etc/freeradius/3.0/sites-available/default, revision 1.1

1.1     ! misho       1: server default {
        !             2: 
        !             3: listen {
        !             4:   type = auth
        !             5:   ipaddr = 10.1.0.10
        !             6:   port = 0
        !             7: }
        !             8: 
        !             9: authorize {
        !            10:   preprocess
        !            11:   suffix
        !            12:   eap {
        !            13:     ok = return
        !            14:   }
        !            15:   files
        !            16:   expiration
        !            17:   logintime
        !            18: }
        !            19: 
        !            20: authenticate {
        !            21:   eap
        !            22: }
        !            23: 
        !            24: preacct {
        !            25:   preprocess
        !            26:   acct_unique
        !            27:   suffix
        !            28:   files
        !            29: }
        !            30: 
        !            31: accounting {
        !            32:   detail
        !            33:   unix
        !            34:   radutmp
        !            35:   exec
        !            36:   attr_filter.accounting_response
        !            37: }
        !            38: 
        !            39: session {
        !            40:   radutmp
        !            41: }
        !            42: 
        !            43: post-auth {
        !            44:   exec
        !            45:   Post-Auth-Type REJECT {
        !            46:     attr_filter.access_reject
        !            47:     eap
        !            48:     remove_reply_message_if_eap
        !            49:   }
        !            50: }
        !            51: 
        !            52: pre-proxy {
        !            53: }
        !            54: 
        !            55: post-proxy {
        !            56:   eap
        !            57: }
        !            58: 
        !            59: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>