Re: [cas-user] cas admin pages from every IP?

2018-05-15 Thread Jennifer LaVoie
Thanks again what type of pizza do you eat? On Tue, May 15, 2018 at 4:02 PM, David Curry wrote: > You need to set cas.adminPagesSecurity.ip to a regular expression that > matches the IPs you want to let in. > > To allow all of 10.28.51 in, you'd have something like

Re: [cas-user] cas admin pages from every IP?

2018-05-15 Thread David Curry
You need to set cas.adminPagesSecurity.ip to a regular expression that matches the IPs you want to let in. To allow all of 10.28.51 in, you'd have something like this: cas.adminPagesSecurity.ip: ^10\\.28\\.51\\.[0-9]{1,3}$ I have something like this: cas.adminPagesSecurity.ip:

[cas-user] cas admin pages from every IP?

2018-05-15 Thread Jennifer LaVoie
I want to be able to hit the admin page from any host...is there a way to do that in the /etc/cas/config/cas.properties file? I tried leaving the entry blank, but no luck my subnet is 10.28.51 so I at least need that so all my sys admins can log in. thanks Jen -- - Website: