![](https://secure.gravatar.com/avatar/06aa7c7b7c1aceeb9f755fe9380d301a.jpg?s=120&d=mm&r=g)
I created a dev instance (CE: 0.16.1.7533 ) to investigate the wmi / win2k8 unknown processor issue.
This correctly shows the processor but doesn't auto login with " AuthBasicFake guest guest" in the apache conf like the production one does.
to setup :
cp config.php.default config.php sed -i -e s:USERNAME:observium: -e s:PASSWORD:xxxxx: -e 's:"public":"xxxxxxxxx", "public":' config.php (added fping location and proxy info to config.php) ./discovery.php -u ./adduser.php admin xxxx 10 ./adduser.php guest guest 5 ./add_device.php $HOSTNAME
going to https://observium.dev.gov.au, i can login as either guest or admin and see everything correctly.
I added "AuthBasicFake guest guest" to the apache config and restarted apache. but it won't login automagically.
I edited html/index.php and added the following at line 97 print_vars($_SERVER);
this shows me that "AuthBasicFake" is working
PHP_AUTH_USER=>guest PHP_AUTH_PW=>guest
is there a step that i missed ???
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
![](https://secure.gravatar.com/avatar/06aa7c7b7c1aceeb9f755fe9380d301a.jpg?s=120&d=mm&r=g)
yes, i did change auth_mechanism $config['auth_mechanism'] = "http-auth"; // default, other options: ldap, http-auth, please see documentation for config help
thanks P
From: Peter.Hine@familycourt.gov.au To: observium@observium.org Date: 21/04/2016 16:06 Subject: [Observium] http-auth issue . [SEC=UNCLASSIFIED] Sent by: "observium" observium-bounces@observium.org
I created a dev instance (CE: 0.16.1.7533 ) to investigate the wmi / win2k8 unknown processor issue.
This correctly shows the processor but doesn't auto login with " AuthBasicFake guest guest" in the apache conf like the production one does.
to setup :
cp config.php.default config.php sed -i -e s:USERNAME:observium: -e s:PASSWORD:xxxxx: -e 's:"public":"xxxxxxxxx", "public":' config.php (added fping location and proxy info to config.php) ./discovery.php -u ./adduser.php admin xxxx 10 ./adduser.php guest guest 5 ./add_device.php $HOSTNAME
going to https://observium.dev.gov.au, i can login as either guest or admin and see everything correctly.
I added "AuthBasicFake guest guest" to the apache config and restarted apache. but it won't login automagically.
I edited html/index.php and added the following at line 97 print_vars($_SERVER);
this shows me that "AuthBasicFake" is working
PHP_AUTH_USER=>guest PHP_AUTH_PW=>guest
is there a step that i missed ???
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (1)
-
Peter.Hine@familycourt.gov.au