freebsd-dev/contrib/openpam
Dag-Erling Smørgrav be70578239 Restore the upstream (and documented) behavior of searching for modules
both in /usr/lib and /usr/local/lib, thus simplifying the use of modules
from ports, without breaking the compat32 case again.

PR:		191151
MFC after:	3 weeks
2015-09-21 17:26:35 +00:00
..
bin Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
doc Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
include Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
lib Restore the upstream (and documented) behavior of searching for modules 2015-09-21 17:26:35 +00:00
misc Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
modules Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): 2015-01-28 18:13:52 +00:00
t Staticize the test plans. 2014-11-05 20:13:18 +00:00
aclocal.m4 Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
autogen.sh Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
compile Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
config.guess Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
config.h.in Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
config.sub Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
configure Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
configure.ac Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): 2015-01-28 18:13:52 +00:00
CREDITS Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): 2015-01-28 18:13:52 +00:00
depcomp Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
HISTORY Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
INSTALL Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
install-sh Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
LICENSE Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
ltmain.sh Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
Makefile.am Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
Makefile.in Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
missing Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
mkpkgng.in Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
pamgdb.in Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
README Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
RELNOTES Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
test-driver Update to OpenPAM Nummularia. 2013-09-07 19:43:39 +00:00
TODO Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00

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.

These are some of OpenPAM's features:

   - Implements the complete PAM API as described in the original PAM
     paper and in OSF-RFC 86.0; this corresponds to the full XSSO API
     except for mappings and secondary authentication.  Also
     implements some extensions found in Solaris 9.

   - Extends the API with several useful and time-saving functions.

   - Performs strict checking of return values from service modules.

   - Reads configuration from /etc/pam.d/, /etc/pam.conf,
     /usr/local/etc/pam.d/ and /usr/local/etc/pam.conf, in that order;
     this will be made configurable in a future release.

Please direct bug reports and inquiries to <des@des.no>.