>What is the default password for the e-smith 4.1 MySQL 3.22.32 installation?
Your password is automatically generated for you from ldap.
Type this command at the prompt:
tail /etc/openldap/ldap.pw
Whatever its result shows is your root mysql user's password.
Also under 4.1, you don't even need to know that password, just type:
mysql
It will check the contents of /root/my.cnf and use that password which is set from the ldap password above to connect as mysql-root.
Enjoy.