system: ldap-totp can import most likely

This commit is contained in:
Franco Fichtner 2018-11-03 15:05:22 +01:00
parent 436b0a7f02
commit a7a6f392a0

View File

@ -1057,7 +1057,7 @@ $( document ).ready(function() {
$servers = explode(',', $config['system']['webgui']['authmode']);
foreach ($servers as $server) {
$authcfg_type = auth_get_authserver($server)['type'];
if ($authcfg_type == 'ldap') {
if ($authcfg_type == 'ldap' || $authcfg_type == 'ldap-totp') {
$can_import = true;
}
}