Alan 
when i am running 
radclient -f digest localhost auth testing123

this is the debug from the radius.
rad_recv: Access-Request packet from host 127.0.0.1:32843, id=101, length=140
        User-Name = "test"
        Digest-Response = "631d6d73147add2f9e437f59bbc3aeb7"
        Digest-Attributes = "\001\013testrealm"
        Digest-Attributes = "\002\n1234abcd"
        Digest-Attributes = "\003\010INVITE"
        Digest-Attributes = "\004\034sip:[EMAIL PROTECTED]"
        Digest-Attributes = "\006\005MD5"
        Digest-Attributes = "\n\006test"
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 25
  modcall[authorize]: module "preprocess" returns ok for request 25
  modcall[authorize]: module "chap" returns noop for request 25
  modcall[authorize]: module "mschap" returns noop for request 25
    rlm_digest: Converting Digest-Attributes to something sane...
        Digest-Realm = "testrealm"
        Digest-Nonce = "1234abcd"
        Digest-Method = "INVITE"
        Digest-URI = "sip:[EMAIL PROTECTED]"
        Digest-Algorithm = "MD5"
        Digest-User-Name = "test"
rlm_digest: Adding Auth-Type = DIGEST
  modcall[authorize]: module "digest" returns ok for request 25
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 25
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 25
    users: Matched entry DEFAULT at line 152
    users: Matched entry test at line 215
  modcall[authorize]: module "files" returns ok for request 25
modcall: group authorize returns ok for request 25
  rad_check_password:  Found Auth-Type Digest
auth: type "digest"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 25
A1 = test:testrealm:test
A2 = INVITE:sip:[EMAIL PROTECTED]
KD = 1e00d6dbd30441265df6064b9d9b7da9:1234abcd:675b8c827b388805aa252ea38bfb6804 
  modcall[authenticate]: module "digest" returns ok for request 25
modcall: group authenticate returns ok for request 25
radius_xlat:  'Hello, test with digest'
Sending Access-Accept of id 101 to 127.0.0.1:32843
        Reply-Message = "Hello, test with digest"
Finished request 25

but when the ser sending request to the radius i don't see anything in
the logs.
what it can be ? on the other server it's working fine.


On 4/15/05, Alan DeKok <[EMAIL PROTECTED]> wrote:
> Alex <[EMAIL PROTECTED]> wrote:
> > inside raddb/users i have :
> > test Auth-Type := Digest, User-Password == "test"
> >      Reply-Message = "Hello, test with digest"
> 
>  DO NOT SET Auth-Type.
> 
> > I am running just installation test:
> >  radclient -f digest localhost 1645 auth testing123
> >
> > radclient:No token read where we expected an attribute name
> >
> > what it can be ??
> 
>  Can you answer the questions I asked in my previous responses?
> 
> > If there any way i can remove totally the installations of all
> > radiusclients and freeradiuses, and reinstall them ??
> 
>  Yes.  "rm".
> 
>  Alan DeKok.
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

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

Reply via email to