Hello, all.
 
    I would like to define 3 accounts(PAP-only, CHAP-only, and EAP-only) for 
auth testing.
    I've  tried setting as follows. 
 --------------------------------------------------------------------------
     
test_pap Auth-Type := PAP, User-Password == "pap"
         Session-Timeout = 180,
         Idle-Timeout = 300
 
test_chap Auth-Type := CHAP, User-Password == "chap"
         Session-Timeout = 180,
         Idle-Timeout = 300
 
test_eap Auth-Type += EAP, User-Password == "eap"
         Session-Timeout = 180,
         Idle-Timeout = 300
 --------------------------------------------------------------------------   
    But the test_pap and test_chap are useless.
    I know that Auth-Type cannot be set to "PAP" or "CHAP".
    But Auth-Type := "Local" cannot satisfy what I need.
    
    Could you give me some advices to solve the problem.
    Thanks for your help.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to