diff options
-rw-r--r-- | perl/Wallet/Policy/Stanford.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Policy/Stanford.pm b/perl/Wallet/Policy/Stanford.pm index 5e04b4f..4386594 100644 --- a/perl/Wallet/Policy/Stanford.pm +++ b/perl/Wallet/Policy/Stanford.pm @@ -43,7 +43,7 @@ our $DOMAIN = 'stanford.edu'; # non-host-based objects owned by that group. This default is entirely # Stanford-specific, even more so than the rest of this file. our %ACL_FOR_GROUP = ( - 'its-apps' => 'group/sharedapps', + 'its-apps' => 'group/its-app-support', 'its-crc-sg' => 'group/crcsg', 'its-idg' => 'group/its-idg', 'its-rc' => 'group/its-rc', |