From: Zbigniew Jędrzejewski-Szmek Date: Tue, 14 Dec 2021 17:48:25 +0000 (+0100) Subject: man: describe $SYSTEMD_NSS_RESOLVE_VALIDATE X-Git-Tag: v250-rc3~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4539afc08f2ce4af70d32e2dcd6a3fd414c0ef;p=thirdparty%2Fsystemd.git man: describe $SYSTEMD_NSS_RESOLVE_VALIDATE This variable has a pretty important effect, but we didn't mention it anywhere in the docs. It was added in aee9d18c8d909eb7aca2838e4bce5da018b6a112. --- diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml index b56ac5c129a..7d427b1a1ac 100644 --- a/man/nss-resolve.xml +++ b/man/nss-resolve.xml @@ -64,6 +64,20 @@ /run/systemd/resolve/io.systemd.Resolve AF_UNIX socket. + + Environment variables + + + + $SYSTEMD_NSS_RESOLVE_VALIDATE + + Takes a boolean argument. When false, cryptographic validation of resource records + via DNSSEC will be disabled. This may be useful for testing, or when system time is known to be + unreliable. + + + + Example @@ -95,7 +109,8 @@ netgroup: nis nss-systemd8, nss-myhostname8, nss-mymachines8, - nsswitch.conf5 + nsswitch.conf5, + systemd.syntax5