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)
Sun, Jan 12, 8:33 PM
Unknown Object (File)
Tue, Dec 31, 4:36 PM
Unknown Object (File)
Dec 18 2024, 10:23 AM
Unknown Object (File)
Dec 4 2024, 12:33 AM
Unknown Object (File)
Nov 29 2024, 11:15 PM
Unknown Object (File)
Nov 24 2024, 3:21 AM
Unknown Object (File)
Nov 20 2024, 4:40 PM
Unknown Object (File)
Nov 20 2024, 2:31 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.