bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-radius] Re: [Help-gnu-radius] $INCLUDE directive


From: pankaj
Subject: [Bug-gnu-radius] Re: [Help-gnu-radius] $INCLUDE directive
Date: Fri, 11 Apr 2003 19:11:04 +0530 (IST)


thanks for pointing that mistake. but the problem continues.

my lexer/parser is based on flex/bison combo and tokenizes/parses user 
requests. this happens after the following calls are made in the 
constructor of a class.

    radpath_init();
    dict_init();
    m_radclient = radclient_alloc (1,0,0);

pankaj

On Fri, 11 Apr 2003, Sergey Poznyakoff wrote:

SP => > is there some problem in the digest file or the dictionary file?
SP => 
SP => From the point of view of radius, yes there is:
SP => 
SP => > VENDOR           DIGEST                  800
SP => > ATTRIBUTE        DA-Realm                8100            string
SP => 
SP => The VENDOR keyword is useless, since no attribute is qualified with
SP => the vendor name. I don't know if it's intended. If you wish to make
SP => all DA- attributes vendor specific, you should explicitly mark them
SP => so, e.g.:
SP => 
SP => ATTRIBUTE        DA-Realm                8100            string DIGEST
SP => 
SP => Otherwise, simply remove the VENDOR statement.
SP => 
SP => > as soon as i add the above file using the include directive, the lexer 
in
SP => > my application (which tokenizes the user requests) conks and the values
SP => > have some additonal junk.
SP => 
SP => I don't know how your lexer/parser work, so I can't help with this.
SP => 
SP => Regards,
SP => Sergey
SP => 

-- 

Pankaj M. Tolani
Senior Member of Technical Staff

Persistent Systems Private Limited,
Bhageerath, 402, Senapati Bapat Road, 
Pune 411016 India.  
Tel : (+91) 020 567 8900 extn 158
Fax : (+91) 020 567 8901 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]