]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move rest config to new mods-available directory
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Feb 2012 08:53:19 +0000 (09:53 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Feb 2012 08:53:19 +0000 (09:53 +0100)
raddb/mods-available/rest [moved from raddb/modules/rest with 94% similarity]

similarity index 94%
rename from raddb/modules/rest
rename to raddb/mods-available/rest
index dca280cbf43e943a494b6d42e0fe0c21edb18c20..8da011d803303c8ba8819df332b0f2e05b7c8da2 100644 (file)
@@ -5,7 +5,7 @@ rest {
        #
        # If you wish to disable this pre-caching and reachability check,
        # comment out the configuration item below.
-       connect_uri = "http://power.freeradius.org"
+       connect_uri = "http://127.0.0.1/"
        
        pool {
             start = 5
@@ -18,7 +18,7 @@ rest {
 
        authorize {
                uri = "${..connect_uri}/user/%{User-Name}/mac/%{Called-Station-ID}?section=authorize"
-               method = "get"`
+               method = "get"
        }
        authenticate {
                uri = "${..connect_uri}/user/%{User-Name}/mac/%{Called-Station-ID}?section=authenticate"