v1.05: fail-fast if network is likely to be down
[hcoop/debian/libnss-afs.git] / debian / control
CommitLineData
03b6b479 1Source: libnss-afs
2Section: net
3Priority: extra
4Maintainer: Adam Megacz <megacz@hcoop.net>
5Build-Depends: debhelper (>= 4.0.0), libopenafs-dev, libc6-dev
6Standards-Version: 3.6.0
7
8Package: libnss-afs
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Suggests: nscd
12Description: A NSS (Name Service Switch) module for AFS
13 Based on libnss-ptdb by Frank Burkhardt <burk@cbs.mpg.de>.
14 This module provides a NSS module that allows your
15 AFS-Protection-Database (PTDB) to act as a name service.
16 The only information the PTDB provides is a UID <-> username
17 mapping. We have to "guess" all the other passwd-fields.
18 .
19 You should use nscd to reduce network traffic caused by this
20 module.