summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadjack <DBLouis@users.noreply.github.com>2020-03-21 18:12:36 +0200
committerGitHub <noreply@github.com>2020-03-21 17:12:36 +0100
commit5003d8998acada468929a64e1ad63020ead1edc4 (patch)
tree0baf211993562db2f051232eea6f55dc89dc0932
parente29ef82d7cd1749ce0ab6e5b05aa559ae8dbd866 (diff)
downloadlibnss-mapuser-5003d8998acada468929a64e1ad63020ead1edc4.tar.gz
libnss-mapuser-5003d8998acada468929a64e1ad63020ead1edc4.zip
Fix documentation for minimum UID parameter
-rw-r--r--nss_mapuser.52
-rw-r--r--nss_mapuser.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/nss_mapuser.5 b/nss_mapuser.5
index 92aff16..d6ad836 100644
--- a/nss_mapuser.5
+++ b/nss_mapuser.5
@@ -27,7 +27,7 @@ fields from the
configuration file are always skipped, as are any names starting with
.BR tacacs[0-9] .
.TP
-.I min_uid=NUMBER
+.I map_min_uid=NUMBER
UID's passed to the NSS mapuid plugin getpwuid() entry point that are below this value
cause an immediate NOTFOUND status to be returned. This reduces
overhead for the standard local user accounts.
diff --git a/nss_mapuser.conf b/nss_mapuser.conf
index dda0baa..cae505d 100644
--- a/nss_mapuser.conf
+++ b/nss_mapuser.conf
@@ -12,12 +12,12 @@
# if set, errors and other issues are logged with syslog
# debug=1
-# min_uid is the minimum uid to lookup. Setting this to 0
+# map_min_uid is the minimum uid to lookup. Setting this to 0
# means uid 0 (root) is never looked up, good for robustness and performance
# Cumulus Linux ships with it set to 1001, so we never lookup system
# users, or the standard "cumulus" account. You may want to change this
# to the value of the radius_user account.
-#min_uid=1001
+#map_min_uid=1001
# This is a comma separated list of usernames that are never mapped
# because they are standard accounts. They cause an early not found