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)
Wed, May 13, 6:20 PM
Unknown Object (File)
Wed, May 13, 6:19 PM
Unknown Object (File)
Wed, May 13, 6:19 PM
Unknown Object (File)
Wed, May 13, 6:19 PM
Unknown Object (File)
Wed, May 13, 5:56 PM
Unknown Object (File)
Wed, May 13, 6:46 AM
Unknown Object (File)
Wed, May 6, 2:58 AM
Unknown Object (File)
Mon, May 4, 4:55 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.