パスワード変更
  >> user2.user_password = ActiveLdap::UserPassword.ssha("new password")
  >> user2.bind("new password")
  ActiveLdap::AuthenticationError: Invalid credentials
  >> user2.save!
  >> user2.bind("new password")
  => true