added a TestCase for basic auth

Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
This commit is contained in:
Lutz Freitag
2019-02-24 18:33:01 -05:00
parent 71eb09546b
commit 9be32d66a6
4 changed files with 44 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ Add the following to your `config.php`:
'user_backends' => array(
array(
'class' => '\OCA\User_External\BasicAuth',
'class' => 'OC_User_BasicAuth',
'arguments' => array('https://example.com/basic_auth'),
),
),