Ok, tried that, no change.  Thanks anyway.  BTW, am I incorrect in 
assuming that these are tried in order until a) they all fail, or b) one 
is successful?








Scott Mace
Network Administrator
TravelCenters of America
24601 Center Ridge Rd.
Westlake, OH 44145
440-808-4318





"Ed H" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/21/2003 07:05 PM
Please respond to freeradius-users

 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        Re: MySQL Authentication


Hello Scott:

It looks like you might be trying to use unix passwd/shadow authentication 

and sql both.  Make sure your radiusd.conf file comments out all 
references 
to unix, and file. Should like something similar to this (this is just an 
example):

authenticate {
        authtype PAP {
                pap
        }
        authtype CHAP {
                chap
        }
#       pam
#       unix
#       authtype LDAP {
#               ldap
#       }
#       eap
}
preacct {
        preprocess
        suffix
#       files
}
accounting {
#       acct_unique
#       detail
#       counter
#       unix            # wtmp file
        sql
#       radutmp
#       sradutmp
}
session {
#       radutmp
        sql
}



Ed



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

Reply via email to