NetNITCO Systems Administration wrote:

> Does anybody use Freeradius, storing accounting and user/passwords in MySQL,
> and use PAP for authentication?

I use Postgresql on 0.5, but apart from that ...  Here's a cut-down
version of the config I use, if it's any help.  Note that my PAP
section is commented out; from memory, yours had encryption_scheme
set to clear.

authorize {
        preprocess
        suffix
        sql
}

authenticate {
}

preacct {
        suffix
        files
        preprocess
}


accounting {
        detail
        unix
        sql
        radutmp
}

session {
        radutmp
}



-- 
Regards,
  Daryl Tester,  Software Wrangler and Bit Herder, IOCANE Pty. Ltd.

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

Reply via email to