> I tryied to put "sql" on the "authenticate" section of the "radiusd.conf"
> file. When i load radiusd, the module is loaded correctly, but when atuhing,
> only UNIX is checked for auth, wich replyies "not found".
> Could you please send me a sample file, link , howto or searchable mailing
> archive ?
Archive of the freeradius list is serchable so you can use that.
Here is my setup:

significant part of radius.conf
authorize {
        preprocess
        counter
        attr_filter
        suffix
        sql
#       files
}

authenticate {
        sql
        #pam
        #unix
}


preacct {
        suffix
        files
        preprocess
}

accounting {
        acct_unique
        detail
        counter
        unix
        sql
        radutmp
#       sradutmp
}


For adding new users and  accounting use dialup_admin here is the link:
http://prdownloads.sourceforge.net/dialup-admin/dialup_admin-1.18.tar.gz


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

Reply via email to