1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: Add additional information to the configuration file
Bug-Debian: http://bugs.debian.org/368191
Bug-Debian: http://bugs.debian.org/369192
--- 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.
|