-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Steps to reproduce
- setup HTTP Basic Auth
- log header of request on the serverside
- profit
Expected behaviour
There should be a header called Authorization with the username and password Base64 encoded as stated here
Actual behaviour
the headers look like this include x-forwarded-for, host and connection
Affected Authentication backend
HTTP Basic Auth
Server configuration
User External App version: (see Nextcloud apps page)
Operating system: Ubuntu 16.04
Web server: nginx
Database: mySQL
PHP version: 7.2
Nextcloud version: 16.0
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: nextcloud manual
Signing status:
Signing status
Results
- core
- INVALID_HASH
- .htaccess
- FILE_MISSING
- .user.ini
- INVALID_HASH
Raw output
Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[.htaccess] => Array
(
[expected] => f30494d88fc2d7caf0be8b27629cb246483cea0203696e44fd376bff19db51bb89c9f4076b1f849627ef3cb011f4a20088116e7b0d10ce467a3dde5db71e108b
[current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
)
)
[FILE_MISSING] => Array
(
[.user.ini] => Array
(
[expected] => 4843b3217e91f8536cb9b52700efb20300290292cf6286f92794d4cec99df286afeb7dd6c91b1be20bc55eda541eef230a5c5e7dcd46c189edd0ed1e80c6d3f5
[current] =>
)
)
)
)
List of activated apps:
App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder