Alan and all, Thanks for your help. Here is an issue that I cannot get worked out. However, if I run the > mysql -u radius -p radius command it will take me right to the radius database so it is working (right?) sql: safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /" rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked rlm_sql (sql): Attempting to connect to radius@localhost:/radius rlm_sql (sql): starting 0 rlm_sql (sql): Attempting to connect rlm_sql_mysql #0 rlm_sql_mysql: Starting connect to MySQL server for #0 rlm_sql (sql): Connected new DB handle, #0 rlm_sql (sql): starting 1 rlm_sql (sql): Attempting to connect rlm_sql_mysql #1 rlm_sql_mysql: Starting connect to MySQL server for #1 rlm_sql (sql): Connected new DB handle, #1 rlm_sql (sql): starting 2 rlm_sql (sql): Attempting to connect rlm_sql_mysql #2 rlm_sql_mysql: Starting connect to MySQL server for #2 rlm_sql (sql): Connected new DB handle, #2 rlm_sql (sql): starting 3 rlm_sql (sql): Attempting to connect rlm_sql_mysql #3 rlm_sql_mysql: Starting connect to MySQL server for #3 rlm_sql (sql): Connected new DB handle, #3 rlm_sql (sql): starting 4 rlm_sql (sql): Attempting to connect rlm_sql_mysql #4 rlm_sql_mysql: Starting connect to MySQL server for #4 rlm_sql (sql): Connected new DB handle, #4 Module: Instantiated sql (sql) Then tell the server to use that password instead of the Unix module Where is this process at? I cannot find it in the Radius book I bought. Thanks Dwane Message: 3 Date: Thu, 23 Mar 2006 14:30:00 -0500 From: "Alan DeKok" <aland@ox.org> Subject: Re: RADTEST To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <20060323193001.1C92716CC1@mail.nitros9.org> "Atkins, Dwane P" <ATKINSD@uthscsa.edu> wrote:
I have looked at the radius.log file
Don't. Run the server in debugging mode.
Thu Mar 23 12:47:48 2006 : Auth: rlm_unix: [atkinsd]: invalid password
The Unix module says that the password is wrong, or the user doesn't exist in /etc/passwd.
But I have it in radcheck and can prove it.
Then tell the server to use that password instead of the Unix module. Alan DeKok. Dwane Atkins T&N 210-567-0158 <mailto:atkinsd@uthscsa.edu>
just wonder if anybody can make or already have eap-ttls to radclient just like jradius' radclient. k-
is eapol_test in wpa_supplicant the only available client tool? hm... eapol_test is not compilable in solaris. thanks anyway, kevin Alan DeKok wrote:
kevin <kevinsmbox@earthlink.net> wrote:
just wonder if anybody can make or already have eap-ttls to radclient just like jradius' radclient.
eapol_test, from wpa_supplicant.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
kevin <kevinsmbox@earthlink.net> wrote:
is eapol_test in wpa_supplicant the only available client tool? hm... eapol_test is not compilable in solaris.
I don't see why. I've never tried it myself on Solaris, but eapol_test is just a command-line program. So getting it to work on Solaris shouldn't be that hard. Alan DeKok.
Though it does not support Solaris, it looks good. Tunning with Solaris seems to be hard because many codes are linked to only Windows, LINUX, and FreeBSD. BTW, Alan, do you know how to configure outer-attributes for eap-ttls in eapol_test? I want to make user-name=anonymous in outer. Many thanks, Kevin Alan DeKok wrote:
kevin <kevinsmbox@earthlink.net> wrote:
just wonder if anybody can make or already have eap-ttls to radclient just like jradius' radclient.
eapol_test, from wpa_supplicant.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
kevin <kevinsmbox@earthlink.net> wrote:
do you know how to configure outer-attributes for eap-ttls in eapol_test? I want to make user-name=anonymous in outer.
Edit the config file. See the sample configs that come with it. Alan DeKok.
participants (3)
-
Alan DeKok -
Atkins, Dwane P -
kevin