Page MenuHomeFreeBSD

Add nss_tacplus, a TACACS+ NSS module.
ClosedPublic

Authored by des on May 17 2023, 12:09 PM.
Tags
None
Referenced Files
F171384520: D40133.id122039.diff
Thu, Sep 10, 8:23 PM
F171383919: D40133.id122045.diff
Thu, Sep 10, 8:18 PM
Unknown Object (File)
Tue, Sep 8, 3:41 PM
Unknown Object (File)
Sun, Sep 6, 10:27 AM
Unknown Object (File)
Sun, Sep 6, 6:53 AM
Unknown Object (File)
Sun, Sep 6, 4:43 AM
Unknown Object (File)
Sun, Sep 6, 3:57 AM
Unknown Object (File)
Sat, Sep 5, 11:24 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.