{
modification = new DefaultModification( ModificationOperation.ADD_ATTRIBUTE,
SchemaConstants.USER_PASSWORD_AT, newPassword );
}
modifyRequest.addModification( modification );
}
else
{
// In this case, we could either generate a new password, or return an error
// Atm, we will return an unwillingToPerform error