Put comments in front of 'always' example, to help radiusd run sanely right
authorcmiller <cmiller>
Sat, 16 Dec 2000 22:31:25 +0000 (22:31 +0000)
committercmiller <cmiller>
Sat, 16 Dec 2000 22:31:25 +0000 (22:31 +0000)
out of the tarball.  It is debug-code, after all.

src/modules/rlm_always/selfconfig.m4

index 1383dd9..0bf5a4a 100644 (file)
@@ -5,21 +5,21 @@ INSERT_GLOBAL_CONFIG(5)dnl
 dnl nothing
 INSERT_MODULE_INSTANTIATION(5)dnl
 
-#
-# The "always" module is here for debugging purposes. Each instance simply
-# returns the same result, always, without doing anything.
-#
-       always fail {
-               rcode = fail
-       }
-       always reject {
-               rcode = reject
-       }
-       always ok {
-               rcode = ok
-               simulcount = 0
-               mpp = no
-       }
+       #
+       # The "always" module is here for debugging purposes. Each instance simply
+       # returns the same result, always, without doing anything.
+       #
+#      always fail {
+#              rcode = fail
+#      }
+#      always reject {
+#              rcode = reject
+#      }
+#      always ok {
+#              rcode = ok
+#              simulcount = 0
+#              mpp = no
+#      }
 
 INSERT_DEF_AUTHENTICATION(5)dnl
 dnl nothing