Escaping for v2 style. Fixe #1543
authorAlan T. DeKok <aland@freeradius.org>
Sun, 21 Feb 2016 12:57:21 +0000 (07:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 21 Feb 2016 13:04:50 +0000 (08:04 -0500)
raddb/policy.conf

index e8a8575..0b04096 100644 (file)
@@ -47,7 +47,7 @@ policy {
        #       Forbid all attempts to login via realms.
        #
        deny_realms {
-               if (User-Name =~ /@|\\/) {
+               if (User-Name =~ /@|\\\\/) {
                        reject
                }
        }