![](https://secure.gravatar.com/avatar/80c1e58ea561aab499c92d422f951e8d.jpg?s=120&d=mm&r=g)
20 Jun
2012
20 Jun
'12
12:08 a.m.
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