Nss updatedb

From CBLFS
Jump to navigationJump to search
Download Source: http://www.padl.com/download/nss_updatedb-10.tar.gz

Introduction to Nss updatedb

The nss_updatedb utility maintains a local cache of network directory user and group information. Used in conjunction with the pam_ccreds module, it provides a mechanism for disconnected use of network directories. These tools are designed to work with pam_ldap and nss_ldap.

Project Homepage: http://www.padl.com/OSS/nss_updatedb.html

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the package:

make slibdir=/lib64 install