diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 10:24:17 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-22 10:26:56 -0700 |
commit | a4f44acbcfbca491a4e4c8cd0490ebf487814f02 (patch) | |
tree | ee04666447a4c5676b95fb3a89f4d5407184808b | |
parent | 00f7cd23e3c1db8e64efc1275d83818b6f159668 (diff) | |
download | libpam-radius-auth-a4f44acbcfbca491a4e4c8cd0490ebf487814f02.tar.gz libpam-radius-auth-a4f44acbcfbca491a4e4c8cd0490ebf487814f02.zip |
Fixed cut and paste left over tacacs reference in pam_radius_auth.5
Also corrected nss_mapuser references to match libnss_mapuser
-rw-r--r-- | pam_radius_auth.5 | 6 | ||||
-rw-r--r-- | pam_radius_auth.8 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pam_radius_auth.5 b/pam_radius_auth.5 index 015b963..fc28452 100644 --- a/pam_radius_auth.5 +++ b/pam_radius_auth.5 @@ -1,9 +1,9 @@ .TH pam_radius_auth 5 .\" Copyright 2017 Cumulus Networks, Inc. All rights reserved. .SH NAME -/etc/pam_radius_auth.conf \- RADIUS client configuration file +pam_radius_auth.conf \- RADIUS client configuration file .SH SYNOPSIS -.B /etc/tacplus_servers +.B /etc/pam_radius_auth.conf is the RADIUS client configuration file for the PAM RADIUS client plugin. It contains the information on how to reach the RADIUS server(s), and because it contains the shared secret key, should be mode 600 and owned @@ -48,7 +48,7 @@ If the management network is in a VRF, set this variable to the VRF name. This would usually be "mgmt". This is not normally needed with PAM. .SH "SEE ALSO" .BR pam_radius_auth (8), -.BR mapuser_nss (5) +.BR nss_mapuser (5) .SH FILES .I /etc/pam_radius_auth.conf - RADIUS client configuration parameters diff --git a/pam_radius_auth.8 b/pam_radius_auth.8 index 06c5a9d..e39a190 100644 --- a/pam_radius_auth.8 +++ b/pam_radius_auth.8 @@ -128,7 +128,7 @@ i.e. try cracklib to be sure it's secure, then go update the RADIUS server. .SH "SEE ALSO" .BR pam_radius_auth (5), -.BR mapuser_nss (5), +.BR nss_mapuser (5), .BR pam-auth-update (8) .SH FILES .IR /etc/pam_radius_auth.conf , |