summaryrefslogtreecommitdiff
path: root/tacplus_nss.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tacplus_nss.conf')
-rw-r--r--tacplus_nss.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tacplus_nss.conf b/tacplus_nss.conf
index 502a037..bb4eb1e 100644
--- a/tacplus_nss.conf
+++ b/tacplus_nss.conf
@@ -3,11 +3,11 @@
# Edit /etc/nsswitch.conf to add tacplus to the passwd lookup, similar to this
# where tacplus precede compat (or files), and depending on local policy can
# follow or precede ldap, nis, etc.
-# passwd: tacplus compat
+# passwd: tacplus compat
#
# Servers are tried in the order listed, and once a server
# replies, no other servers are attempted in a given process instantiation
-#
+#
# This configuration is similar to the libpam_tacplus configuration, but
# is maintained as a configuration file, since nsswitch.conf doesn't
# support passing parameters. Parameters must start in the first
@@ -16,7 +16,7 @@
# if set, errors and other issues are logged with syslog
# debug=1
-# min_uid is the minimum uid to lookup via tacacs. Setting this to 0
+# min_uid is the minimum uid to lookup via tacacs. 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 our standard
# local users, including the cumulus uid of 1000. Should not be greater