Re: Returning several values in the same attributes - bug or feature?

2006-07-27 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
> But still question remains, why authorize_reply_group cannot return several
> values in the same attribute.

  It can.  You just have to set the operator correctly.  See the
rlm_sql documentation.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Returning several values in the same attributes - bug or feature?

2006-07-27 Thread biuro

In log it looks like this


Well, probably I've found reason of bug :)
rlm_sql (sql): User [EMAIL PROTECTED] not found in radcheck

simply user was not found in DB and freereadius does not invoke
authorize_reply_query. I have to check my program once again but I 
think it is

a reeason.


But still question remains, why authorize_reply_group cannot return several
values in the same attribute.

Regards
Michal Szymanski

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


Re: Returning several values in the same attributes - bug or feature?

2006-07-27 Thread biuro

Quoting [EMAIL PROTECTED]:

I've noticed very strange behavior of freeradius. After processing of 
'digest' message I invoke 'authorize_reply_query'

that returns list of values in SIP-AVP parameter

In log it looks like this


Well, probably I've found reason of bug :)
rlm_sql (sql): User [EMAIL PROTECTED] not found in radcheck

simply user was not found in DB and freereadius does not invoke
authorize_reply_query. I have to check my program once again but I think it is
a reeason.

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