259260261262263264265266267268269
user = getUserModule().findUserByUserName(name); //synchronize password from LDAP to DB if (!user.validatePassword(password)) { user.updatePassword(password); } } catch (Exception e) { // nothing as user can simply not exist
265266267268269270271272273274275
258259260261262263264265266267268