Difference between revisions of "Pam ccreds"

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...)
 
 
(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-8.tar.gz
+
| 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
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