Evren Yurtesen <[EMAIL PROTECTED]> wrote: > I have a question, when I set the NAS type to other, then if radius > thinks that the user is online then it doesnt let him connect again. > I then must use radzap to remove to info and then the user can connect > normally again, right?
Yes. > Is it possible to change this behaviour that if the NAS type is other > then radius accepts the user anyhow when it thinks that the user is > already online? I would prefer to make a separate NAS type for that, instead of changing the meaning of "other". See src/main/session.c, rad_check_ts() Add a check below "other", for "something else", and have it 'return 0' if that nas name matches. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
