> ++- if (!Huntgroup-Name) returns ok ++? if (Huntgroup-Name == "list")
> (Attribute Huntgroup-Name was not found)
>
>the problem seems to be your huntgroup.. Can you post your huntgroup
>definitions?
>--
>Jens Weibler
>IT-Services
Hi,
In huntgroup I just have:
...........
# Usuario = xxx xxx
list Calling-Station-Id == 0221.6ae0.cef8
............
Them in sites-available/inner-tunnel I have a script:
if(!Huntgroup-Name) {
# reject
update reply {
Tunnel-Type = VLAN
Tunnel-Medium-Type = IEEE-802
Tunnel-Private-Group-Id = 249
}
}
if(Huntgroup-Name == "list") {
if( Ldap-Group == "WIFI-Direccion") {
update reply {
Tunnel-Type = VLAN
Tunnel-Medium-Type = IEEE-802
Tunnel-Private-Group-Id = 200
}
seems ok. What do you think?
Thanks a lot.