Hi. I have a problem with rlm_perl on version 0.8.1 (under FreeBSD 5.1 Release).
After starting radiusd with -xyz I've got segmentation fault.
What I do wrong?

experimental.conf:
perl {
        module = /usr/local/etc/raddb/example.pl
        func_accounting = accounting
        func_authentication = authenticate
        func_preacct = preacct
        func_checksimul = checksimul
        func_xlat = xlat
}

radiusd.conf:
[...]
modules {
        chap {
                authtype = CHAP
                }
        mschap {
                authtype = MS-CHAP
                use_mppe = no
                require_encryption = no
                require_strong = no
        }
        $INCLUDE ${confdir}/experimental.conf
}

authorize {
        perl
        chap
        mschap
}

authenticate {
        authtype FUFLO {
                chap
                mschap
        }
}
[...]

users:
DEFAULT Auth-Type := FUFLO
                Fall-Through = Yes

gdb output, configs, scripts is available at http://null.pp.ru/fuck

-- 
Sincerely,
Dennis

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

Reply via email to