File: control

package info (click to toggle)
libnss-ldap 264-2.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 660 kB
  • ctags: 6
  • sloc: sh: 145; perl: 61; makefile: 32
file content (19 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libnss-ldap
Section: net
Priority: extra
Maintainer: Richard A Nelson (Rick) <cowboy@debian.org>
Standards-Version: 3.7.2
Build-Depends: cdbs, quilt, patchutils, dh-buildinfo, debhelper (>= 5), autotools-dev, libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0)

Package: libnss-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: nscd, libpam-ldap
Description: NSS module for using LDAP as a naming service
 This package provides a Name Service Switch that allows your LDAP server
 act as a name service. This means providing user account information,
 group id's, host information, aliases, netgroups, and basically anything
 else that you would normally get from /etc flat files or NIS.
 .
 If used with glibc 2.1's nscd (Name Service Cache Daemon) it will help
 reduce your network traffic and speed up lookups for entries.