X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=dc63615a8502de781c351e618cb58e6595f2f259;hb=refs%2Ftags%2F1.06;hp=54005baf81c04f7f35852095d25d6c2e22a58de9;hpb=e76ca0a3c785bdf592b53ae5faa0feeec5a0c82a;p=libnss-afs.git diff --git a/debian/control b/debian/control old mode 100644 new mode 100755 index 54005ba..dc63615 --- 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, 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.