Hi. Does enebody can help me with some problem?
I wont add new attibute H323-setup-time to radus and get access.
When i added to radius.h file

#define PW_H323_SETUP_TIME 25

and rlm_example.c

VALUE_PAIR *state;


char *val;
state = pairfind(request->packet->vps, PW_H323_SETUP_TIME);
if (state) {
val = state->vp_strvalue;
DEBUG("\nPW_H323_SETUP_TIME = %s\n",val);
}
else printf("empty\n");

I allways received "empty" status
-- 
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to