From de2f59c61a0549c54546704c07a1f41410fc50d7 Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Mon, 27 Nov 2023 10:20:05 +0100 Subject: [PATCH] docs: Document idmap_nss "range" option Signed-off-by: Samuel Cabrero Reviewed-by: Alexander Bokovoy --- docs-xml/manpages/idmap_nss.8.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs-xml/manpages/idmap_nss.8.xml b/docs-xml/manpages/idmap_nss.8.xml index fc03445df2c..254f38a5f5b 100644 --- a/docs-xml/manpages/idmap_nss.8.xml +++ b/docs-xml/manpages/idmap_nss.8.xml @@ -27,6 +27,25 @@ + + IDMAP OPTIONS + + + + range = low - high + + Defines the available matching UID and GID range for which the + backend is authoritative. Note that the range acts as a filter. + Returned UIDs or GIDs by NSS modules that fall outside the range + are ignored and the corresponding maps discarded. It is intended + as a way to avoid accidental UID/GID overlaps between local and + remotely defined IDs. + + + + + + EXAMPLES @@ -57,4 +76,4 @@ - + \ No newline at end of file -- 2.47.2