v1.07: fix highly-improbable segfault
[hcoop/debian/libnss-afs.git] / debian / control
CommitLineData
03b6b479 1Source: libnss-afs
9c2744ac 2Section: libs
03b6b479 3Priority: extra
4Maintainer: Adam Megacz <megacz@hcoop.net>
9c2744ac 5Build-Depends: debhelper (>= 4.0.0), libopenafs-dev, libc6-dev (>= 2.3.6)
6Standards-Version: 3.7.2
03b6b479 7
8Package: libnss-afs
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Suggests: nscd
12Description: A NSS (Name Service Switch) module for AFS
9c2744ac 13 A Name Service Switch (NSS) plugin is a shared library used by glibc
14 to -- among other things -- translate between usernames and numeric
15 userids and between group names and numeric groupids.
16 .
17 The libnss-afs library is an NSS plugin which answers these queries
18 using the information stored in the AFS ptserver, avoiding the need to
19 duplicate (and update) this information in /etc/passwd or LDAP. The
20 library also synthesizes the name AfsPag-XXXX for the fake group ids
21 that are used to represent AFS PAGs.
22 .
03b6b479 23 Based on libnss-ptdb by Frank Burkhardt <burk@cbs.mpg.de>.
9c2744ac 24 Based on nss_pts by Todd M. Lewis.
03b6b479 25 .
26 You should use nscd to reduce network traffic caused by this
27 module.