X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/blobdiff_plain/c78d8f9cdd700b8ac329e10489faeb5872e64765..109a1b343b40f622d275de811fa0d4f4e0476ca7:/freeze?ds=sidebyside diff --git a/freeze b/freeze index 65e1f37..bfe9ed3 100755 --- a/freeze +++ b/freeze @@ -3,7 +3,7 @@ # # Purpose: freeze user (cancel user services except email), or unfreeze user. # -# Usage (RUN AS _ADMIN USER ON FRITZ WITHOUT SUDO ... but it shouldn't matter where you run it): +# Usage (RUN AS _ADMIN USER ON GIBRAN WITHOUT SUDO ... but it shouldn't matter where you run it): # # Display frozen users or details for one user (one user implies -verbose): # freeze [user], OR @@ -97,8 +97,8 @@ use constant DRY => 0; use constant STORE => "/afs/hcoop.net/common/etc/frozen/cache"; use constant DEFAULT_SHELL => '/bin/bash'; use constant FROZEN_SHELL => '/afs/hcoop.net/common/etc/scripts/frozen_shell'; -use constant PUBLIC_ACCESS => (qw/bog/); -use constant RUN_SERVER => 'fritz'; +use constant PUBLIC_ACCESS => (qw/marsh/); +use constant RUN_SERVER => 'gibran'; my $store = {}; # cached info my $action = 'list'; # list, freeze, unfreeze