Hi,
> Where should I put the perl script? I already have a perl module for
> another virtual server to use radscript.
> 
> I also tried unlang in post-auth, like
> if ( %{User-Name} =~ /\@/ && fooEmployeeStatus =~ /active/i ) {
>                 update outer.reply {
>                                 Service-Type = "Framed-User"
>                                 Tunnel-Type = "VLAN"
>                                 Tunnel-Medium-Type = "IEEE-802"
>                                 Tunnel-Private-Group-Id = "facstaff"
>                 }
>         }


if ( "%{User-Name}" =~ /\@/ && fooEmployeeStatus =~ /active/i ) {

encase in quotes....dont have bare as per debug error

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

Reply via email to