]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Allow response delay in the response
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 Sep 2015 14:32:12 +0000 (10:32 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Sep 2015 14:32:12 +0000 (10:32 -0400)
raddb/mods-config/attr_filter/access_reject
raddb/mods-config/files/authorize

index 50414d04f6532bdaef99fb64ec0f1fca0de7c7de..07834e469d81eda59ed15e0c06194c380a613d14 100644 (file)
@@ -16,4 +16,6 @@ DEFAULT
        Reply-Message =* ANY,
        MS-CHAP-Error =* ANY,
        Proxy-State =* ANY,
+       FreeRADIUS-Response-Delay =* ANY,
+       FreeRADIUS-Response-Delay-USec =* ANY,
        Error-Cause =* ANY
index 67e0cd4e8ae088c5ef7df1ce3d65d8334bd721a9..3e8d0df8d5f2600dabbdb5d0ff51027da93e52ec 100644 (file)
@@ -1,3 +1,5 @@
+bob    Cleartext-Password := "bob"
+
 #
 #      Configuration file for the rlm_files module.
 #      Please see rlm_files(5) manpage for more information.