~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-07-03 17:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100703170000-qjnaavp1wx04z4ew
Tags: 0.7.7
* don't use use_authtok for password modification by default
* fine-tune pam-auth-update configuration after discussion with Steve
  Langasek (see: #583492)
  Note that this currently requires that shadow information is also provided
  by LDAP (in /etc/nsswitch.conf).
* ensure that nslcd is started after hostname lookups are available so
  getting to the LDAP server via DNS will work (patch by Petter
  Reinholdtsen) (closes: #585968)
* start k5start from the init script to keep the Kerberos ticket active if
  nslcd is configured for SASL GSSAPI Kerberos authentication, based on a
  patch by Daniel Dehennin (closes: #585639)
* upgrade to standards-version 3.9.0 (switch to Breaks/Replaces instead of
  Conflicts)
* refactoring and simplification of PAM module which also improves logging
* implement a nullok PAM option and disable empty passwords by default
* portability improvements and other minor code improvements
* the mechanism to disable name lookups through LDAP from within the nslcd
  process has been improved
* the undocumented use_sasl option has been removed (specifying sasl_mech
  now implies use_sasl)
* the sasl_mech, sasl_realm, sasl_authcid, sasl_authzid and sasl_secprops
  configuration options are now documented

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Arthur de Jong <adejong@debian.org>
5
5
Uploaders: Richard A Nelson (Rick) <cowboy@debian.org>
6
 
Standards-Version: 3.8.4
 
6
Standards-Version: 3.9.0
7
7
Build-Depends: debhelper (>= 7), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (>= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
8
8
Homepage: http://arthurdejong.org/nss-pam-ldapd/
9
9
Vcs-Svn: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd/
13
13
Architecture: any
14
14
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
15
15
Recommends: nscd, libnss-ldapd, libpam-ldapd
16
 
Conflicts: libnss-ldapd (<< 0.7.0)
 
16
Suggests: kstart
 
17
Replaces: libnss-ldapd (<< 0.7.0)
 
18
Breaks: libnss-ldapd (<< 0.7.0)
17
19
Description: Daemon for NSS and PAM lookups using LDAP
18
20
 This package provides a daemon for retrieving user account, and other
19
21
 system information from LDAP.
23
25
 
24
26
Package: libnss-ldapd
25
27
Architecture: any
26
 
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd
 
28
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.7.0)
27
29
Recommends: libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal
28
30
Conflicts: libnss-ldap
29
31
Provides: libnss-ldap