Hi !
I tried to set up a user via freeradius (0.8.1) and a bintec router, and
didn't succeed 'till now. Does anybody have a working users file and/or
dictionary for me ? In special, i have the following problem: I dial in, and
then (as it looks to me), it is tried to authenticate the CLID, what doesn't
succedd. Shouldn't the Server then try to autheticate the username/password
combination ? It doesn't look like the server does in my case. Here are the
debug output of the router, my users file und the output of the radius
server:


ROUTER-DEBUG:

09:22:12 DEBUG/PPP: dialin from <2512345> to local number <15696> (7/0)
09:22:12 DEBUG/RADIUS: 2512345: send CALLERID REQUEST ID 79 to
<10.64.65.67:1812>
09:22:13 DEBUG/RADIUS: 2512345: send CALLERID REQUEST ID 79 to
<10.64.65.67:1812>
09:22:14 DEBUG/RADIUS: outband RADIUS identification timed out, try inband
09:22:14 DEBUG/PPP: ?: call accepted, call not identified by number
09:22:14 DEBUG/PPP: Layer 1 protocol hdlc, 64000 bit/sec
09:22:14 NOTICE/RADIUS: server <10.64.65.67:1812> changed state to INACTIVE
09:22:14 NOTICE/PPP: ?: CHAP auth failed for <testdap>
09:22:59 INFO/ACCT: ISDN:
06.02.2003,09:22:12,09:22:59,45,133,142,4,5,,I,15696,2512345,7/0,0,0,
09:22:59 INFO/PPP: ?: incoming connection closed, duration 0 sec, 121 bytes
received, 127 bytes sent, 0 charging units, 0 charging amounts

USERS-FILE:

DEFAULT Auth-Type := Local
        Fall-Through = 1

testdap  User-Password == "testdap"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Address = 172.30.10.50,
        Framed-IP-Netmask = 255.255.255.255,

RADIUS-OUTPUT:

--- Walking the entire request list ---
Waking up in 1 seconds...
rad_recv: Access-Request packet from host 10.64.65.47:1024, id=78, length=83
        NAS-Identifier = "dialer"
        Service-Type = Framed-User
        Framed-Protocol = PPP
        User-Name = "2512345"
        NAS-Port = 0
        NAS-Port-Type = ISDN
        User-Password = ""
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
rlm_chap: Could not find proper Chap-Password attribute in request
  modcall[authorize]: module "chap" returns noop
  modcall[authorize]: module "mschap" returns notfound
    rlm_realm: No '@' in User-Name = "2512345", looking up realm NULL
    rlm_realm: No such realm NULL
        User-Name = "2512345"
        NAS-Port = 0
        NAS-Port-Type = ISDN
        User-Password = ""
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
rlm_chap: Could not find proper Chap-Password attribute in request
  modcall[authorize]: module "chap" returns noop
  modcall[authorize]: module "mschap" returns notfound
    rlm_realm: No '@' in User-Name = "2512345", looking up realm NULL
    rlm_realm: No such realm NULL
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 77
  modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: No password configured for the user
Login incorrect (No password configured for the user): [2512345/] (from
client dialer port 0)
auth: Failed to validate the user.
Login incorrect: [2512345/] (from client dialer port 0)
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
rl_next:  returning NULL


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

Reply via email to