* Adds an attribute parameter to the ldap adapter
Using this parameter is much more efficient than the default action (which is to return all attributes and their associated values). The use of this parameter should therefore be considered good practice.
(from https://www.php.net/manual/en/function.ldap-search.php)
* Updates the docs about ldap_attributes parameter
* Enhances portuguese translation
* Update backend/Services/Auth/Adapters/LDAP.php
Commit suggestion