Pam ccreds
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.padl.com/download/pam_ccreds-8.tar.gz |
---|
Contents
Introduction to Pam ccreds
The pam_ccreds module provides the means for Linux workstations to locally authenticate using an enterprise identity when the network is unavailable.
Project Homepage: http://www.padl.com/OSS/pam_ccreds.html
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr --libdir=/lib && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \ ./configure --prefix=/usr --libdir=/lib && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --libdir=/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/lib64 && make
Install the package:
make install