diff options
| -rw-r--r-- | perl/lib/Wallet/Policy/Stanford.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/perl/lib/Wallet/Policy/Stanford.pm b/perl/lib/Wallet/Policy/Stanford.pm index 4a3c445..39a8174 100644 --- a/perl/lib/Wallet/Policy/Stanford.pm +++ b/perl/lib/Wallet/Policy/Stanford.pm @@ -82,7 +82,8 @@ our %PASSWORD_TYPE = (      'root'            => { host => 1 },      'tivoli'          => { host => 1 },      'system'          => { host => 1, extra => 1, need_extra => 1 }, -    'app'             => {            extra => 1 }, +    'app'             => { host => 1, extra => 1, need_extra => 1 }, +    'service'         => {            extra => 1, need_extra => 1 },  );  # Host-based file object types for the legacy file object naming scheme. | 
