]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix example unlang
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 17 Aug 2023 16:26:18 +0000 (17:26 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 17 Aug 2023 16:26:18 +0000 (17:26 +0100)
raddb/sites-available/inner-tunnel

index c178baad0f720d5b87608d22c70d4485a43feee4..27c479000ae7cd8253b8df408536de33e297c4f0 100644 (file)
@@ -194,7 +194,7 @@ authorize {
        #  LDAP servers can only do PAP.  They cannot do CHAP, MS-CHAP,
        #  or EAP.
        #
-#      if (!&control.Auth-Type && &User-Password) {
+#      if (!&control:Auth-Type && &User-Password) {
 #              update control {
 #                     &Auth-Type := LDAP
 #              }