mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-20 07:16:50 +01:00
* [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:
@@ -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'))
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user