From: Arran Cudbard-Bell Date: Wed, 22 Feb 2012 08:53:19 +0000 (+0100) Subject: Move rest config to new mods-available directory X-Git-Tag: release_3_0_0_beta0~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc81b7940869088985e43c9a24b4fab46b6cc3c;p=thirdparty%2Ffreeradius-server.git Move rest config to new mods-available directory --- diff --git a/raddb/modules/rest b/raddb/mods-available/rest similarity index 94% rename from raddb/modules/rest rename to raddb/mods-available/rest index dca280cbf43..8da011d8033 100644 --- a/raddb/modules/rest +++ b/raddb/mods-available/rest @@ -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"