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

1.1     ! misho       1: authorize {
        !             2:   suffix
        !             3:   eap {
        !             4:     ok = return
        !             5:   }
        !             6:   files
        !             7: }
        !             8: 
        !             9: authenticate {
        !            10:   eap
        !            11: }
        !            12: 
        !            13: preacct {
        !            14:   preprocess
        !            15:   acct_unique
        !            16:   suffix
        !            17:   files
        !            18: }
        !            19: 
        !            20: accounting {
        !            21:   detail
        !            22:   unix
        !            23:   radutmp
        !            24:   attr_filter.accounting_response
        !            25: }
        !            26: 
        !            27: session {
        !            28:   radutmp
        !            29: }
        !            30: 
        !            31: post-auth {
        !            32:   exec
        !            33:   Post-Auth-Type REJECT {
        !            34:     attr_filter.access_reject
        !            35:   }
        !            36: }
        !            37: 
        !            38: pre-proxy {
        !            39: }
        !            40: 
        !            41: post-proxy {
        !            42:   eap
        !            43: }

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