X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=5bc8dc850706473c0c801ebfef89744f083fb379;hb=dcd2f0860f9489bf2bbe349b4bcbc2f7e1d95866;hp=54005baf81c04f7f35852095d25d6c2e22a58de9;hpb=03b6b479897df2f195120622e69f87aede855589;p=libnss-afs.git diff --git a/debian/control b/debian/control old mode 100644 new mode 100755 index 54005ba..5bc8dc8 --- a/debian/control +++ b/debian/control @@ -1,20 +1,27 @@ Source: libnss-afs -Section: net +Section: libs Priority: extra Maintainer: Adam Megacz -Build-Depends: debhelper (>= 4.0.0), libopenafs-dev, libc6-dev -Standards-Version: 3.6.0 +Build-Depends: debhelper (>= 4.0.0), libopenafs-dev (>= 1.4.10), libc6-dev (>= 2.3.6) +Standards-Version: 3.7.2 Package: libnss-afs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: nscd Description: A NSS (Name Service Switch) module for AFS + A Name Service Switch (NSS) plugin is a shared library used by glibc + to -- among other things -- translate between usernames and numeric + userids and between group names and numeric groupids. + . + The libnss-afs library is an NSS plugin which answers these queries + using the information stored in the AFS ptserver, avoiding the need to + duplicate (and update) this information in /etc/passwd or LDAP. The + library also synthesizes the name AfsPag-XXXX for the fake group ids + that are used to represent AFS PAGs. + . Based on libnss-ptdb by Frank Burkhardt . - This module provides a NSS module that allows your - AFS-Protection-Database (PTDB) to act as a name service. - The only information the PTDB provides is a UID <-> username - mapping. We have to "guess" all the other passwd-fields. + Based on nss_pts by Todd M. Lewis. . You should use nscd to reduce network traffic caused by this module.