Note:
This documentation has moved to a new home! Please update your bookmarks to the new URL for the up-to-date version of this page.
1 Like
I was following this guide and editing that file didn’t seem to work, until I found a tip on SO to
echo -n 'password' > /etc/ldapscripts/ldapscripts.passwd
as root, and then magically it worked.
1 Like
Thank you! I updated the guide with your tip, and also a note explaining why, and how to prevent the password from appearing in the shell history.