Il 24/09/2012 09:40, Fajar A. Nugraha ha scritto:
Is this sites-available/default? Or inner-tunnel? sites-available/default .
Your log for inner tunnel only shows this: server inner-tunnel { # from file /etc/freeradius/sites-enabled/inner-tunnel modules { Module: Checking authenticate {...} for more modules to load Module: Linked to module rlm_pap Module: Instantiating module "pap" from file /etc/freeradius/modules/pap Maybe it doesn't instantiate it again since pap is already instantiated in default?
IIRC authorize should come before authenticate. Which means you probably don't have "pap" on authorize section of inner tunnel. But it's there: authorize { unibo_map_realms chap mschap suffix ntdomain update control { Proxy-To-Realm := LOCAL } eap { ok = return } files expiration logintime pap }
That's why I'm quite confused... BYtE, Diego.