summaryrefslogtreecommitdiff
path: root/ldap.conf
diff options
context:
space:
mode:
authorDebian QA Group <packages@qa.debian.org>2016-10-03 05:00:50 -0700
committerChris Lamb <lamby@debian.org>2016-10-03 05:00:50 -0700
commit08d49f5db66051f09271c2a289af0feecc13ad41 (patch)
tree1d115fec800c8f37269c94cea2ce0aa8e424cefa /ldap.conf
parent65d867c1083e1bec1d808a4e1cac36c2f05519ab (diff)
Add additional information to the configuration file
Bug-Debian: http://bugs.debian.org/368191 Bug-Debian: http://bugs.debian.org/369192 Gbp-Pq: Name conf_notes.patch
Diffstat (limited to 'ldap.conf')
-rw-r--r--ldap.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldap.conf b/ldap.conf
index e72eaba..04baee1 100644
--- a/ldap.conf
+++ b/ldap.conf
@@ -31,6 +31,8 @@ base dc=padl,dc=com
# The distinguished name to bind to the server with.
# Optional: default is to bind anonymously.
+# Please do not put double quotes around it as they
+# would be included literally.
#binddn cn=proxyuser,dc=padl,dc=com
# The credentials to bind with.
@@ -40,6 +42,8 @@ base dc=padl,dc=com
# The distinguished name to bind to the server with
# if the effective user ID is root. Password is
# stored in /etc/ldap.secret (mode 600)
+# Use 'echo -n "mypassword" > /etc/libnss-ldap.secret' instead
+# of an editor to create the file.
#rootbinddn cn=manager,dc=padl,dc=com
# The port.