After you add the user to sudoers, that user needs to log out and log back in for the changes to take effect. So, simply logging out and in should give your `globus` user sudo rights.
I'm assuming that you have the correct configuration in `/etc/sudoers`. To make `globus` a sudoer you need the line:
globus ALL=(ALL) ALL
Or you need to add `globus` to the `wheel` group and then have the line:
%wheel ALL=(ALL) ALL
Or some equivalent.