RequestedDeletion,
This is what you are after
To sync the passwords once, perform the following steps as the root user:
Stop MySQL.
# /etc/rc.d/init.d/mysqld stop
Sync the MySQL password from the LDAP password.
# /etc/e-smith/events/actions/conf-mysql-password
Start MySQL.
# /etc/rc.d/init.d/mysqld start
Jon