#1486918 closed Bugs (invalid)
http_authentication plugin broken
| Reported by: | Parth | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Plugins | Version: | 0.4-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by thomasb)
I enabled the plugin in the main.inc.php file in this way:
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('http_authentication');
Still, I get the regular HTML login page, and no http auth popup.
Change History (6)
comment:1 Changed 3 years ago by Parth
comment:2 Changed 3 years ago by Parth
Also, when serverinfo from http://axel.sjostedt.no/misc/dev/roundcube/ and http_authentication are enabled at the same time, the script returns at 500 internal server error
comment:3 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from new to closed
http_authentication plugin will use PHP_AUTH_USER/PHP_AUTH_PW credentials, but will not do any popup. You must configure your http server to display auth popup. For the second issue contact with plugin author.
comment:4 Changed 3 years ago by Parth
- Resolution invalid deleted
- Status changed from closed to reopened
How would I go about configuring my HTTP server to display the popup?
comment:5 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from reopened to closed
This is not a support forum!
comment:6 Changed 3 years ago by thomasb
- Description modified (diff)
- Priority changed from 1 - Highest to 5
From the plugin description: "Make use of an existing HTTP authentication and perform login with the existing user credentials"
This doesn't bring up a login popup which is not a bug.

I believe it's a bug in the programming because I even installed my local WAMP and installed 0.4 stable, and it gave me the same issue. The only thing in common between my host and my WAMP installation is my roundcube installations. :P