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

« back to all changes in this revision

Viewing changes to debian/patches/00debian_conf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2007-08-01 11:29:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070801112909-il4ra6nj6h23dig7
Tags: 255-1ubuntu1
* Removed all debconf stuff.  This is now in ldap-auth-config.
* Changed back to original /etc/ldap.conf.

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.