Merge pam into the kauth configure option
authorBenjamin Kaduk <kaduk@mit.edu>
Mon, 6 Oct 2014 17:31:23 +0000 (13:31 -0400)
committerD Brashear <shadow@your-file-system.com>
Wed, 15 Oct 2014 15:05:21 +0000 (11:05 -0400)
commitf7ddab6606617cb587a0f667bba6837c8103d5e9
treecbd9367107d0b4d4091fdffc2ee6fccd6b9004e9
parent2c3a517e876013f24430462fc5a2eea25e5cd61d
Merge pam into the kauth configure option

Realistically, you shouldn't be using either kauth or pam.  The
pam functionality provided by the module in our tree is only
useful in a kaserver-style environment, so it makes sense to merge
the two knobs.

Retain a separate enable_pam variable so that it can be overridden
on a per-architecture basis where it is known to not work.  Consolidate
the two places where we did such checks, as well.

Change-Id: I6bf39ee5002f943548c51d089fe612f7e2f0501b
Reviewed-on: http://gerrit.openafs.org/11524
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: D Brashear <shadow@your-file-system.com>
acinclude.m4