On Tue, Jun 19, 2012 at 3:56 PM, Bao Nguyen
<bn@ucsd.edu> wrote:
I'm very interested in this as well as I'm unable to get the Observium
internal authentication to work with AD. Is there any instruction on
how to use the http-auth (i assume for apache2) option?
http://www.observium.org/wiki/Configuration_Options#Authentication
Authentication
$config['auth_mechanism'] = "mysql"; # Available mechanisms: mysql (default), ldap, http-auth
Sets the authentication mechanism. Currently supported mechanisms are mysql, ldap and http-auth.
Set that option in your config.php file to http-auth and then configure as you normally would in your Apache httpd.conf or .htaccess file.
Chris