diff options
author | Jon Robertson <jonrober@stanford.edu> | 2014-05-27 11:28:35 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-05-27 11:33:36 -0700 |
commit | 92f453fe8b1e1b1b2991f311576e610793e29d5b (patch) | |
tree | eacb37a47b99afe9b421713fe84d510d14e88da6 /contrib | |
parent | 76ccf098c6e9c8849c8ca459a54d7383baf39ddb (diff) |
Added /cron principals to Stanford policy and summary
cron principals were being rejected due to not being a part of the
Stanford Policy module.
Change-Id: Ic67a8e2bce8474431163b74d97c2bf1fb184a4b7
Reviewed-on: https://gerrit.stanford.edu/1488
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/wallet-summary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wallet-summary b/contrib/wallet-summary index 84a1cc7..55501ad 100755 --- a/contrib/wallet-summary +++ b/contrib/wallet-summary @@ -15,6 +15,7 @@ $ADDRESS = 'nobody@example.com'; # The various classification patterns for srvtabs. @PATTERNS = ([qr(/cgi\z), '*/cgi', 'CGI users'], + [qr(/cron\z), '*/cron', 'Cron users'], [qr(^(?i)http/), 'HTTP/*', 'HTTP Negotiate-Auth'], [qr(^cifs/), 'cifs/*', 'CIFS'], [qr(^host/), 'host/*', 'Host login'], |