Difference between revisions of "Pam ccreds"

From CBLFS
Jump to navigationJump to search
 
Line 37: Line 37:
 
Install the package:
 
Install the package:
  
  make install &&
+
  make install
chmod -v 755 /lib/security/pam_krb5.so
 
  
 
=== N32 ===
 
=== N32 ===

Latest revision as of 10: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

Configuring