How can I configure pap module to authenticate in mysql?
I set this :
# PAP module to authenticate users based on their stored password
#
# Supports multiple encryption schemes
# clear: Clear text
# crypt: Unix crypt
# md5: MD5 ecnryption
# sha1: SHA1 encryption.
# DEFAULT: crypt
pap {
encryption_scheme = clear
}
and
authenticate {
# pam
#unix
# Uncomment it if you want to use ldap for authentication
# authtype LDAP {
# ldap
# }
# mschap
# eap
# Uncomment it if you want to support CHAP
# authtype CHAP {
# chap
# }
# Uncomment the following if you want to support PAP and you
# extract user passwords from the user database (LDAP,SQL, etc).
# You should use the 'files'module to set 'Auth-Type := PAP' for
# this to work.
authtype SQL {
pap
}
#
}
But the radius don�t look in database of mysql for user and password.
I don�t see it in mysql.log
How can i configure this?
Thanks,
Alberto
----- Original Message -----
From: "Nick Marino" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 11:47 AM
Subject: Re: How can I configure freeradius0.7.1 to authenticate in Mysql
database?
I am using mysql and pap, anything I can do to help?
specific config entries in the conf files that is.....
----- Original Message -----
From: "Alberto Pereira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 9:30 AM
Subject: How can I configure freeradius0.7.1 to authenticate in Mysql
database?
> Hi,
>
> Someone can help me how How can I configure freeradius0.7.1 to
authenticate
> in Mysql database?
> I read in list archives to put:
> "Auth-Type=Pap"
>
> But it don�t work!
>
> How i can configure Pap to use a mysql table?
>
> Thanks.
>
> Alberto
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html