v1.04 fix potential segfault
[hcoop/debian/libnss-afs.git] / debian / control
1 Source: libnss-afs
2 Section: net
3 Priority: extra
4 Maintainer: Adam Megacz <megacz@hcoop.net>
5 Build-Depends: debhelper (>= 4.0.0), libopenafs-dev, libc6-dev
6 Standards-Version: 3.6.0
7
8 Package: libnss-afs
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Suggests: nscd
12 Description: 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.