Re: Huntgroups checking in MySQL radgroupcheck

2013-06-07 Thread Marco Marzetti
Il giorno gio, 06/06/2013 alle 09.21 +0200, Marco Marzetti ha scritto: > Il giorno mer, 05/06/2013 alle 13.41 -0400, Alan DeKok ha scritto: > > > Marco Marzetti wrote: > > > Also, if i understand it correctly, it makes sense to me since "==" is a > > > filtering > > > operator while ":=" add the

Re: Huntgroups checking in MySQL radgroupcheck

2013-06-06 Thread Marco Marzetti
Il giorno mer, 05/06/2013 alle 13.41 -0400, Alan DeKok ha scritto: > Marco Marzetti wrote: > > Also, if i understand it correctly, it makes sense to me since "==" is a > > filtering > > operator while ":=" add the attribute to the list for further checking > > > > Anyway, i've updated the record

Re: Huntgroups checking in MySQL radgroupcheck

2013-06-05 Thread Alan DeKok
Marco Marzetti wrote: > Also, if i understand it correctly, it makes sense to me since "==" is a > filtering > operator while ":=" add the attribute to the list for further checking > > Anyway, i've updated the record above and putting ":=" and it doesn't work. It depends what you want to do.

Re: Huntgroups checking in MySQL radgroupcheck

2013-06-05 Thread Marco Marzetti
Il giorno mer, 05/06/2013 alle 09.14 -0400, Alan DeKok ha scritto: > Marco Marzetti wrote: > > mysql> SELECT * FROM radgroupcheck; > > ++---+++--+ > > | id | groupname | attribute | op | value| > > ++---+++--+

Re: Huntgroups checking in MySQL radgroupcheck

2013-06-05 Thread Alan DeKok
Marco Marzetti wrote: > mysql> SELECT * FROM radgroupcheck; > ++---+++--+ > | id | groupname | attribute | op | value| > ++---+++--+ > | 1 | TECNICI | Huntgroup-Name | == | APPARATI | > ++---+---