add setting to allow multiple user back-ends parallel to the saml back-end

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-03-16 14:56:29 +01:00
parent b9ed96b523
commit cc361cc409
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -86,6 +86,10 @@ class Admin implements ISettings {
'text' => $this->l10n->t('Only allow authentication if an account exists on some other backend. (e.g. LDAP)'),
'type' => 'checkbox',
],
'allow_multiple_user_back_ends' => [
'text' => $this->l10n->t('Allow the use of multiple user back-ends (e.g. LDAP)'),
'type' => 'checkbox',
],
];
$attributeMappingSettings = [
'displayName_mapping' => [