* [MOD] Improved ldap import process by adding the username attribute to get from the LDAP server. Solves #544. Thanks to @jdanielcano for the feedback

* [MOD] Updated translations.
This commit is contained in:
nuxsmin
2017-04-20 17:12:20 +02:00
parent b63a276541
commit 830c069dfb
20 changed files with 19389 additions and 19176 deletions

View File

@@ -1074,6 +1074,7 @@ class ItemActionController implements ItemControllerInterface
$options = [
'loginAttribute' => Request::analyze('ldap_loginattribute'),
'nameAttribute' => Request::analyze('ldap_nameattribute'),
'isADS' => Util::boolval(Request::analyze('ldap_ads'))
];