git: c8d84fa75eef - main - pam_tacplus: Mention nss_tacplus in the manual page.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 May 2023 10:44:34 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c8d84fa75eefdd4a6547c5367ae49954b9d8297e commit c8d84fa75eefdd4a6547c5367ae49954b9d8297e Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2023-05-22 10:00:52 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2023-05-22 10:14:52 +0000 pam_tacplus: Mention nss_tacplus in the manual page. MFC after: 1 week Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D40135 --- lib/libpam/modules/pam_tacplus/pam_tacplus.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libpam/modules/pam_tacplus/pam_tacplus.8 b/lib/libpam/modules/pam_tacplus/pam_tacplus.8 index 92534aafb925..a17dfdb78ed6 100644 --- a/lib/libpam/modules/pam_tacplus/pam_tacplus.8 +++ b/lib/libpam/modules/pam_tacplus/pam_tacplus.8 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 2, 1999 +.Dd May 17, 2023 .Dt PAM_TACPLUS 8 .Os .Sh NAME @@ -103,9 +103,10 @@ The standard TACACS+ client configuration file for .Nm .El .Sh SEE ALSO +.Xr pam 3 , .Xr passwd 5 , .Xr tacplus.conf 5 , -.Xr pam 3 +.Xr nss_tacplus 8 .Sh HISTORY The .Nm