chiark / gitweb /
config: Tolerate Global settings in client sections on client
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 18:40:07 +0000 (19:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 18:46:01 +0000 (19:46 +0100)
commitc9a5b72df7bc887d74d7ee12a22c0a617f908c77
tree43246413a723faaf23f84feab2cf46f7ad7ef99e
parent443715c2943575abde4fbab3e8d598169367590c
config: Tolerate Global settings in client sections on client

It is OK for these to be found in these sections on the client.  This
may simplify writing config files intended to be used only on the
client.

On the server we must reject these to avoid horrendous confusion.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/settings.rst
src/config.rs