[data-analysis] add sysadmin-analysis to data-analysis01 so people can log in and work

This commit is contained in:
Stephen Smoogen 2019-04-23 17:31:43 +00:00
parent 6bd833c426
commit bd045badcb
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ freezes: false
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3" nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
fas_client_groups: sysadmin-main,sysadmin-analysis
# general configs # general configs
nrpe_procs_warn: 900 nrpe_procs_warn: 900
nrpe_procs_crit: 1000 nrpe_procs_crit: 1000

View file

@ -6,5 +6,5 @@
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS # This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
GssapiSSLonly Off GssapiSSLonly Off
GssapiLocalName on GssapiLocalName on
Require user smooge kevin puiterwijk mattdm pfrields relrod ryanlerch robyduck bex jperrin bproffit bcotton Require user smooge kevin puiterwijk mattdm pfrields codeblock ryanlerch robyduck bex jperrin bproffit bcotton
</Location> </Location>