Hi,

I want to use `files' as the auth method on radius 2.1.3. I added one user to 
the users file in /etc:

"{1}000000100...@test.com" Service-Type == Framed-User
        Framed-IP-Address=30.30.30.1,
        Framed-MTU=1500,
        Auth-Type=Accept

DEFAULT Service-Type == Framed-User
        Framed-MTU=1500,
        Session-Timeout=36000,
        Termination-Action=Radius-Request,
        Service-Type=Framed-User


when i try tu authenticate this user i get the following error:

No authenticate method (Auth-Type) configuration found for the request: 
Rejecting the user
Failed to authenticate the user.


I attach the whole debug info:

rad_recv: Access-Request packet from host 192.168.0.104 port 49910, id=0, 
length=141
        User-Name = "{1}000000100...@test.com"
        Service-Type = Framed-User
        Framed-MTU = 1500
        Calling-Station-Id = "00-09-02-10-01-C2"
        NAS-Port-Type = Ethernet
        NAS-Port = 0
        NAS-Port-Id = "ABC"
        NAS-IP-Address = 192.168.0.104
        Event-Timestamp = "Jan 26 2009 09:16:36 EET"
        Message-Authenticator = 0x2c7e083eefb7491d0e0a102f16edc446
+- entering group authorize {...}
++[preprocess] returns ok
++[chap] returns noop
++[mschap] returns noop
[suffix] Looking up realm "test.com" for User-Name = "{1}000000100...@test.com"
[suffix] No such realm "test.com"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[unix] returns notfound
[files] users: Matched entry {1}000000100...@test.com at line 1
++[files] returns ok
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication may 
fail because of this.
++[pap] returns noop
No authenticate method (Auth-Type) configuration found for the request: 
Rejecting the user
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}
[attr_filter.access_reject]     expand: %{User-Name} -> {1}000000100...@test.com
 attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.


Any hints? Thx a lot.


      

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

Reply via email to