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, Oct 12, 5:31 PM
Unknown Object (File)
Sat, Oct 4, 10:21 PM
Unknown Object (File)
Wed, Oct 1, 11:06 AM
Unknown Object (File)
Wed, Sep 24, 5:02 PM
Unknown Object (File)
Sun, Sep 21, 8:23 AM
Unknown Object (File)
Sep 4 2025, 10:36 PM
Unknown Object (File)
Sep 3 2025, 4:49 PM
Unknown Object (File)
Aug 27 2025, 2:52 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.