Pam ccreds: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.padl.com/download/pam_ccreds-8.tar.gz |} {{Package-Introduction|The pam_ccreds modu... |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
| http://www.padl.com/download/pam_ccreds- | | http://www.padl.com/download/pam_ccreds-{{Pam_ccreds-Version}}.tar.gz | ||
|} | |} | ||
| Line 37: | Line 37: | ||
Install the package: | Install the package: | ||
make install | make install | ||
=== N32 === | === N32 === | ||
Latest revision as of 17:03, 6 September 2009
| Download Source: | http://www.padl.com/download/pam_ccreds-8.tar.gz |
|---|
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