Am installing Free Radius 1.0.5 on Free BSD 5.4
OS
Installation went alright, but when I fire it up,
it fails to load the sql module.
Here is the radiusd -x string:
radiusd -x
Starting - reading configuration
files ...
Module: Loaded exec
rlm_exec: Wait=yes but no output defined.
Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded
expr
Module: Instantiated expr (expr)
Module: Loaded PAP
Module:
Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap
(chap)
Module: Loaded MS-CHAP
Module: Instantiated mschap (mschap)
Module: Loaded System
Module: Instantiated unix (unix)
Module:
Loaded eap
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and
initialized type leap
rlm_eap: Loaded and initialized type gtc
rlm_eap:
Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
Module: Instantiated realm (suffix)
Module:
Loaded files
Module: Instantiated files (files)
Module: Loaded
Acct-Unique-Session-Id
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
Module: Instantiated detail (detail)
Module:
Loaded radutmp
Module: Instantiated radutmp (radutmp)
Initializing the
thread pool...
Listening on authentication *:1645
Listening on accounting
*:1646
Ready to process requests.
In radiusd.conf, I have
$INCLUDE ${confdir}/sql.conf
What else do I need to do?
Bill