[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] radauth failures
From: |
Charles Sprickman |
Subject: |
Re: [Help-gnu-radius] radauth failures |
Date: |
Mon, 2 Aug 2004 14:31:57 -0400 (EDT) |
On Mon, 2 Aug 2004, Janzer, John wrote:
> I have links to the files under /opt/gnu_radius/sbin and
> /opt/gnu/radius/bin set up in /usr/sbin and /usr/bin, and I am able to
> start radiusd without errors.
This sounds familiar... I had gnu-radius in a "non standard" location,
and I seem to remember having similar problems with radauth. Make sure
that the location of radtest is correct in the radauth script:
address@hidden/var/db/mysql_2]# more /usr/local/gnu-radius/sbin/radauth
#! /usr/local/gnu-radius/bin/radtest -d /usr/local/etc/raddb -f
Also make sure that the config file for radauth/radtest has the right
values. In your raddb directory you should have a "client.conf" file.
Charles
>
>
> My problem is that I can't seem to authenticate using radauth. I'm
> trying to do a simple authentication only using a local system logon
> account (Unix account) or a specified user in the 'raddb/users" file, or
> even using an unconditional "accept" auth type , but radauth always
> comes back with "FAIL".
>
>
>
> When I run "radctl dump", the 3 users I have set up appear fine in
> radius.parse, so I think I have my "users" file set up correctly. Here
> is the "users" file:
>
> # For detailed description, run:
>
> # info Radius users
>
>
>
> test_user2 Auth-Type = Local,
>
> User-Password = test123
>
> Service-Type = Authenticate-Only
>
>
>
> test_user Auth-Type = System
>
> Service-Type=Authenticate-Only
>
>
>
> test_user1 Auth-Type = Accept
>
> Service-Type=Authenticate-Only
>
>
>
> DEFAULT Auth-Type = Accept,
>
> Simultaneous-Use = 1
>
> Service-Type = Framed-User,
>
> Framed-Protocol = PPP
>
>
>
> "test_user" is a valid Unix user with a valid password that I have
> passed in to radauth. All three of the following radauth commands fail.
>
>
> radauth test_user <password>
>
> radauth test_user1 junk
>
> radauth test_user2 test123
>
>
>
> In addition, I can't seem to specify the verbose option or any other
> options to radauth, as I've seen in other postings. I always get back
> only the message "FAIL." I've tried to run radtest directly, but don't
> seem to have the correct combination of options to get it to run
> successfully.
>
>
>
> Any idea what I'm doing wrong?
>
>
>
> Thanks in advance,
>
> JJ
>
> _______________________________________________
> Help-gnu-radius mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gnu-radius
>