Quoting Lewin,Jason <[email protected]> on Sun, Nov 23 18:27:
>
> I am in the process of building an icinga2 server to replace our nagios
> v1.2 system.  My main question would be whether or not anyone has been
> able to get icinga2 to authenticate with CAS 
> (https://wiki.jasig.org/display/CASUM/Home)

I have it set up and working. We have a full host dedicated to
icinga2 so we use:
----- Begin Apache -----
    <Location />
        AuthType cas
        AuthName "Your message here"
        Require user userid1 userid2 userid3
    </Location>
----- End apache -----

We are still using the classic UI, so edit /etc/icinga2/classicui/cgi.cfg :
----- Begin quote -----
authorized_for_system_information=icingaadmin,your,other,admin,users,here
authorized_for_configuration_information=icingaadmin,your,other,admin,users,here
authorized_for_full_command_resolution=icingaadmin,your,other,admin,users,here
authorized_for_system_commands=icingaadmin,your,other,admin,users,here
authorized_for_all_services=icingaadmin,your,other,admin,users,here
authorized_for_all_hosts=icingaadmin,your,other,admin,users,here
authorized_for_all_service_commands=icingaadmin,your,other,admin,users,here
authorized_for_all_host_commands=icingaadmin,your,other,admin,users,here
----- End quote -----

I have not gotten further than that for fine grained controls.

-- 
Omen Wild
Systems Administrator
Metro Cluster

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to