Package: libnss-ldap Version: all severity: wishlist In /etc/libnss-ldap.conf there is:
# 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) Well, that's only half the truth. The password stored there must not have neither newline at the end nor a blank. But what strikes most ist that ist must not be a terminated line, so creating the password with e.g. vi will not work! I would vote for adding a hint to the above comment: # 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/ldap.secret' instead of an # editor to create it. rgds, derjohn -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

