Page MenuHomeFreeBSD

Add nss_tacplus, a TACACS+ NSS module.
ClosedPublic

Authored by des on May 17 2023, 12:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 4:38 PM
Unknown Object (File)
Sep 30 2024, 2:42 PM
Unknown Object (File)
Sep 25 2024, 3:31 AM
Unknown Object (File)
Sep 20 2024, 4:22 PM
Unknown Object (File)
Sep 20 2024, 2:14 PM
Unknown Object (File)
Sep 17 2024, 8:00 AM
Unknown Object (File)
Sep 5 2024, 2:08 PM
Unknown Object (File)
Aug 31 2024, 10:38 PM
Subscribers

Details

Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.May 17 2023, 12:09 PM
bcr added a subscriber: bcr.

OK for the manpage part of the change.

The build stuff looks good, the man page is good...
the code is good for my scan, but I didn't look in detail. None of my 'hot button' issues are in the code.

lib/nss_tacplus/Makefile
5

Why do you need this? Is it because there's no lib in front?

This revision is now accepted and ready to land.May 17 2023, 2:00 PM
des marked an inline comment as done.May 17 2023, 2:13 PM
des added inline comments.
lib/nss_tacplus/Makefile
5

Correct, without this line it would be installed as libnss_tacplus.so.1 and nsdispatch wouldn't find it.

des marked an inline comment as done.May 17 2023, 2:13 PM
This revision was automatically updated to reflect the committed changes.