I want to use postgresql , and I config file follow guide please tell me it is true ?


and how to config it to use postgresql ,It only 2 file to config or is more ?

1.radiusd.conf
------------------------------------------------------------------------------
$INCLUDE  ${confdir}/postgresql.conf
authorize {
        preprocess
#       auth_log
#       chap
#       attr_filter
#       eap
#       suffix
#       sql
        files
        noresetcounter ---------->what is for ?
}

session {
        radutmp
        sql
}

accouting {
        acct_unique
        detail
        sql
#       main_pool
}
-------------------------------------------------------------------------
2. postgresql.conf

   sql{
driver="rlm_sql_postgresql"
   server="localhost"
   login = "postgres"
   password = "postgres"
   radius_db="radiusdb"



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

Reply via email to