mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Many if not most ports that install PAM modules install them into
${LOCALBASE}/lib/security instead of just ${LOCALBASE}/lib, because
all the world is Linux. Rather than try to fix the ports, add that
directory to the search path.
MFC after: 1 week
Relnotes: yes
Reviewed by: delphij
Differential Revision: https://reviews.freebsd.org/D50626
|
||
|---|---|---|
| .. | ||
| bin | ||
| doc | ||
| freebsd | ||
| include | ||
| lib | ||
| m4 | ||
| misc | ||
| modules | ||
| t | ||
| aclocal.m4 | ||
| autogen.sh | ||
| compile | ||
| config.guess | ||
| config.h.in | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| CREDITS | ||
| depcomp | ||
| HISTORY | ||
| INSTALL | ||
| install-sh | ||
| LICENSE | ||
| ltmain.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| README | ||
| RELNOTES | ||
| test-driver | ||
| TODO | ||
OpenPAM is an open source PAM library that focuses on simplicity, correctness, and cleanliness. OpenPAM aims to gather the best features of Solaris PAM, XSSO and Linux-PAM, plus some innovations of its own. In areas where these implementations disagree, OpenPAM tries to remain compatible with Solaris, at the expense of XSSO conformance and Linux-PAM compatibility. Please direct bug reports and inquiries to <des@des.dev>.