Leighton Man wrote:
> I have unlang in authorise section of sites-enabled/default, after pap:
>
> if (request:Tunnel-Private-Group-Id:0 == "13"){

  Use:

        if (request:Tunnel-Private-Group-Id == 13) {

  i.e. without the ":0"

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

Reply via email to