Closed giacomini closed 2 years ago
Sometimes import_voms_user fails, for example when a new user needs to be created and the creation fails, raising an exception and terminating the whole run. A more sensible behavior is to catch the exception and continue with the next user.
import_voms_user
Sometimes
import_voms_user
fails, for example when a new user needs to be created and the creation fails, raising an exception and terminating the whole run. A more sensible behavior is to catch the exception and continue with the next user.