Nss updatedb

From CBLFS
Revision as of 17:59, 8 July 2009 by Jciccone (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.padl.com/download/nss_updatedb-{{nss_updatedb-Version}}.tar.gz |} ---- {{Package-Int…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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