~ubuntu-branches/ubuntu/lucid/libnss-ldap/lucid

« back to all changes in this revision

Viewing changes to debian/patches/debian_conf

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 01:24:42 UTC
  • mfrom: (1.1.8 upstream) (11.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091106012442-5nynms8vz39j8o6i
Tags: 264-2ubuntu1
* Merge from debian testing, remaining changes:
  + debian/control: update Maintainer field now that in main
  + debian/control: Depends on ldap-auth-config
  + debian/control: Removed Depends on po-debconf and debconf (debconf
    handled by ldap-auth-config now)
  + removed the following files:
    - debian/config
    - debian/libnss-ldap.postinst
    - debian/libnss-ldap.postrm
    - debian/patches/00debian_conf.patch
    - debian/po
    - debian/templates
  + debian/LDAP-Permissions.txt: use /etc/ldap.conf
  + debian/README.Debian: use /etc/ldap.conf
  + debian/rules: don't use --with-ldap-conf-file and --with-ldap-secret-file
  + debian/libnss-ldap.install: removed usr/share/libnss-ldap/ldap.conf
  + debian/libnss-ldap.dirs: removed usr/share/libnss-ldap
  + debian/control: move nscd to Suggests
  + debian/patches/series, debian/patches/00fix-ethers-truncation.patch:
    Fix lookups for hostname by MAC address (http://bugzilla.padl.com/show_bug.cgi?id=388) (LP: #315241)
* Remaining changes from debian unstable for LP: #155947
  + added debian/nssldap-update-ignoreusers which update
    nss_initgroups_ignoreusers in /etc/ldap.conf based on
    nss_initgroups_minimum_uid
  + add manpage for nssldap-update-ignoreusers
  + debian/libnss-ldap.install: added usr/sbin/nssldap-update-ignoreusers
    and usr/share/man/man8/nssldap-update-ignoreusers.8
  + added debian/libnss-ldap.init to call nssldap-update-ignoreusers on
    shutdown
  + debian/rules: install initscript
  + debian/libnss-ldap.dirs: added var/lib/libnss-ldap
  + debian/patches/01_minimum_uid.patch: update ldap.conf and manpage for
    nss_initgroups_ignoreusers and nss_initgroups_minimum_uid updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# * Added additional commentary to the ldap.conf, Closes: #368191, #369192 
 
2
--- libnss-ldap-255.orig/ldap.conf
 
3
+++ libnss-ldap-255/ldap.conf
 
4
@@ -31,6 +31,8 @@
 
5
 
 
6
 # The distinguished name to bind to the server with.
 
7
 # Optional: default is to bind anonymously.
 
8
+# Please do not put double quotes around it as they
 
9
+# would be included literally.
 
10
 #binddn cn=proxyuser,dc=padl,dc=com
 
11
 
 
12
 # The credentials to bind with. 
 
13
@@ -40,6 +42,8 @@
 
14
 # The distinguished name to bind to the server with
 
15
 # if the effective user ID is root. Password is
 
16
 # stored in /etc/ldap.secret (mode 600)
 
17
+# Use 'echo -n "mypassword" > /etc/libnss-ldap.secret' instead
 
18
+# of an editor to create the file.
 
19
 #rootbinddn cn=manager,dc=padl,dc=com
 
20
 
 
21
 # The port.