aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-29 13:47:43 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-29 13:47:43 +0200
commitec86e9d545049b0dc83cc6c5b9c7c66f74915f7f (patch)
treef41451d824f2bdc25010324164def9e5a43b391d /README
parent4771762b12e16954f94a1da6f49250413686811f (diff)
downloadping903-ec86e9d545049b0dc83cc6c5b9c7c66f74915f7f.tar.gz
ping903-ec86e9d545049b0dc83cc6c5b9c7c66f74915f7f.tar.bz2
Improve authorization support.
* examples/inspect: Special handling for "auth" objects. Print the rest of arrays as here documents. * src/json.c (json_object_filter): new function. * src/json.h (json_object_filter): new proto. * src/ping903.c (try_auth): Don't format HTTP responses if ret_val is NULL. (ept_ident, ept_config): Check individual object attributes using try_auth. Remove those not allowed by auth ACL. (cf_auth): Support for CF_SERIALIZE.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 15b6b33..2e9486f 100644
--- a/README
+++ b/README
@@ -364,10 +364,10 @@ without reloading the server. For the purpose of updating the
IP list is sectioned in two parts:
1. Immutable IP addresses
- These are IP addresses obtained from files supplied using the
- "ip-list" keyword in the configuration file. These addresses
- cannot be modified using the API described in this section.
- An attempt to do so will return an error status.
+ These are IP addresses specified in the configuration file using
+ the "ip-list: statement. These addresses cannot be modified using
+ the API described in this section. An attempt to do so will return
+ an error status.
2. Mutable IP addresses.
These are additional IP addresses configured via this API.

Return to:

Send suggestions and report system problems to the System administrator.