We have a centralized authentication service (using CAS, go figure) which I've configured with zabbix and all works well. Now we have occasion to let some others view some of the data in our instance, and I thought guest users would be perfect for that. However it seems there's no way to use both guests and HTTP AUTH at the same time.
Would it be possible to have a configurable item that says something like "if the HTTP user isn't in the database, call them a guest"? And in the meantime, any hints on how I could implement such a thing? I tried editing around bits in index.php, include/perm.inc.php, and include/views/general.login.php to no avail, though I admit to not spending a lot of hacking time in there.
Would it be possible to have a configurable item that says something like "if the HTTP user isn't in the database, call them a guest"? And in the meantime, any hints on how I could implement such a thing? I tried editing around bits in index.php, include/perm.inc.php, and include/views/general.login.php to no avail, though I admit to not spending a lot of hacking time in there.